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

RE: Run processes in background with post-commit hook on Windows

From: Chris Lambrou <Chris.Lambrou_at_grantadesign.com>
Date: Thu, 12 Jun 2008 14:49:01 +0100

Adrien,
 
Have a look at the start command. You can use it to spawn a separate
process from a batch file, in a non-blocking manner. This allows your
script to terminate, whilst leaving the spawned process running.
 
Chris

________________________________

From: Adrien [mailto:hannibalbundy_at_gmail.com]
Sent: 12 June 2008 13:35
To: users_at_subversion.tigris.org
Subject: Run processes in background with post-commit hook on Windows

Hi,

As said in the object, I've got some difficulties on Windows to run
command in background with the post-commit hook. Indeed there is a
solution on Unix with the redirection of stdout and stderr (in adding >>
/dev/null 2>&1 at the command's end), but is there any equivalent on
windows ? Because adding 1> NUL 2>&1 is unfortunately not enough.

Thanks in advance.
Received on 2008-06-12 15:49:14 CEST

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.