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

Re: Post commit hook script: strange behavior

From: Nicolas Goutte <nicolasg_at_snafu.de>
Date: 2005-06-06 18:10:42 CEST

On Monday 06 June 2005 16:23, Lutz Frommberger wrote:
> Am Montag, den 06.06.2005, 15:40 +0200 schrieb Lutz Frommberger:
> > I found a solution, which does not make me happy: the processes
> > (obviuosly) stopped because of whitespaces in the keyword list. The -0
> > option to xargs healed this.
>
> Sorry answering to myself: it did _not_ heal it. -0 just put everything
> into one line, resulting in a pipe of one single element. The script
> terminated, but did nothing.

Assuming that you entries are one by line, you could try:
xargs -eof="\n"

Have a nice day!

>
> Splitting the keyword list into separate files helped (smaller pipes),
> but then the problem occurs in the next line. So, nothing solved, still
> clueless. :-(
>
> (Increasing umlits for processes and stack size did not help either.)
>
> gruß,

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 6 19:02:35 2005

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.