Bazaar cannot commit and complains about missing file id
Nicholas Allen
nick.allen at onlinehome.de
Sat May 19 11:46:14 BST 2007
Hi,
I renamed a java package that is under bzr control in Eclipse so that
other java files would get updated to the new location. To tell bzr that
the package got renamed I then did:
bzr add --no-recurse new_name
followed by:
bzr mv old_name/file1.java new_name/file1.java
For each file in the package. When I tried to commit I got the following
error:
modified tests/src/radical/tests/io/ExamineModuleTests.java
modified tests/src/radical/tests/parser/ParseModuleInterfaceTests.java
added tests/src/radical/tests/util
modified and renamed
tests/src/radical/tests/data/CouldNotPerformTestException.java =>
tests/src/radical/tests/util/CouldNotPerformTestException.java
bzr: ERROR: The file id testdata.java-20070318144716-tntro4w3dag9w7nm-2
is not present in the tree <WorkingTree4 of
/home/nick/projects/radical/trunk-devel>.
I renamed "data" package to "util" in the above output.
What can I do to get out of this situation now?
Thanks,
Nick
More information about the bazaar
mailing list