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

Re: svn: E160013: File not found: revision ?????

From: Stefan Sperling <stsp_at_elego.de>
Date: Sun, 4 Nov 2012 11:46:18 +0100

On Sun, Nov 04, 2012 at 02:37:13AM -0800, TheRedAaron wrote:
> Thanks for your reply.
>
> I'd changed the SVN interface to SVNKit just because I got a tunnel error
> when using JavaHL
>
> The system cannot find the file specified.
> svn: Unable to connect to a repository at URL
> 'svn+ssh://svc-vcsp/apps/xxxx/branches/branch/src/java/junit'
> svn: Can't create tunnel: The system cannot find the file specified.
>
> As you can see I'm being forced to use svn+ssh, so I guess this is something
> to do with it?
>
> Do you know why this?

The above error means that the SSH program you want to use to connect
to the server cannot be found, so you cannot open a connection to the
Subversion server.
Please see http://subclipse.tigris.org/wiki/PluginFAQ#head-214e1cef790ceb311232ec766435d62c7958ccb7
for more information about setting up Subclipse for svn+ssh://.

The previous error you posted was about something entirely different.
It was the Subversion server telling the Subversion client (SVNKit)
that the client was trying to access a file in the repository which
doesn't exist at the specified revision. So in that case the connection
to the server was opened successfully.
Received on 2012-11-04 11:46:59 CET

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.