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.