gpt4 book ai didi

svn - Subversion存储库的只读访问

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

如何限制对存储库的访问,以便某些用户只能 checkout /更新?

我们要控制存储库,以便仅将生产就绪代码提交给存储库,但仍希望程序员使用存储库,并拥有最新的代码。

最佳答案

假设您正在使用svnserv:

您需要在authz文件中显式配置用户权限。

harry = rw
sally = r

另外,svnserv.conf文件中有一部分可供查看:

哈里(Harry)具有读/写访问权限,而萨莉(Sally)是只读的。
[general]
### These options control access to the repository for unauthenticated
### and authenticated users. Valid values are "write", "read",

### and "none". The sample settings below are the defaults.

anon-access=read

auth-access=write

这里有更多信息: http://www.visualsvn.com/support/svnbook/serverconfig/svnserve/

关于svn - Subversion存储库的只读访问,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8523823/

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