[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

checkout ends with error

From: Chris Carman <namraccr_at_gmail.com>
Date: Sun, 3 Aug 2014 11:43:49 -0400

I've searched for other occurrences/descriptions of this problem, but
haven't found any so far…

When I run the following checkout command, the directories are created as
expected, but the checkout ends with an error:

     svn co https://github.com/NUKnightLab/TimelineJS --depth immediates
     A TimelineJS/branches
     A TimelineJS/tags
     A TimelineJS/trunk
     svn: E200004: Could not convert '' into a number

Further, when I then run status on the top level, it shows a modification:

     svn status TimelineJS/
     ! TimelineJS

But if I attempt an update, the process fails and leaves everything locked:

     svn up TimelineJS/
     Updating 'TimelineJS':
     svn: E235000: In file 'subversion/libsvn_wc/wc_db.c' line 1671:
assertion failed (SVN_IS_VALID_REVNUM(changed_rev))
     Abort trap: 6

     svn status TimelineJS/
     ! L TimelineJS
       L TimelineJS/branches
       L TimelineJS/tags
       L TimelineJS/trunk

I'm running on Mac OS 10.8.5:

     svn --version
     svn, version 1.8.8 (r1568071)
        compiled Feb 26 2014, 04:11:25 on x86_64-apple-darwin12.5.0

Thanks,

Chris
Received on 2014-08-03 17:44:23 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.