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

Re: --diff-cmd question

From: Tobias Ringstrom <tobias_at_ringstrom.mine.nu>
Date: 2003-09-19 16:48:38 CEST

Philip Martin wrote:
>>svn: Error calling external program
>>svn: svn_io_run_cmd: error exitwhy 2 for process
>>'d:\tmp\examdiff\examdiff.exe'
>
> The external diff program exited with a return value of 2. Subversion
> expects the program to return 0 or 1. You may have to use the wrapper
> program or script to convert the ExamDiff return value.

I wondered why it said exitwhy, so I looked it up. Exitwhy is not
exitcode, and 2 means that the process exited because of a signal
(APR_PROC_SIGNAL).

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 19 16:49:32 2003

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.