Comment 3 for bug 705807

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 705807] [NEW] dpush of lp:~ubuntu-core-dev/anna/ubuntu crashes with NoSuchId exception

Hi Colin,

On Fri, 2011-01-21 at 10:48 +0000, Colin Watson wrote:
> I'm trying to construct a git mirror of all the Ubuntu branches of
> debian-installer packages. The first package I tried to mirror was
> anna. Here's how to reproduce the failure I saw (I'm using bzr-git tip,
> otherwise what's currently in natty):
>
> $ bzr get lp:~ubuntu-core-dev/anna/ubuntu anna
> $ mkdir anna-test.git
> $ cd anna-test.git
> $ git init --bare
> $ cd ../anna
> $ bzr dpush git+ssh://localhost/$HOME/anna-test.git
> bzr: ERROR: The file id "debian/po/xh.po" is not present in the tree <bzrlib.inventory.CHKInventory object at 0x916b9cc>.
>
> (Sorry, I'm sure there's a less insane target I could have given to 'bzr
> dpush', but I couldn't be bothered to figure it out and I think this
> should illustrate the problem anyway ...)
It should be possible to dpush to $HOME/anna-test.git if such a git
repository exists.

I'll try to fix this during the coming week.

  status triaged
  importance high
  tags udd
  assignee jelmer

Cheers,

Jelmer