BadConversionTarget: Cannot convert to format <class 'bzrlib.branch.BzrBranchFormat6'>. No converter
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
After branching Loggerhead locally with bzr.dev at r4347, and trying to upgrade it to rich root, it blows up with:
Mon 2009-05-11 18:54:47 -0300
0.039 bzr arguments: [u'upgrade', u'--default-
0.058 looking for plugins in /home/beuno/
0.131 revnocache actual strategy is revgraph
0.218 looking for plugins in /usr/lib/
0.218 Plugin name pqm already loaded
0.226 encoding stdout as sys.stdout encoding 'UTF-8'
0.446 creating repository in file://
23.951 Auto-packing repository <bzrlib.
25.097 Auto-packing repository <bzrlib.
45.645 Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/home/
delete_
File "/home/
upgrade(url, format)
File "/usr/lib/
Convert(url, format)
File "/usr/lib/
self.convert()
File "/usr/lib/
self.bzrdir = converter.
File "/usr/lib/
raise errors.
BadConversionTa
45.646 return code 3
Changed in bzr: | |
status: | Triaged → Confirmed |
tags: | added: format-infrastructure formats upgrade |
tags: | added: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | removed: check-for-breezy |
'--default- rich-root' is probably an alias to --rich-root-pack, not '--1.9-rich-root'. My guess is that loggerhead is in --1.9 format, and it is failing to downgrade.
Instead of '--default- rich-root' try using 'bzr upgrade --1.9-rich-root' (or '--1.14-rich-root', etc.)