git: bzrlib.errors.NoSuchId: The file id "None" is not present in the tree <bzrlib.inventory.CHKInventory object at 0xdc378d0>
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Fix Committed
|
Medium
|
William Grant | ||
Breezy |
Fix Released
|
Medium
|
William Grant |
Bug Description
bzrlib.
Fehler
git fetch bzr::/opt/
Traceback (most recent call last):
File "/usr/lib/
helper.
File "/home/
self.
File "/home/
self.
File "/home/
for ref, git_sha1 in refs.as_
File "/usr/local/
ret[key] = self[("%s/%s" % (base, key)).strip("/")]
File "/usr/local/
_, sha = self._follow(name)
File "/usr/local/
contents = self.read_
File "/usr/local/
contents = self.read_
File "/home/
return self.object_
File "/home/
self.
File "/home/
self.
File "/home/
for path, obj, ie in self._revision_
File "/home/
self.
File "/home/
assert tree.kind(file_id) == 'directory'
File "/usr/lib/
return self._inventory
File "/usr/lib/
raise errors.
bzrlib.
Fehler
Changed in bzr-git: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in bzr-git: | |
assignee: | nobody → William Grant (wgrant) |
status: | Triaged → In Progress |
Changed in bzr-git: | |
status: | In Progress → Fix Committed |
Changed in brz-git: | |
status: | New → Fix Released |
importance: | Undecided → Medium |
assignee: | nobody → William Grant (wgrant) |
Changed in brz-git: | |
milestone: | none → integration |
affects: | brz-git → brz |
Changed in brz: | |
milestone: | integration → none |
milestone: | none → 3.0.0 |
summary: |
- bzrlib.errors.NoSuchId: The file id "None" is not present in the tree - <bzrlib.inventory.CHKInventory object at 0xdc378d0> + git: bzrlib.errors.NoSuchId: The file id "None" is not present in the + tree <bzrlib.inventory.CHKInventory object at 0xdc378d0> |
Can you perhaps try again with trunk ? You should get a different exception now that will help with debugging.