apache - Giving public access to root directory of svn -
I was wondering if people are possible to use subdivision root directory trough Apache and 'dav_svn' modules. Now I can only access those repositories which are 1 level lover compared to the root directory ( "svn / game" "svn / anything" on "svn /" not).
My httpd Conf :
& lt; Location / svn & gt; DAV SVN SVN ParentPath C: / SVN AuthzSVNAccessFile C: / SVN / User Requires Any Certificates Legitimate User Authip Basic Ethanem "Subvision repository" AuthUserFile C: / SVN / svn-auth-file & lt; / Location & gt;
Now, when I try to access the root directory, it asks me for a username and password.
Support will be appreciated. Thanks.
Comments
Post a Comment