On Aug 3, 2014, at 10:43 AM, Chris Carman wrote:

> 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

I get the same on OS X with svn 1.8.9.

Note that it is a user error to attempt to check out the root of a repository. 
Instead, check out the trunk or the specific branch or tag you want. Perhaps 
you're just checking out the immediates so that you can later get the specific 
tags or branches you want; that's probably ok.

It may be relevant to know that you are not talking to a Subversion repository 
on a Subversion server; you're talking to a git repository, served using a 
Subversion translator written by the developers at github. As such, this may 
well be a bug in their translator that you need to report to them. I tried a 
couple other github repositories and got the same error.

Reply via email to