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

Re: Suspending commits

From: Nico Kadel-Garcia <nkadel_at_comcast.net>
Date: 2006-07-21 14:39:26 CEST

  ----- Original Message -----
  From: Michael Pickard
  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 14:45:15 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.