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

Making tags read-only

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2005-12-27 20:33:06 CET

Is it possible to (using per-directory access permissions - SVN via
Apache) to allow tags to be created, but not changed after the fact?
My initial thought was to set up my AuthzSVNAccessFile thusly:

[Production:/Projects/appname/tags]
@repos_admins = rw

[Production:/Projects/appname/tags/*]
@repos_admins = r

But I don't think that'll work (I haven't tried yet).

Basically I'm looking to allow a select group of users to create a
tag, but then not allow anyone to change it after the fact.

Would I be better off with a pre-commit hook script instead?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 27 20:36:55 2005

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.