开发者

svn lock branch

开发者 https://www.devze.com 2023-01-23 09:21 出处:网络
can i block commit operation poss开发者_如何学运维ibility to selected branchIf you can edit the authz file of your repository you can make a branch readonly

can i block commit operation poss开发者_如何学运维ibility to selected branch


If you can edit the authz file of your repository you can make a branch readonly

# [repository:/baz/fuz]
# @harry_and_sally = rw
# * = r


If you control the server, set up a pre-commit hook.

0

精彩评论

暂无评论...
验证码 换一张
取 消