[Svnmerge] svnmerge: command execution failed (exit code: 1)

Giovanni Bajo rasky at develer.com
Mon Sep 18 07:46:21 PDT 2006


Todd Stafford wrote:

> I got my script to not fail out.  It worked 10% of the time before,
> now it works 100% (out of 15 tries)
>
> I replaced the call in the launch method
>     p = popen2.Popen4(cmd)
> to
>     p = popen2.Popen3(cmd)
>
>
> Dont know what special things Popen4 is doing, or maybe the svnmerge
> script isnt using the Popen4 object correctly, either way, Popen3 is
> working like a charm.  Is there a reason for using the Popen4 object
> that would make using the Popen3 object a bad idea?

Nothing critical, but I would like to grab the standard error output and
interleave it correctly with the standard output for the purpose of
ultra-verbose mode (-vvv). But it is pretty strange anyway, since there
really should not be any difference. Maybe it is just a timeout on the pipe
since it is not being used, or something? I'll have a further look.

Thanks for this important piece of info!
-- 
Giovanni Bajo




More information about the Svnmerge mailing list