开发者

Is it possible to set path permissions from the svn command- line?

开发者 https://www.devze.com 2023-03-25 21:18 出处:网络
A user recently asked me if it is possible to protect a branch from a script.While I know how to set path based permissions from the server sid开发者_如何学Pythone my searches for this answer have elu

A user recently asked me if it is possible to protect a branch from a script. While I know how to set path based permissions from the server sid开发者_如何学Pythone my searches for this answer have eluded me. Is it possible to modify the permissions on a branch from the svn command-line?


Subversion doesn't include permissions as part of the repository, but you can run a commit hook script to reject commits to areas of the repository based on whatever criteria you want.

0

精彩评论

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