gpt4 book ai didi

svn - 颠覆阻止使用 SVNParentPath 在文件夹中列出存储库

转载 作者:行者123 更新时间:2023-12-02 02:37:07 26 4
gpt4 key购买 nike

我的域中有几个存储库:svn.domain.com

它将按 SVNParentPath 配置列出存储库。

我想为每个文件夹/存储库创建用户权限,但如果用户没有访问它的权限,我想从列表中删除该存储库。

这主要适用于只需要访问一个给定存储库并且不应看到我们正在处理的其他项目的外部人员。

最佳答案

Subversion 本身不处理权限 - 您需要在访问 subversion 的 apache 服务器中配置权限:

<Directory /usr/local/svn/repo>
AuthType Basic
AuthName intranet
AuthUserFile /www/passwd/users
AuthGroupFile /www/passwd/groups
Require group customers
Order allow,deny
Allow from internal.com
Satisfy any
</Directory>

当然你可以使用任何身份验证方法supported by apache

关于svn - 颠覆阻止使用 SVNParentPath 在文件夹中列出存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1010101/

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