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

Making tags write-once in Subversion 1.3.x, solved

From: Nico Kadel-Garcia <nkadel_at_comcast.net>
Date: 2006-04-08 17:21:48 CEST

I'd previously asked if there was a good way to make tags "write-once", to
prevent people editing tags after their creation. Various people sent
pointers to tools and guidelines that all boiled down to "only let
authorized users write to tags". This is not what I was looking for.

However, the svnperms.py and svnperms.conf tools in the current
distributions do *precisely* what I wanted. They allow me to use a
pre-commit to set tags with "add" permissions for everyone, "delete"
permissions for a manager, and no "update" permissions for anyone to prevent
people accidentally stepping on locked down tags. I really approve of this!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Apr 8 17:23:06 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.