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
I am really puzzled because
svn cat -r1 foo.java
does not work. (The command above was executed in the destination
"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
Beside this: Thank you very much for an excellent tool!
Regards, Michael
---------------------------------------------------------------------
|
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.