Bazaar update fails: bzr: ERROR: The file id "None" is not present in the tree <bzrlib.inventory.CHKInventory object at 0x17dd810>

Asked by Kai Iskratsch

when i try to update my local tree from our server i get the mentioned error message: bzr: ERROR: The file id "None" is not present in the tree <bzrlib.inventory.CHKInventory object at 0x17dd810>.

I am using bazaar on fedora 15.
> bzr version
Bazaar (bzr) 2.3.4
  Python interpreter: /usr/bin/python 2.7.1
  Python standard library: /usr/lib64/python2.7
  Platform: Linux-2.6.41.4-1.fc15.x86_64-x86_64-with-fedora-15-Lovelock
  bzrlib: /usr/lib64/python2.7/site-packages/bzrlib
  Bazaar configuration: /home/kai/.bazaar
  Bazaar log file: /home/kai/.bzr.log

Copyright 2005-2011 Canonical Ltd.
http://bazaar.canonical.com/

bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.

Bazaar is part of the GNU Project to produce a free operating system.

>bzr info
Repository checkout (format: 2a)
Location:
  repository checkout root: .
        checkout of branch: bzr://srv1/dev/trunk/
         shared repository: /NFS4/home/kai/bzr

Related branches:
  parent branch: bzr://srv1/dev/trunk/
  submit branch: bzr://srv1/Rob_art_I/Trunk/

bzr status shows "working tree is out of date, run 'bzr update'" and some modified files (the ones i modified) and some unknown (log files and other things we keep outside version control)

if you need any further infos i will add them

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Kai Iskratsch
Solved:
Last query:
Last reply:
Revision history for this message
Kai Iskratsch (quaiky) said :
#1

found the problem already it was caused by the keywords plugin and a locally changed file which was removed in the repository from which i was updating. so managed to solve it myself.

Revision history for this message
Jelmer Vernooij (jelmer) said :
#2

On 01/04/2012 01:55 PM, Kai Iskratsch wrote:
> Question #183701 on Bazaar changed:
> https://answers.launchpad.net/bzr/+question/183701
>
> Status: Open => Solved
>
> Kai Iskratsch confirmed that the question is solved:
> found the problem already it was caused by the keywords plugin and a
> locally changed file which was removed in the repository from which i
> was updating. so managed to solve it myself.
Thanks for letting us know, that's useful in case others run into the
same issue.

It sounds like this is a bug in the keywords plugin.

Cheers,

Jelmer