[Svnmerge] svnmerge: command execution failed (exit code: 1)
Mike Laster
mlaster at gmail.com
Fri Sep 15 11:30:40 PDT 2006
On 9/14/06, Giovanni Bajo <rasky at develer.com> wrote:
> So that I know that it does not matter, would you please try adding
> "close_fds=True" among the subprocess.Popen() arguments, and try again?
It doesn't seem to matter. I changed it to this:
p = subprocess.Popen(cmd, shell=True, stdin=subprocess.PIPE,
stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
close_fds=True)
and it still crashes.
More information about the Svnmerge
mailing list