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

Daniel Shahaf d.s at daniel.shahaf.name
Wed Nov 30 12:50:11 CST 2016


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 >.




More information about the svnbook-dev mailing list