subversion auth: can't opening "collection repositories" page anymore
i can't 'collection repositories" page after adding authentication opening manners svn. 'guest' navigate mydomain.com/svn/public admin both svn/public svn/private, nonetheless zero users /svn.
is illusory have 'guest' opening mydomain.com/svn wholly /public link?
here's i have setup...
subversion.conf:
<location /svn>
dav svn
svnparentpath /home/subversion
svnlistparentpath on
authzsvnaccessfile /etc/svn-access-file
authtype basic
authname "subversion repository"
authuserfile /etc/svn-auth-file
require valid-user
</location>
svn-access-file:
[public:/]
guest = r
@admin = rw
[private:/]
@admin = rw
[groups]
admin = karl.r
thanks.
Comments
Post a Comment