Justin Johnson wrote:
> Hi,
>
> I'm trying to us commit-access-control.pl to enforce branch and tag
> naming conventions. I setup commit-access-control.cfg as follows.
>
> [Make everything read-only for all users]
> match = .*
> access = read-only
>
> [Make trunk read-write for all users]
> match = ^trunk
> access = read-write
>
> [Enforce branch naming conventions]
> match = ^branches/(RB|BUG|TRY)-
> access = read-write
>
> [Enforce tag naming conventions]
> match = ^tags/(REL|PRE|POST)-
> access = read-write
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.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 27 00:02:45 2006