Help promoting Bazaar
Chris Hecker
checker at d6.com
Thu Jul 15 23:29:12 BST 2010
Ah, cool. I assume it doesn't "coagulate" branches reconfigured like
this? In other words, if I have A, and then branch A to B, and then
reconfigure A into C like below, and then reconfigure B into C as well,
it's not going to be the same as having branched A to B inside of C,
will it?
Chris
On 2010/07/15 15:10, Talden wrote:
> On Fri, Jul 16, 2010 at 9:24 AM, Chris Hecker<checker at d6.com> wrote:
>>
>> Thanks for this, it's a good description and should be on the wiki
>> somewhere.
>>
>> If I have an initially unshared repository, like in your first example, can
>> I branch it into a shared repository later, so get the storage benefits if I
>> want to do a bunch of related branch work?
>
> Yes you can with 'bzr reconfigure'
>
> EG initial simple branch
>
> CMD> bzr init foo
> CMD> cd foo; touch bar; bzr add; bzr commit -m "add bar"; cd ..
>
> making a shared repo
>
> CMD> bzr init-repo work
>
> moving foo into work and reconfiguring it (there may be a shorter way)
> CMD> mv foo work
> CMD> cd work/foo
> CMD> bzr reconfigure --use-shared
>
> or something like that.
>
> --
> Talden
>
More information about the bazaar
mailing list