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

Chinh Do chinh.d.v at gmail.com
Wed Nov 30 19:53:15 CST 2016


Hi Mike,

Yes, these seam to be something wrong with svn

*svnversion: E155036: The working copy at
'/Volumes/DATA/working/OCB/TIO/Version-Control-with-Subversion_vi/vi'*

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

On Thu, Dec 1, 2016 at 3:51 AM, C. Michael Pilato <cmpilato at red-bean.com>
wrote:

> 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/20161201/ab081267/attachment-0002.html>


More information about the svnbook-dev mailing list