Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
all
-
None
Description
In the test repository used in log_tests.py the path "A/D/G/rho" is: - created in revision 1 - deleted in revision 5 - recreated in revision 8 The following commands result in the expected error "Unable to find repository location for": svn log -r 2:9 path-to-wc/A/D/G/rho@2 svn log -r 9:2 path-to-wc/A/D/G/rho@2 But when using HEAD instead of revision 9 (which should be the same) the commands: svn log -r 2:HEAD path-to-wc/A/D/G/rho@2 svn log -r HEAD:2 path-to-wc/A/D/G/rho@2 actually show the log of the wrong resource - namely A/D/G/rho@8
Original issue reported by dirkthomas