I have three independent Bazaar repositories. They are all related to a single project but have no overlapping files.
I want to combine them into a single repository, under different sub-folders, and preserve their history.
Is this possible? Note that I don't want to maintain the independent nature of the repositories. It will be a one time operation.
There is a solution for doing this in GIT: How do you merge two Git repositories? But I couldnt find something similar for Bazaar.
What I have tried:
I tried merging the repositories, but files that have common paths in the two repositories cause conflicts. I would like them to be merged under different sub-directories but couldn't figure out how. I mostly use Bazaar in a non-collaborative way; I am not familiar with the merge
command.
Update: I found a bzr plugin which aims to do exactly what I want, but is buggy.