[Gllug] Subversion dav_svn
Steve Nelson
sanelson at gmail.com
Thu Aug 31 13:44:23 UTC 2006
Hello chums,
I've set up a svn repository, with dav_svn. My dav_svn.conf file
contains the following:
<Location /svn>
SVNParentPath /var/svn/repository
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile /etc/apache2/dav_svn.passwd
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
</Location>
I've created a test repository called example:
# ls -l /var/svn/repository/
total 4
drwxr-xr-x 7 www-data www-data 4096 Aug 31 19:34 example
But I can't browse to this under any sensible path...
* http://localhost/svn
* http://localhost/svn/example
* http://localhost/example
etc
I can't see what I've missed....
S.
--
Gllug mailing list - Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
More information about the GLLUG
mailing list