Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.4.x
-
None
Description
It seems that svn copy doesn't support the peg revisions. Step to reproduce: $> svnadmin create testrepo $> svn co file:///tmp/testrepo testwc Checked out revision 0. $> cd testwc $> echo aaaaaa > a $> svn add a A a $> svn commit -m "adding a" Adding a Transmitting file data . Committed revision 1. $> svn move a b A b D a $> svn commit -m "moving a to b" Deleting a Adding b Committed revision 2. $> svn delete b D b $> svn commit -m "delete b" Deleting b Committed revision 3. $> svn copy -r 1 file:///tmp/testrepo/b@2 c svn: Path 'file:///tmp/testrepo/b@2' not found in revision 1 In the last command we could expect that svn select the file prensent at the url /testrepo/b in revision 2 and add a copy named c as it was in revision 1.
Original issue reported by flyer
Attachments
Issue Links
- duplicates
-
SVN-2546 'svn copy' and svn_client_copy3() should support peg revisions
- Closed