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

Re: commit-access-control.pl for branch/tag naming conventions

From: Justin Johnson <justinjohnson_at_gmail.com>
Date: 2006-07-28 19:29:22 CEST

> Use svnperms.conf and svnperms.py. I'm really a broken record about this
> lately, but I find its syntax much more robust. The ability to allow anyone
> to create tags, but no one to edit them, but a site manager to delete them,
> is amazingly helpful in enforcing policy.

Thanks for the advice. I set up svnperms.conf as follows, where
test_repos is the name of the repository. Everything is working as
expected.

[test_repos]
trunk/.* = *(add,remove,update)
tags/REL-[\d\.]+/.* = *(add)
tags/(PRE|POST)-[\d]+/.* = *(add)
branches/RB-[\d\.]+\.x/.* = *(add,update)
branches/BUG-[\d]+/.* = *(add,update)
branches/TRY-[A-Z0-9]+-[\w\-]+/.* = *(add,update)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 28 19:30:49 2006

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.