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

Re: checkout ends with error

From: Ryan Schmidt <subversion-2014_at_ryandesign.com>
Date: Sun, 3 Aug 2014 22:25:37 -0500

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.
Received on 2014-08-04 05:26:11 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.