Eric Carlson wrote:
> I have an svn hook which takes 20 mins to run, its a build script
> running on svn on XP. In Linux, in my hook script I'd just append the
> line with & so it spawned a process and returned. Anyone know how to
> do this in an XP batch file please, or another way of basically just
> returning from the commits immediately (I sit and watch the hourglass
> after these commits at the moment, when I really just want the server
> to do all the work and let me get on with other stuff). Thanks.
>
Try "start path/to/script" at the command prompt, add /? for options.
/Peter Löfgren
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Nov 29 19:35:34 2005