Comment 19 for bug 830947

Revision history for this message
tsdh (tassilo) wrote :

The same problem happens when trying to checkout the Emacs elpa branch using bzr 2.5.1.

  % bzr init-repo emacs
  % cd emacs
  % bzr branch bzr://bzr.savannah.gnu.org/emacs/elpa elpa
  bzr: ERROR: exceptions.AssertionError: ('not present: %r', StaticTuple('', '', 'TREE_ROOT'))

With Richard's branch, I don't get an error.

However, I'd like to stick to the released bzr version installed by the package manager instead of having to maintain a separate version. So is it ok to do the initial "bzr branch" with Richard's version and then work on that branch using the released bzr 2.5.1?