SVN dir isn't password protected?
I've set up a SVN repo and use it with web addresses. Somehow over the last month I've made an Apache conf change and the address isn't protected. Any recommendations on what would override and undo permissions?
Thank you for any pointers!
Code:
#httpd.conf:
<Location /svn>
DAV svn
SVNParentPath /ABC/svn-repos
AuthType Basic
AuthName "ABC Repos"
AuthUserFile /ABC/dav_svn.passwd
Require valid-user
</Location>
Code:
/ABC/svn-repos# ls -la
total 28
drwxr-xr-x 7 www-data www-data 4096 Sep 19 18:15 .
drwxr-xr-x 15 root root 4096 Jul 21 18:02 ..
drwxrwx--- 7 www-data subversion 4096 Jul 21 19:56 test_repo_one
/etc/apache2# cat mods-enabled/dav_svn.conf (entirely commented out)
http://abc.com/svn/test_repo_one (works for check outs and commits)