<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
From
<a class="moz-txt-link-freetext" href="http://svnbook.red-bean.com/nightly/en/svn.advanced.externaldifftools.html:">http://svnbook.red-bean.com/nightly/en/svn.advanced.externaldifftools.html:</a><br>
<br>
"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 fatal error. [41]"<br>
<br>
Yet the footnote [41] and examples show exactly the opposite returnin
an errorcode of 0 when <b>no</b> differences were detected and 1 when
differences were detected.<br>
<br>
This is from the nightly build version.<br>
<br>
Suggested phrasing:<br>
<br>
"Finally, Subversion expects that your program return an errorcode of 0
if your program did not detect any differences, or 1 if it did --—any
other
errorcode is considered a fatal error."<br>
<br>
Yours,<br>
Santeri Paavolainen<br>
</body>
</html>