Upgrade warning
Matt Nordhoff
mnordhoff at mattnordhoff.com
Sat Dec 6 00:49:39 GMT 2008
Sandy Dunlop wrote:
> When I commit changes in my bazaar branch, I get a warning telling me
> I should run 'bzr upgrade'. When I run it, I get this:
>
> sandyd at mini9:~/src/wildcat-bzr/trunk$ bzr upgrade
> Format <RepositoryFormatKnit1> for
> file:///home/sandyd/src/wildcat-bzr/.bzr/ is deprecated - please use
> 'bzr upgrade' to get better performance
> bzr: ERROR: The branch format Bazaar-NG meta directory, format 1 is
> already at the most recent format.
>
> Any ideas?
>
>
> Thanks,
> Sandy
This is just a guess, but you might need to run it directly from the
repo instead of the branch.
$ cd ..
$ bzr upgrade
--
More information about the bazaar
mailing list