On Wed, 01 Feb 2012, sureshkumar nandakumar wrote:
I want to prevent commits in /branches alone.
Apart from admin, no one shouldn't add any new folders under in
/branches folder.
Already We are using svnperm for access control. Can u guide me, how I
can do this?
svnperms.py can already do this, and the examples in
svnperms.conf.example are very close to your use case.
See "example1" in
<https://svn.apache.org/repos/asf/subversion/trunk/tools/hook-scripts/svnperms.conf.example>,
where it says that only members of group3 can create tags, and
adapt it so that only members of your admin group can create
branches.
--apb (Alan Barrett)