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