Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Merge problem "File not found: revision..." when opening 3-way comparator
Merge problem "File not found: revision..." when opening 3-way comparator [message #25153] Tue, 08 July 2008 15:36 Go to next message
Eclipse UserFriend
Originally posted by: kamenchuk.mail.ru

I cannot make merging from trunk to branch working for me. I'm getting
error like

*** Get File Content [Revision]
svn: File not found: revision 5779, path
'/branches/mybranch/test/src/Test.java'svn: : (apr_err=160013)
*** Error (took 00:00.003)

when I double click in Synchronize view on a file to bring up comparator


Full list of steps to reproduce the issue with SVN console output:

1. Share project

*** Share Projects
D:/ws-svn-test/test
At revision 6719
*** Ok (took 00:02.093)

*** Commit
svn add "D:\ws-svn-test\test\src"
A D:/ws-svn-test/test/src
A D:/ws-svn-test/test/src/Test.java
svn add "D:\ws-svn-test\test\.classpath"
A D:/ws-svn-test/test/.classpath
svn add "D:\ws-svn-test\test\.project"
A D:/ws-svn-test/test/.project
svn commit "D:\ws-svn-test\test" -m ""
A ws-svn-test/test/.classpath
A ws-svn-test/test/.project
A ws-svn-test/test/src
A ws-svn-test/test/src/Test.java
Transmitting file data: ws-svn-test/test/.classpath
Transmitting file data: ws-svn-test/test/.project
Transmitting file data: ws-svn-test/test/src/Test.java
Committed revision 6720
*** Ok (took 00:01.606)



2. Create branch. Excerpt from Subversive SVN console:

*** Branch
svn copy "D:/ws-svn-test/test"
"svn://10.0.0.102/sandbox/test/branches/mybranch" -r WORKING -m ""
A D:/ws-svn-test/test
A D:/ws-svn-test/test/.classpath
A D:/ws-svn-test/test/.project
A D:/ws-svn-test/test/src
*** Ok (took 00:01.105)

3. Make change in trunk and commit it

*** Commit
svn commit "D:\ws-svn-test\test" -m ""
M ws-svn-test/test/src/Test.java
Transmitting file data: ws-svn-test/test/src/Test.java
Committed revision 6722
*** Ok (took 00:00.909)

4. Switch to branch

*** Switch
svn switch "svn://10.0.0.102/sandbox/test/branches/mybranch"
"D:\ws-svn-test\test" -r HEAD --depth infinity
U D:/ws-svn-test/test/src/Test.java
D:/ws-svn-test/test/src
D:/ws-svn-test/test
At revision 6722
*** Ok (took 00:00.281)


5. Merge changes from trunk to branch.

In Merge dialog in simple mode I entered:
URL: svn://10.0.0.102/sandbox/test/trunk
Start revision: 6720
Stop Revision: Head

I get my Synch tree with my Test.java file in there.

6. When I double click on this file, error pops up

Get content for
' svn://10.0.0.102/sandbox/test/branches/mybranch/src/Test.jav a' failed.
Filesystem has no item
svn: File not found: revision 6720, path
'/sandbox/test/branches/mybranch/src/Test.java'


Can someone help me please to find out what's wrong with it?

I use:
Eclipse SDK Version: 3.4.0 Build id: I20080609-1311
Subversive 2.0.1.I20080612-1500
Native JavaHL (svn:1.4.5 (r25188) jni:0.9.0)

Regards
Alexey
Re: Merge problem "File not found: revision..." when opening 3-way comparator [message #25318 is a reply to message #25153] Thu, 10 July 2008 09:29 Go to previous message
Eclipse UserFriend
Originally posted by: alexander.gurov.polarion.org

Hello Alexey,


Thank you for reporting the problem. As a temporary workaround you can
disable merge view at Window->Preferences->Team->SVN->SVN Connector and
use merge in the default, command line client-like, manner.
Previous Topic:the SVN new project wizard is not recreating the project
Next Topic:How to clear password
Goto Forum:
  


Current Time: Wed Apr 24 17:00:22 GMT 2024

Powered by FUDForum. Page generated in 0.03602 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top