Authentication in Apache2 with mod_dav_svn
- by Poita_
I'm having some trouble setting up authentication in Apache2 for a SVN repository that's being served using mod_dav_svn.
Here is my Apache config for the directory:
<Location /svn>
DAV svn
SVNParentPath /var/svn/repos
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile /etc/apache2/dev.passwd
Require…