How do I move a directory to a directory that has been deleted?
Nicholas Allen
nick.allen at onlinehome.de
Sat Aug 2 09:25:33 BST 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
In one commit I want to deleted a directory containing files and rename
another directory to its name. The files in the directory should have
the history that they had in the old name. Bazaar will not let me do
this though. For example:
cd /tmp
/tmp> mkdir test
/tmp> cd test
/tmp/test> bzr init
/tmp/test> mkdir a
/tmp/test> mkdir b
/tmp/test> bzr add
added a
added b
/tmp/test> bzr ci -m "Added a and b"
Committing to: /tmp/test/
added a
added b
Committed revision 1.
/tmp/test> rm -fr a
/tmp/test> bzr mv b a
bzr: ERROR: Could not move b => a: a is already versioned.
Nick
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIlBn91+i51gqqEGkRAsJLAJ9lDE2L9lYesEI6CYFXqhWmKcJ0NACguW6n
UUmGkmeBvjO8R4b1TMKmxtk=
=mOP2
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list