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

Re: svn hung at end of commit operation

From: Molle Bestefich <molle.bestefich_at_gmail.com>
Date: 2006-03-23 13:44:14 CET

Garrett Rooney wrote:
> C. Michael Pilato wrote:
> > I added " > /dev/null 2>&1" to each of those lines. Would you expect that
> > to be sufficient?
>
> It looks like that should work, assuming we're using a version of
> Subversion that has fixed the issues we had with that... And it
> doesn't look like we have. Need to upgrade to 1.3.1 to get that fix.

Try something like:
  (/usr/local/svn/hook-scripts/mailer.py commit "${REPOS}" "${REV}" &) &

that is, "(cmd &) &" for each process..

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 23 13:44:51 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.