Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
trunk
Description
As reported first here: http://svn.haxx.se/dev/archive-2005-04/1467.shtml (with '+1' from Greg Hudson and C. Michael Pilato) The svn_client_log should take a peg revision. Then you can do something like this: svn log -r100:200 folder1 even if folder1 is currently at revision 1000 and has been renamed in revision 700. Right now, this throws an error. Also, this is very important to the TSVN GUI.