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

Re: svn 1.3.0: post-commit hook waits even if tasks are backgrounded

From: Andreas Magnusson <andreas.ch.magnusson_at_home.se>
Date: 2006-01-18 11:10:55 CET

Steve Williams wrote:
> Peter N. Lundblad wrote:
>>> specifically like to include something for windows batch files (not
>>> that I have any clue how to do that in a batch file, but I suspect
>>> people will ask for it).
>>>
>>
>> AFAIK, it is the same on Windows
>> command 2> nul
>> But don't ask me how to start something in the background on that
>> platform...
>
> One method that may work is
>
> start /b cmd /c "backgroundcommand"
>

Unless it's a *.cmd file you don't need the cmd part, start should
handle that. Just do a "help start" to see.

/Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 18 12:07:52 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.