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

Re: wait for hook script still not fixed ?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-04-06 20:09:23 CEST

On 4/6/06, allan juul <allan@muly.dk> wrote:
> hi
>
> according to the changes doc [1] for release 1.3.1 the problem with
> waiting hooks should have been fixed:
>
> * fixed: don't wait for hook script background jobs (r18146)
>
>
> this seem not to be the case on windows 2003 server on our set up with
> apache 2.0.54. which means we completely have to still disable the
> post-commit hook actions.
>
> can anyone confirm (or the contrary) this ?

It is fixed, but in order to keep backgrounded jobs from blocking the
script from exiting you need to make sure they close stdout/stderr (by
redirecting them to some file usually). I have no idea how to do this
on windows, but I imagine there must be some way.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 6 20:11:04 2006

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.