当前位置:  开发笔记 > 编程语言 > 正文

如何在Apache + SVN上使用SVNParentPath指令列出所有存储库?

如何解决《如何在Apache+SVN上使用SVNParentPath指令列出所有存储库?》经验,为你挑选了1个好方法。

我正在通过Apache使用SVN,dav_svn_module如下所示:


  DAV svn
  SVNParentPath C:/svn_repository
  AuthName "Subversion Repository"
  ...

这让我可以访问我的回购:

C:/svn_repository/repo1
C:/svn_repository/repo2
C:/svn_repository/repo3

通过这些网址:

https://examples.com/svn/repo1
https://examples.com/svn/repo2
https://examples.com/svn/repo3

这些网址效果很好.当我去/ svn(没有回购名称)时,我得到403 /禁止回复.我想看看是否有回购清单.那可能吗?



1> Jason Punyon..:

添加此行

SVNListParentPath on

在SVNParentPath下面.重启apache.


我必须添加一个尾随/到我的位置()来使这个工作.谢谢!http://www.svnforum.org/2017/viewtopic.php?p=21502&sid=888ad3d666f135fb6251766f39a9dd2c
推荐阅读
周扒pi
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有