How do I list all repositories with the SVNParentPath directive on Apache+SVN?

后端 未结 1 927
既然无缘
既然无缘 2020-12-10 12:01

I\'m using SVN through Apache with dav_svn_module like this:


  DAV svn
  SVNParentPath C:/svn_repository
  AuthName \"Subv         


        
相关标签:
1条回答
  • 2020-12-10 12:37

    Add this line

    SVNListParentPath on
    

    right under the SVNParentPath. Restart apache.

    0 讨论(0)
提交回复
热议问题