gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-03 13:19:18 24 4
gpt4 key购买 nike

我通过 Apache 使用 SVN 和 dav_svn_module像这样:

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

这让我可以访问我的存储库:
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

这些 URL 工作得很好。当我只去/svn (没有 repo 名称)时,我得到一个 403/forbidden 响应。我想看看 repos 列表。那可能吗?

最佳答案

添加这一行

SVNListParentPath on

就在 SVNParentPath 下。重启 Apache 。

关于svn - 如何在 Apache+SVN 上使用 SVNParentPath 指令列出所有存储库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/488778/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com