Hello,
I have an old bzr repository in "dirstate-with-subtrees" format. Recently after moving to bzr 2.0.1 (ubuntu 9.10) I tried upgrading it to 2a but was unable to do so. I also tried a bunch of other formats (rich-root-pack, 1.14-rich-root) but that also failed. How can I upgrade this repository to 2a?
[sa]% bzr info
Format <RepositoryFormatKnit3> for file:///storage/parth/code/sa/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
Standalone tree (format: dirstate-with-subtree)
Location:
branch root: .
Related branches:
push branch:
[sa]% bzr upgrade
Format <RepositoryFormatKnit3> for file:///storage/parth/code/sa/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
bzr: ERROR: Cannot convert from format <RepositoryFormatKnit3> to format <RepositoryFormat2a>. Does not support nested trees
[sa]% bzr upgrade --2a
Format <RepositoryFormatKnit3> for file:///storage/parth/code/sa/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
bzr: ERROR: Cannot convert from format <RepositoryFormatKnit3> to format <RepositoryFormat2a>. Does not support nested trees
[sa]% bzr upgrade --rich-root-pack
Format <RepositoryFormatKnit3> for file:///storage/parth/code/sa/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
bzr: ERROR: Cannot convert from format <RepositoryFormatKnit3> to format <RepositoryFormatKnitPack4>. Does not support nested trees
[sa]% bzr upgrade --1.14-rich-root
Format <RepositoryFormatKnit3> for file:///storage/parth/code/sa/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
bzr: ERROR: Cannot convert from format <RepositoryFormatKnit3> to format <RepositoryFormatKnitPack6RichRoot>. Does not support nested trees
[sa]%