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