Author: cmpilato
Date: Mon Jun 5 14:31:18 2006
New Revision: 2215
Modified:
trunk/src/en/book/ch07.xml
Log:
* src/en/book/ch07.xml
(svn.advanced.externaldifftools.diff): Swap the listed
external diff
errorcodes and their meanings. Noticed by Santeri
Paavolainen
<santeri.paavolainen helsinki.fi>.
Modified: trunk/src/en/book/ch07.xml
============================================================
==================
--- trunk/src/en/book/ch07.xml (original)
+++ trunk/src/en/book/ch07.xml Mon Jun 5 14:31:18 2006
 -3554,8
+3554,8 
in an asynchronous fashion (or
<quote>backgrounded</quote>),
you might have several instances of it all running
simultaneously. Finally, Subversion expects that
your program
- return an errorcode of 0 if your program detected
differences,
- or 1 if it did not—any other errorcode is
considered a
+ return an errorcode of 1 if your program detected
differences,
+ or 0 if it did not—any other errorcode is
considered a
fatal error.
<footnote>
<para>The GNU diff manual page puts it this
way: <quote>An
_______________________________________________
svnbook-dev mailing list
svnbook-dev red-bean.com
http://www.red-bean.com/mailman/listinfo/svnbook-dev
|