Download Latest Version myphpsvn-0.9-src.tar.gz (16.4 kB)
Email in envelope

Get an email when there's a new version of myPhpSvn

Home / 0.9
Name Modified Size InfoDownloads / Week
Parent folder
README 2011-12-18 2.4 kB
myphpsvn-0.9-src.tar.gz 2011-12-16 16.4 kB
Totals: 2 Items   18.9 kB 0
Copyright (c) 2007, M. Berchten

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

   * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
   * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
   * Neither the name of the Institute of Neuroinformatics nor the 
names of its contributors may be used to endorse or promote products 
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


The installation of PhpMySvn is very Simple. But there is one very
important requirement. Your Webserver has to take care about the
User Authentification. There is a .htaccess file in the root dir.
Modify it or delete it and take care yourself. Thats the only 
"downside" I see. But it isn't really a downside, it's rather 
an improvment because you can choose what you want!

Things to do:
1. copy the whole folder to your webserver

2. modify / delete .htaccess file in root dir

3. modify at least these things in the include/config.php
	$svnaccess_file = "/etc/apache2/svnaccess.conf";
	$svn_repos_loc = "/var/svn/repos";
	$svnlook_cmd 			= 	"/usr/bin/svnlook";
	$tmp_loc = "/tmp";
	$admin_name 			=	"admin";

4. Optional adjustments:
	$svnaccess_file_bkup_dir = "/etc/apache2/bkup";
	$user_priv = 1;
		#indicates if the normal user can see the repository of his group
		# 0 = no access
		# 1 = access granted

5. Ready to use!!!

Source: README, updated 2011-12-18