"Revision not present" when trying to resume a broken branch
Alexander Belchenko
bialix at ukr.net
Tue Apr 15 09:57:54 BST 2008
Ben Finney пишет:
> Alexander Belchenko <bialix at ukr.net> writes:
>
>> Ben Finney пишет:
>>> Alexander Belchenko <bialix at ukr.net> writes:
>>>> I think it's the bug 177874
>>>> https://bugs.launchpad.net/bzr/+bug/177874
>>> Reading that bug report, I don't see a way to progress. How can I
>>> get my repository in a state that I can branch properly as
>>> described in this thread?
>>>
>> Don't use pack-0.92-subtree format for branches that don't require it.
>
> In what way am I "using" that format? I'm not specifying any format in
> any of the commands I use. (Please check the session log I posted
> earlier in the thread.)
Here the copy of your earlier message:
bzr> cd /home/bignose/Projects/debian/bugs-everywhere/
bzr> info .
Shared repository with trees (format: pack-0.92-subtree)
Location:
shared repository: /home/bignose/Projects
Obviously you ran in the past such command:
bzr init-repo --pack-0.92-subtree
Or maybe such command:
bzr upgrade --pack-0.92-subtree
This command initialize (or upgrade) new shared repository with pack-0.92-subtree
format and all branches inside this directory will use this format
automatically.
If you will work outside this repository then and only then bzr will use
the same branch format as the source has.
More information about the bazaar
mailing list