标签: mercurial clone dvcs acl
是否可以使用mercurial ACL扩展来阻止特定用户克隆存储库?如果是这样,你怎么做?
答案 0 :(得分:3)
您不需要ACL扩展来阻止特定用户克隆。 allow_read文件的deny_read部分中的[web]和hgrc设置授予/删除克隆权限。克隆实际上只是hg init ; hg pull。
allow_read
deny_read
[web]
hgrc
hg init ; hg pull
http://www.selenic.com/mercurial/hgrc.5.html#web