<div dir="ltr">Hi Mike,<div><br></div><div>Yes, these seam to be something wrong with svn</div><div><br></div><div>







<p class="gmail-p1"><span class="gmail-s1"><b><i>svnversion: E155036: The working copy at '/Volumes/DATA/working/OCB/TIO/Version-Control-with-Subversion_vi/vi'</i></b></span></p>
<p class="gmail-p1"><span class="gmail-s1"><b><i>is too old (format 29) to work with client version '1.9.4 (r1740329)' (expects format 31). You need to upgrade the working copy first.</i></b></span></p></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 1, 2016 at 3:51 AM, C. Michael Pilato <span dir="ltr"><<a href="mailto:cmpilato@red-bean.com" target="_blank">cmpilato@red-bean.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Aha!  Good eyes, Daniel.  Fixed that in a series of commits.<div><br></div><div>So, Chinh Do, the problem appears to be that when the build process runs the svnversion tool to query your Subversion Book working copy's "version pedigree", some error occurs.  Can you run 'svnversion .' from the same location that you run 'make all-html' from?</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 30, 2016 at 1:50 PM, Daniel Shahaf <span dir="ltr"><<a href="mailto:d.s@daniel.shahaf.name" target="_blank">d.s@daniel.shahaf.name</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>C. Michael Pilato wrote on Wed, Nov 30, 2016 at 12:23:02 -0500:<br>
> Okay, so clearly the definition of "svn.version" is missing from your<br>
> version.xml file.  Now, what I can't quite figure out is how you managed to<br>
> get a definition for "svn.l10n_revision" without "svn.version", too.<br>
<br>
</span>From the 'else' branch of the 'version' target:<br>
<br>
          echo '<!ENTITY svn.version "">' > $(VERSION_SOURCE).tmp; \<br>
          echo '<!ENTITY svn.l10n_revision "">' > $(VERSION_SOURCE).tmp; \<br>
<br>
The second line was meant to use >>, rather than >.<br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>