Deleting an Added (but not committed) Tree
From: Peter Davis <peter_at_pdavis.cx>
Date: 2002-08-10 05:40:05 CEST
Try the following:
$ svnadmin create test
After that, you have to do (in this exact order):
$ svn rm --force a/b
And you have to specify 'a' to 'svn cleanup', or it doesn't work (you can't
Is any of this as designed? If so, it's definitely not attractive.
Note that if you 'svn ci' before trying to delete the tree, it works with no
-- Peter Davis --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Aug 10 05:40:37 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.