Why, when I have log output showing revision 40 of a directory called
"subdir2renamed" (at end of message), and corresponding "svn info"
output, would i not be able to use peg revisions to get the log or diff
info for specific prior revisions? I copy/pasted the name to be sure it
wasn't misspelled. The directory was renamed by a merge, in case that
matters.
The error messages I get are:
$ svn log -r 38:39 svn://localhost/trunk/subdir2renamed
svn: Unable to find repository location for
'svn://localhost/trunk/subdir2renamed' in revision 39
$ svn diff --notice-ancestry --force -r 34:35 subdir2renamed@40
svn: The location for 'subdir2renamed' for revision 35 does not
exist in the repository or refers to an unrelated object
Here is the svn info output:
$ svn info subdir2renamed/
Path: subdir2renamed
URL: svn://localhost/trunk/subdir2renamed
Repository Root: svn://localhost
Revision: 40
Node Kind: directory
Schedule: normal
Last Changed Author: callla
Last Changed Rev: 40
Last Changed Date: 2007-05-23 16:37:29 -0600 (Wed, 23 May 2007)
Any ideas appreciated. Thanks!
-Luke
(And here is the log output:)
$ svn log -v subdir2renamed/
------------------------------------------------------------------------
r40 | callla | 2007-05-23 16:37:29 -0600 (Wed, 23 May 2007) | 23 lines
Changed paths:
M /trunk
D /trunk/subdir2
A /trunk/subdir2renamed (from /branches/branch4/subdir2renamed:34)
Merged revisions 34 via svnmerge from
svn://localhost/branches/branch4
........
r34 | callla | 2007-05-23 12:27:05 -0600 (Wed, 23 May 2007) | 1 line
renamed subdir2 -> subdir2renamed, to test
........
------------------------------------------------------------------------
r34 | callla | 2007-05-23 12:27:05 -0600 (Wed, 23 May 2007) | 1 line
Changed paths:
D /branches/branch4/subdir2
A /branches/branch4/subdir2renamed (from /branches/branch4/subdir2:30)
D /branches/branch4/subdir2renamed/subdir3
A /branches/branch4/subdir2renamed/subdir3renamed (from /branches/branch4/subdir2/subdir3renamed:33)
renamed subdir2 -> subdir2renamed, to test
------------------------------------------------------------------------
r15 | callla | 2007-05-21 08:25:08 -0600 (Mon, 21 May 2007) | 1 line
Changed paths:
M /branches/branch4/subdir2/subdir3/NineNine.java
M /branches/branch4/subdir2/subdir3/Ten.java
edited 10.jav a and 99.java - 2nd ci in branch4
------------------------------------------------------------------------
r13 | callla | 2007-05-21 08:23:12 -0600 (Mon, 21 May 2007) | 1 line
Changed paths:
M /branches/branch4/Three.java
M /branches/branch4/subdir1/Four.java
D /branches/branch4/subdir1/Seven.java
A /branches/branch4/subdir1/SevenSevenSeven.java (from /branches/branch4/subdir1/Seven.java:12)
M /branches/branch4/subdir2/subdir3/Eight.java
D /branches/branch4/subdir2/subdir3/Nine.java
A /branches/branch4/subdir2/subdir3/NineNine.java (from /branches/branch4/subdir2/subdir3/Nine.java:12)
renamed cpl files by duplicating name in name, few edits
------------------------------------------------------------------------
r12 | callla | 2007-05-21 08:17:07 -0600 (Mon, 21 May 2007) | 1 line
Changed paths:
A /branches/branch4 (from /trunk:9)
A /branches/branch4/Three.java (from /trunk/Three.java:10)
A /branches/branch4/subdir1 (from /trunk/subdir1:10)
A /branches/branch4/subdir2 (from /trunk/subdir2:10)
creating branch4
------------------------------------------------------------------------
r10 | callla | 2007-05-21 08:15:04 -0600 (Mon, 21 May 2007) | 1 line
Changed paths:
A /trunk/Three.java
A /trunk/subdir1
A /trunk/subdir1/Five.java
A /trunk/subdir1/Four.java
A /trunk/subdir1/Seven.java
A /trunk/subdir1/Six.java
A /trunk/subdir2
A /trunk/subdir2/subdir3
A /trunk/subdir2/subdir3/Eight.java
A /trunk/subdir2/subdir3/Nine.java
A /trunk/subdir2/subdir3/Ten.java
adding files
------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 25 21:30:34 2007