Bazaar split and & Rich Roots -
i make directory of branch seperate repository. bzr split <dir>
looks coomand
bzr: error: use feature must upgrade branch @ file:///c:/blahblah/ format supports rich roots.
what mean
the current trunk you're using (at c:\blahblah
) not support rich roots (older versions of bazaar use pack-0.92
default, apparently not rich-root compatible).
you need use bzr upgrade
upgrade branch, error message says. couple of possible arguments bzr upgrade
include:
--rich-root
--rich-root-pack
--1.9-rich-root
try bzr upgrade
more details, or see bazaar's page on upgrading branches.
Comments
Post a Comment