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

Re: SVN - Convenient way to prevent commits on projects

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 22 Jan 2010 09:39:57 -0500

On Fri, Jan 22, 2010 at 08:57, <GDMORLOK_at_up.com> wrote:
>
> Is there any way to easily prevent commits on a project at a URL level?
>
> Reason for asking: After a release, it would be nice to prevent developers
> from checking in new code for X number of days in case a subsequent release
> is needed.  That way we would be less likely to have to work with variants.

If you tag your releases, and don't allow developers to edit the tags
(only allow release managers to create tags), this problem goes away
immediately.

If you can't do that (but you should), configure your authorization on
the server to deny write permission for the developers. Or configure a
pre-commit hook to reject any commit from those individuals.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2441204

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-01-22 15:40:20 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

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