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

Re: Locking to prevent changes to a branch?

From: John Szakmeister <john_at_szakmeister.net>
Date: 2005-06-23 23:51:54 CEST

On Thursday 23 June 2005 11:47, Romain Prevost wrote:
> Just insert a 'pause' line in your .bat file after the call to the
> script. It will keep the command-window open until the user press a
> key. You can use the echo command if you want to output some things
> from your own, but the script is probably talkative enough :)

You probably don't want to do this from a pre-commit hook (which is what
I'm assuming he wants to do). I'm pretty sure you'd hang the process
waiting for the pre-commit hook to end if you made it wait for something
on stdin.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 24 00:02:05 2005

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.