[svnbook] r5242 committed - branches/1.8/vi/book/ch01-fundamental-concepts. xml

C. Michael Pilato cmpilato at red-bean.com
Wed Nov 30 14:51:28 CST 2016


Aha!  Good eyes, Daniel.  Fixed that in a series of commits.

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?

On Wed, Nov 30, 2016 at 1:50 PM, Daniel Shahaf <d.s at daniel.shahaf.name>
wrote:

> C. Michael Pilato wrote on Wed, Nov 30, 2016 at 12:23:02 -0500:
> > Okay, so clearly the definition of "svn.version" is missing from your
> > version.xml file.  Now, what I can't quite figure out is how you managed
> to
> > get a definition for "svn.l10n_revision" without "svn.version", too.
>
> From the 'else' branch of the 'version' target:
>
>           echo '<!ENTITY svn.version "">' > $(VERSION_SOURCE).tmp; \
>           echo '<!ENTITY svn.l10n_revision "">' > $(VERSION_SOURCE).tmp; \
>
> The second line was meant to use >>, rather than >.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.red-bean.com/pipermail/svnbook-dev/attachments/20161130/c9dafb6a/attachment-0002.html>


More information about the svnbook-dev mailing list