Problem after "bzr upgrade --rich-root-pack"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Subversion Plugin |
Fix Released
|
Critical
|
Jelmer Vernooij |
Bug Description
History recap:
(1) branch from svn.gnome.
(2) push to bzr+ssh:
(3) Branch from bzr+ssh:
(4) bzr upgrade --rich-root-pack (local branch)
(5) work on the code and push to svn branch
(6) bzr upgrade --rich-root-pack bzr+ssh:
(7) push to bzr branch fails:
rstaudinger@
rstaudinger@
Checking working tree at 'file:/
Checking repository at 'file:/
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
check_
File "/usr/lib/
result = repo.check()
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
return self._check(
File "/usr/lib/
result.check()
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
knit_parents = parent_map[key]
KeyError: ('tmpl-
bzr 1.7.1 on python 2.5.2 (linux2)
arguments: ['/usr/bin/bzr', 'check']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_GB.UTF-8'
plugins:
launchpad /usr/lib/
svn /usr/lib/
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
rstaudinger@
Related branches
Changed in bzr-svn: | |
assignee: | nobody → jelmer |
importance: | Undecided → Critical |
milestone: | none → 0.4.15 |
status: | New → Triaged |
Changed in bzr-svn: | |
status: | Triaged → Fix Committed |
Changed in bzr-svn: | |
status: | Fix Committed → Fix Released |
Checking the remote branch too:
rstaudinger@ meqbuq: ~/Desktop/ Devel/gtk- css-engine$ bzr check bzr+ssh: //bzr-playgroun d.gnome. org/bzr/ robsta/ gtk-css- engine No working tree found at specified location. //bzr-playgroun d.gnome. org/bzr/ robsta/ gtk-css- engine/ '. transport. remote. RemoteSSHTransp ort url=bzr+ ssh://bzr- playground. gnome.org/ bzr/robsta/ gtk-css- engine/ > format <RepositoryForm atKnitPack4> //bzr-playgroun d.gnome. org/bzr/ robsta/ gtk-css- engine/ '. //bzr-playgroun d.gnome. org/bzr/ robsta/ gtk-css- engine/ format Remote BZR Branch meqbuq: ~/Desktop/ Devel/gtk- css-engine$
Checking repository at 'bzr+ssh:
checked repository <bzrlib.
173 revisions
232 file-ids
1199 unique file texts
13153 repeated file texts
0 unreferenced text versions
1 inconsistent parents
Checking branch at 'bzr+ssh:
checked branch bzr+ssh:
rstaudinger@