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

Re: svn list gives E160016 error on a specific URL

From: Andreas Stieger <andreas.stieger_at_gmx.de>
Date: Fri, 10 Apr 2015 23:05:04 +0200

Hi,

On 10/04/15 22:31, Olivier Sannier wrote:
> svn list --non-interactive
> https://github.com/project-jedi/jcl/trunk/jcl@HEAD
[...]

> svn: E160016: Can't get entries of non-directory
>
> That's very strange because "jcl" is a folder.

You are running the client against not against a real svn repository,
but against svn *emulation* based on an underlying git repository. The
/trunk and /branch paths are made up and merely map to their git
counterparts of different structure. They do not really exist and I
would expect this to happen. This may be due to how the svn client
queries the server, however the server part is outside what you can fix.
I would consider this a minor annoyance of such emulation and either
live with the limitation or use a client/protocol native for this
particular project hosting service.

Andreas
Received on 2015-04-10 23:07:55 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.