[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: new folder

From: Alan Barrett <apb_at_cequrux.com>
Date: Wed, 1 Feb 2012 14:29:30 +0200

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)
Received on 2012-02-01 13:30:07 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.