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

Re: How to restrict SVN check-in confining to a particular time slot?

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-10-08 08:55:14 CEST

Actually, if your only criteria is the time of day, then the start-
commit hook should give you better performance. The start-commit hook
runs before the client has sent any data to the server; the pre-
commit hook runs after the client has sent the delta.

On Oct 8, 2007, at 00:45, Matt Sickler wrote:

> You would need to set up a precommit hook. Please refer to:
> http://svnbook.red-bean.com/en/1.4/svn.ref.reposhooks.start-
> commit.html
> or
> http://svnbook.red-bean.com/en/1.4/svn.ref.reposhooks.pre-commit.html
> for info on the start-commit and pre-commit hooks.
>
> On 10/8/07, shivakumar <shivakumar.a@synettech.com> wrote:
>
>> I would like to restrict the code check-ins to one particular time
>> slot, say
>> 15.00 to 17.00 hours, of the day.
>> How would I go about achieving this on SVN?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 8 08:57:38 2007

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.