Login | Register
My pages Projects Community openCollabNet

Discussions > users > [Subclipse-users] subclipse 1.8.9 - compare with branch/tag problem

subclipse
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

[Subclipse-users] subclipse 1.8.9 - compare with branch/tag problem

Author wilkpio
Full name Piotr Wilkosz
Date 2012-05-30 08:11:54 PDT
Message Hi,
Eclipse "compare with branch/tag" functionality doesn't seem work correctly
for newly created tags.
Please confirm if this is a bug or correct me if I'm doing something wrong here:

1. create project trunk and check it out:
svn mkdir http://subversion.as​sembla.com/svn/subcl​ipse/trunk
svn co http://subversion.as​sembla.com/svn/subcl​ipse/trunk ~/subclipse-bug
cd ~/subclipse-bug

2. add some example file:
echo "content" > file.txt
svn add file.txt
svn ci -m 'adding new file' file.txt

3. make a tag out of the trunk:
svn mkdir http://subversion.as​sembla.com/svn/subcl​ipse/tags
svn cp http://subversion.as​sembla.com/svn/subcl​ipse/trunk
http://subversion.as​sembla.com/svn/subcl​ipse/tags/0.0.1 -m'create new
tag'

4. go to Eclipse and import new project from SVN
http://subversion.as​sembla.com/svn/subcl​ipse/trunk
So far so good ;-)

5. Right click on newly imported project choose "Compare With... ->
Branch/Tag" from context menu.

Now "Compare with Branch/Tag" dialog windows pops up.

6. In "Compare to:" dialog type in
http://subversion.as​sembla.com/svn/subcl​ipse/tags/0.0.1 and click "OK"

Comparison fail with following error message on console:
svn: E160013: '/svn/subclipse/!svn​/bc/2/tags/0.0.1' path not found:
404 Not Found (http://subversion.assembla.com)

Additionally I following error message in new dialog window.
org.apache.subversio​n.javahl.ClientExcep​tion: svn: E160013:
'/svn/subclipse/!svn​/bc/2/tags/0.0.1' path not found: 404 Not Found
(http://subversion.assembla.com)

Of course http://subversion.as​sembla.com/svn/subcl​ipse/tags/0.0.1 url
is valid and can be found in HEAD revision
What seems to be strange for me is that subclipse is trying to get the
tag in revision #2 (LastChangedRevision of trunk) whereas the tag
itself been committed as revision #3

Any idea if what may be wrong here?

My configuration is:
Apache Subversion version 1.7.1 (r1186859).
Eclipse SDK Indigo version 3.7.2 Build id: M20120208-0800
org.tigris.subversio​n.clientadapter.feat​ure 1.8.2
org.tigris.subversio​n.clientadapter.java​hl.feature 1.7.4.1
org.tigris.subversio​n.subclipse.graph.fe​ature 1.1.1
org.tigris.subversion.subclipse 1.8.9
org.tigris.subversio​n.clientadapter.svnk​it.feature 1.7.4


Please let me know if you can reproduce this problem and if I supposed
to file bug report for that issue.


best regards
Piotr Wilkosz
Disclaimer: Any errors in spelling, tact, or fact are transmission errors.

« Previous message in topic | 1 of 5 | Next message in topic »

Messages

Show all messages in topic

[Subclipse-users] subclipse 1.8.9 - compare with branch/tag problem wilkpio Piotr Wilkosz 2012-05-30 08:11:54 PDT
     Re: [Subclipse-users] subclipse 1.8.9 - compare with branch/tag problem markphip Mark Phippard 2012-06-01 17:58:04 PDT
         RE: Re: [Subclipse-users] subclipse 1.8.9 - compare with branch/tag problem wilkpio Piotr Wilkosz 2012-06-03 15:28:43 PDT
             Re: Re: [Subclipse-users] subclipse 1.8.9 - compare with branch/tag problem markphip Mark Phippard 2012-06-04 06:24:33 PDT
                 RE: Re: Re: [Subclipse-users] subclipse 1.8.9 - compare with branch/tag problem selsemore Stephen Elsemore 2012-06-04 07:04:22 PDT
Messages per page: