'git clone bzr::lp:debian/git' dies with "No such file: 'changelog.upstream-20100406203816-j4gb4wagb3zcq42p-2000'"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Triaged
|
Medium
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
Testing out the git-remote-bzr tool:
| $ git clone bzr::lp:debian/git git-test
| Cloning into 'git-test'...
| You have not informed bzr of your Launchpad ID, and you must do this to
| write to Launchpad or access private data. See "bzr help launchpad-login".
| Most recent Debian Sid version: MISSING
| Most recent Debian Sid version: MISSING
| Traceback (most recent call last):map 0/9
| File "/usr/lib/
| helper.
| File "/usr/lib/
| self.process_
| File "/usr/lib/
| self.commands[
| File "/usr/lib/
| for ref, git_sha1 in refs.as_
| File "/usr/lib/
| ret[key] = self[("%s/%s" % (base, key)).strip("/")]
| File "/usr/lib/
| _, sha = self._follow(name)
| File "/usr/lib/
| contents = self.read_
| File "/usr/lib/
| File "/usr/lib/
| return self.object_
| File "/usr/lib/
| self._update_
| File "/usr/lib/
| self._update_
| File "/usr/lib/
| for path, obj, ie in self._revision_
| File "/usr/lib/
| self._cache.idmap, unusual_modes, self.mapping.
| File "/usr/lib/
| [(ie.file_id, (path, ie)) for (path, ie) in new_blobs]):
| File "/usr/lib/
| raise errors.
| bzrlib.
Using bzr-git 0.6.6+bzr1560, Dulwich 0.8.3, git 1.7.9-rc2. Reproducible. Cloning with "bzr branch lp:debian/git" and then "git clone bzr::$(pwd)/git git-git" avoids trouble. Known problem?
Changed in bzr-git: | |
status: | New → Triaged |
importance: | Undecided → High |
importance: | High → Medium |
Changed in brz-git: | |
status: | New → Triaged |
importance: | Undecided → Medium |
affects: | brz-git → brz |
tags: | added: git git-remote-helper |