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

RE: Re: Suspending commits

From: Mike Craig <Mike.Craig_at_freeclear.com>
Date: 2006-07-21 18:24:07 CEST

Why not branch, and build from the branch?

 

________________________________

From: Nico Kadel-Garcia [mailto:nkadel@comcast.net]
Sent: Friday, July 21, 2006 5:39 AM
To: Michael Pickard; users@subversion.tigris.org
Subject: Re: Suspending commits

 

 

        ----- Original Message -----

        From: Michael Pickard <mailto:mpickard@visitlondon.com>

        To: users@subversion.tigris.org

        Sent: Friday, July 21, 2006 5:42 AM

        Subject: Suspending commits

         

        Does anyone know of a way to globally remove commit rights to
svn for a short period ?

        I would like to prohibit anyone from committing new code during
UAT testing (one day a week) without my prior authorisation. All users
should remain free to update/checkout during this time, and would be
free to commit outside of this timeframe.

         

Take a good look at svnperms.conf and svnperms.py: you can use them with
a pre-commit hook, and set them to disable commit permissions for a
while. Alternatively, simply set up a pre-commit hook that automatically
fails and complains "busy doing UAT testing".
Received on Fri Jul 21 18:25:44 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.