You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by TheRedAaron <Aa...@gmail.com> on 2012/11/04 10:10:20 UTC

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

I'm using Eclipse Indigo/SVN 1.7.1/Subclipse 1.8.16/SVNKit/1.7.5.1

I am trying to merge part of a feature branch back into trunk but get this
error 

svn: E160013: File not found: revision 68287, path
'/myapproot/trunk/src/java/junit/com\mycompany\myapp\mypath\myfile.java'

The feature branch and trunk are updated to HEAD and the files within the
target directory are all at revision 68287. I can see this from within
Eclispe. The target is up to date, has nothing to commit and no unversioned
files.

So the error is telling me it can't find a file I can see exists.

Can anyone explain to me why this is and how I can begin to resolve it?

Thanks



--
View this message in context: http://subversion.1072662.n5.nabble.com/svn-E160013-File-not-found-revision-tp175469.html
Sent from the Subversion Users mailing list archive at Nabble.com.

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

Posted by TheRedAaron <Aa...@gmail.com>.
That's a very helpful response.

Thank you very much.

I'll get JavaHL working and then I can determine if it's an SVNKit or SVN
issue.



--
View this message in context: http://subversion.1072662.n5.nabble.com/svn-E160013-File-not-found-revision-tp175469p175476.html
Sent from the Subversion Users mailing list archive at Nabble.com.

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

Posted by Stefan Sperling <st...@elego.de>.
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.

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

Posted by TheRedAaron <Aa...@gmail.com>.
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?

Thanks





--
View this message in context: http://subversion.1072662.n5.nabble.com/svn-E160013-File-not-found-revision-tp175469p175473.html
Sent from the Subversion Users mailing list archive at Nabble.com.

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

Posted by Stefan Sperling <st...@elego.de>.
On Sun, Nov 04, 2012 at 01:10:20AM -0800, TheRedAaron wrote:
> I'm using Eclipse Indigo/SVN 1.7.1/Subclipse 1.8.16/SVNKit/1.7.5.1
> 
> I am trying to merge part of a feature branch back into trunk but get this
> error 
> 
> svn: E160013: File not found: revision 68287, path
> '/myapproot/trunk/src/java/junit/com\mycompany\myapp\mypath\myfile.java'

You're not running Subversion but SVNKit so I'm afraid we cannot help
you with this problem. SVNKit is a separate implementation of Subversion
written in Java, which is maintained as a separate project.
Please contact the SVNKit project instead: http://www.svnkit.com/