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

Re: branches and tags question

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-11-26 16:46:02 CET

pll@lanminds.com wrote:

>Do I manually set the unix-level file permissions on the repository
>structure to read only after the creation or is there an svn mechanism
>to do this?
>

you either trust your developers to follow the convention and not commit
in a tag directory (and if someone does, you can always revert that
change, i mean this is version control after all, you've got the old
version in the repository), or if you are paranoid you can use a
pre-commit hook to control the ability to modify a tag. there are some
examples of how to do this in our tools directory in the subversion
source tree.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 26 16:47:03 2002

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

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