combining 2 projects under one repository

Martin Pool mbp at canonical.com
Thu Nov 3 00:36:33 UTC 2011


On 3 November 2011 10:40, Matt Funk <matze999 at gmail.com> wrote:
> Hi,
> right now i have 2 repositories that do not share code but are related in
> terms their fcn. Both are under bazaar. I would like to combine those 2
> under one repository. I guess i could create a new repository but i would
> like to avoid that.
> Is there some sort of tool that does this easily?
> thanks for any advice

It depends a bit what you mean by 'in one repository' but I'm guessing
you mean you want just one tree with all the code in it.  One easy way
to accomplish that is 'bzr merge -r0.. ../OTHER_TREE'.

m



More information about the bazaar mailing list