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.

I think what you are asking is access to the Subrogation repository list, which is disabled by default

  ... DAV SVN SVNLISPNRPR C / SVN on Pathpath C:      > AuthzSVNAccessFile C: / SVN / users ...  

It is also important to keep in mind that Subversion clients can not talk to the repository list, and only seen through a web browser Go Awareness is the "root" svn path.


Comments