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

Potential bug: Retrieve old revision after moving file

From: Schmitt, Michael <m.schmitt_at_fgan.de>
Date: 2004-02-13 14:06:41 CET

Hello everybody,

how can I view an old revision of a file that was moved sometime in
history?

I am really puzzled because

   svn cat -r1 foo.java

does not work. (The command above was executed in the destination
directory of the move operation, i.e., "foo.java" refers to the
currently existing version of the file). This is what SVN says:

    "svn: File not found: revision '1', path 'blabla'

Interestingly

   svn diff -r1 foo.java

works whereas

   svn diff -r1:HEAD foo.java

does _not_.

So how can I retrieve the old version? If old revisions are lost in
space after a move operation, than this definitely more than just an
enhancement but a real showstopper.

Beside this: Thank you very much for an excellent tool!

Regards, Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Feb 15 00:32:03 2004

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

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