Can't ls or co inside deleted trees - even with -r $oldver?
From: Peter Valdemar Mørch <swp5jhu02_at_sneakemail.com>
Date: 2006-01-12 11:07:28 CET
If I delete a directory in revision 3, then I expect to still be able to
svn ls -r 2 file:///path/to/deleted/directory
Right?
However, both fail on svn, version 1.2.3 (r15833) with this error message:
No, I know it doesn't exist in revision *3*. Thats why I specified
svn co -r 2 file:///path/to/
I do get a to/deleted/directory of revision 2
Wassup? Is this a bug? How else can I examine a 10k file somewhere in a
Is this a documented "regression" from svn, version 1.0.1 (r9023), where
At least, this is a change of behaviour in the client. If I set up a
How else do I get at -r 2 file:///path/to/deleted/directory ?
Thank you for reading this far,
Peter
Reproduction recipe:
#!/bin/bash
svnadmin create repos
# Creates v. 1
# Creates v. 2
# Creates v. 3
# Just shows what happened when
# This does in fact show that there is a dir2
# But these fail with error message:
svn ls -r 2 $repos/dir1/dir2
-- Peter Valdemar Mørch http://www.morch.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Jan 12 11:12:12 2006 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.