Comment 2 for bug 244980

Revision history for this message
Christopher Burns (cburns) wrote :

I found the correct way to resolve the conflict of this one file. bzr added the .THIS version of the file to the branch and I suspect my renaming and forced removed in the script was causing the fubar. That said, it seems odd that bzr added the .THIS to the branch, is this a bug? Not noticing this initially sent me on the wrong path.

Solution:

cburns@traits 12:34:21 $ bzr ls -v
? ctraits.c.BASE
V ctraits.c.THIS

cburns@traits 12:34:30 $ pwd
/Users/cburns/src/nipy-trunk/neuroimaging/utils/enthought/traits

cburns@traits 12:35:32 $ bzr rm ctraits.c.THIS
deleted neuroimaging/utils/enthought/traits/ctraits.c.THIS

cburns@traits 12:36:40 $ bzr resolve ctraits.c

cburns@traits 12:36:48 $ cd ..

cburns@enthought 12:37:29 $ bzr ls -v
V traits/

cburns@enthought 12:37:37 $ bzr rm traits/
deleted neuroimaging/utils/enthought/traits

cburns@enthought 12:37:48 $ bzr resolve traits