Useful Bits of Information
Useful Tips and Tricks for power users
Monday, February 15, 2010
Setting up a SVN Server
Edit the file /etc/apache2/mods-available/dav_svn.conf and add the following lines at the end.
DAV svn
SVNParentPath /var/svn
SVNListParentPath on
AuthType Basic
AuthName "Foosball SVN Repo"
AuthUserFile /etc/subversion/passwd
Require valid-user
Restart Apache.
Newer Post
Older Post
Home