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

Re: stalling commits until approval

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Wed, 27 Jan 2010 03:06:51 +0300

2010/1/26 Tucker <junk_at_gmail.com>:
> Does anyone know of a, relatively, simple way to block commits,
> without approval?  For the sake of context, here's the actual need:
>
> The company I work for has decided (correctly) that we need to keep
> out system configuration scripts (puppet) in Subversion.  Migrating
> all of this is a rather trivial task but adding sanity to changes is
> one of my top priorities.  Since puppet has the power to do "Bad
> Things," when you mess up a config, we'd like to require change
> approval.

Branching and merging aside, you can control to what revision your
production configuration updates to, e.g. by using svn:externals that
point to a specific revision

http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html

Best regards,
Konstantin Kolinko
Received on 2010-01-27 01:07:28 CET

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.