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

Can't diff particular revision of file that exists at the same revision in the log

From: Michael Abbott <Mabbott_at_torus.com.au>
Date: 2006-03-28 01:37:26 CEST

I came across an unusual condition today. This illustrates it:

--->
D:\Projects\TheProject\AFolder>svn log -v ConfusingFile.png
------------------------------------------------------------------------
r3397 | user2 | 2006-03-16 16:20:20 +1100 (Thu, 16 Mar 2006) | 1 line
Changed paths:
   R /trunk/AFolder/ConfusingFile.png
 

------------------------------------------------------------------------
 
D:\Projects\TheProject\AFolder>svn log -v -r 1:3396 ConfusingFile.png
------------------------------------------------------------------------
r2196 | user1 | 2005-10-24 13:28:01 +1000 (Mon, 24 Oct 2005) | 1 line
Changed paths:
   A /trunk/AFolder/ConfusingFile.png

------------------------------------------------------------------------

D:\Projects\TheProject\AFolder>svn log -v |grep ConfusingFile.png
   R /trunk/AFolder/ConfusingFile.png
   A /trunk/AFolder/ConfusingFile.png
 
D:\Projects\TheProject\AFolder>svn diff -r 2196:3397 ConfusingFile.png
svn: Unable to find repository location for 'ConfusingFile.png' in
revision 2196
<---

It's the inability to find the file at revision 2196 that I'm confused
by. If I view the png at each of the two revisions it looks the same
but is Binarily different (this was via TortoiseSVN). Am I expecting
the wrong thing or is there an issue here (and how would I go about
diagnosing it?) ?

Thanks!,
Michael Abbott
Programmer
Torus Games

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 28 01:38:05 2006

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

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