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

Re: Problem with subclipse & tags??

From: Richard Meade <richard.meade_at_shenick.com>
Date: 2005-03-14 20:16:29 CET

On Mon, 14 Mar 2005 13:40:40 -0500, Mark Phippard <MarkP@softlanding.com>
wrote:
>
> That is a Subversion limitation that has been resolved in trunk and will
> be available when Subversion 1.2 comes out.
>
> Basically svn cat -r XYZ does not work against a URL unless the revision
> actually exists in that specific URL. In your case, since it would be
> running against the tags URL the file does not exist.
>

Thanks for the quick response!
That's great news if it is fixed in 1.2.
However, just to make sure I understand correctly,
this seems to work from the svn command line for
file:/// URL (which is what I am using in subclipse)
- although I did think that I had seen it from both
Tortoise & RapidSVN also, but now I can't reproduce it
for them so maybe I am going crazy...! :-)

C:\tmp\sboxs\testy\Tag_4>svn diff -r 2:9
file:///tmp/test-general/repos/test-mod/tags/Tag_4/file-4.txt
Index: file-4.txt
===================================================================
--- file-4.txt (.../trunk/file-4.txt) (revision 2)
+++ file-4.txt (.../tags/Tag_4/file-4.txt) (revision 9)
@@ -1 +1 @@
-text-1
+text-4

C:\tmp\sboxs\testy\Tag_4>svn diff -r 2:9 file-4.txt
Index: file-4.txt
===================================================================
--- file-4.txt (.../trunk/file-4.txt) (revision 2)
+++ file-4.txt (.../tags/Tag_4/file-4.txt) (revision 9)
@@ -1 +1 @@
-text-1
+text-4

Thanks again,
Richard.

-- 
Richard Meade
Shenick Network Systems
Received on Tue Mar 15 06:16:29 2005

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.