Comment 28 for bug 855155

Revision history for this message
Gerard Krol (gerard-) wrote :

I experienced the same problem (with a moved file). I fixed it using the instructions from Tom Browder.

In short: before you perform bzr update, add the file it complains about manually:
echo test > file/bzr/complains/about.txt
bzr add file/bzr/complains/about.txt
bzr update
del file/bzr/complains/about.txt