Help promoting Bazaar
Talden
talden at gmail.com
Thu Jul 15 23:10:58 BST 2010
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