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

Re: [Subclipse-users] Compare moved files doesn't work

From: J. Gagnon <jgagnon_at_druide.com>
Date: Tue, 22 Jul 2008 12:36:37 -0400

On 08-07-21, at 18:43, Mark Phippard wrote:

> On Mon, Jul 21, 2008 at 6:28 PM, J. Gagnon <jgagnon_at_druide.com> wrote:
>
>> I can't compare moved files with «Subclipse».
>>
>> In the console I get this error ;
>>
>> svn: No part of path '/trunk/MyProjects/Folder/MyMovedFile.java'
>> was found
>> in repository HEAD
>>
>> This is the old path to the moved file...
>>
>>
>> Is this a know issue with Subclipse or its a problem with my
>> configuration
>> in Eclipse?
>
> We need a reproduction recipe. Start at the beginning. What are you
> doing to move the file. Do you commit?

Here the recipe :

-Repository :
/trunk/A/a.txt

svn move http://myserver/trunk/A http://myserver
-Repository :
/trunk
/A/a.txt

svn mkdir http://myserver/A/trunk
svn move http://myserver/A/a.txt http://myserver/A/trunk
-Repository :
/trunk
/A/trunk/a.txt

svn delete http://myserver/trunk
-Repository :
/A/trunk/a.txt

We used the SVN client include in Mac OS X 10.5 to do that (svn,
version 1.4.4 [r25188]).

> Then what options do you take
> to do the compare etc.. There are lots of ways to compare files, not
> to mention move. So it helps to know what you did so others can try
> similar steps.

What I'm trying to do is comparing a revision of /A/trunk/a.txt with
another revision of the same same file in /trunk/A/.

In Eclipse, with Subclipse 1.4.1, I tried with Compare With
«Revision...» on /A/trunk/a.txt; select and older revision in /trunk/
A and get this error in the console :
svn: No part of path '/trunk/A/a.txt' was found in repository HEAD

I tried with Show History, selected the 2 files, Compare and get the
same error.

I tried with Compare with Branch/Tag... in «Compare to:» I unchecked
«Compare with HEAD Revision», put the good URL and the revision
number, with the same error.

I have the same issue with subclipse 1.2.x

Thanks!

>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
> For additional commands, e-mail: users-help_at_subclipse.tigris.org
>
>
Received on 2008-07-22 18:36:55 CEST

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.