adding a directory from another bzr repository with full history
Christophe TROESTLER
Christophe.Troestler+bzr at umh.ac.be
Thu Jul 31 16:07:25 BST 2008
On Thu, 31 Jul 2008 14:43:09 +0700, David Garamond wrote:
>
> this should be simple, but for some reason i cannot find the way to do
> this. i have repo1 and repo2, and in the name of refactoring i want to
> move repo2 into repo1/subdir, with full repo2's history added into
> repo1's history.
Maybe (untested) you could "bzr mv" all the files in repo2 into
repo2/subdir and then replay (with the "rebase" plugin) the repo2
history on repo1?
It is likely other people will suggest a better way of doing it (also,
you do not say whether your two repositories share a common ancestor,
I assumed it is not the case).
C.
More information about the bazaar
mailing list