[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: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-01-18 14:18:38 CET

On Wed, Jan 18, 2006 at 02:00:37PM +0100, Peter N. Lundblad wrote:
> Does this mean that the command that start runs doesn't not inherit stderr
> of the script itself? In that case, there is no problem anyway.
>

Thinking about this, START creates a new console window by default,
so that process will by definition have a different stdout/stderr.

'START /b' will run a process 'in the background' on the current console,
which is closer to the traditional UNIX sense. I don't know whether
or not the process started like that will inherit stdout/stderr from
the caller.

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 18 16:05:49 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.