That allowed me to commit to both the HEAD and test_tag_branch2 branches. I need to prevent all commits by anyone to the test_tag_branch2 branch, but allow commits to other branches. (More specifically, wd'll eventually have an set of 'released' branches that we want to prevent commits to. Commits will only be allowed to development and bug-fix branches.)

In fact, I suspect that your example would reset any preceeding denies, since it matches everything and according to the web page "the last match always takes precedence."


Peter Connolly wrote:
Normal usage is to list denies first, then allows.

http://cvs.savannah.gnu.org/viewvc/*checkout*/cvs/ccvs/contrib/cvs_acls.html?revision=1.3

In your case, try:

deny|||test_tag_branch2
allow

--
----------------
Mark E. Hamilton
Orion International Technologies, Inc.
Sandia National Laboratory, NM.
505-844-7666



Reply via email to