Hi<br><br><div class="gmail_quote">On Fri, Feb 20, 2009 at 7:20 PM, Jelmer Vernooij <span dir="ltr"><<a href="mailto:jelmer@samba.org">jelmer@samba.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Fri, 2009-02-20 at 13:17 -0500, David Reitter wrote:<br>
> I have two projects (foo, bar) whose code-bases I'd like to merge.<br>
> They have no common ancestor and do not share files. I'd like bar<br>
> (the smaller one) to reside in a directory somewhere in foo, history<br>
> preserving.<br>
</div></div>Check out "bzr join". If you have tree-b that you would like to add as a<br>
subdir to tree-a:<br>
<br>
$ cd tree-a<br>
$ bzr upgrade --1.9-rich-root<br>
$ bzr branch tree-b subdirname<br>
$ bzr join subdirname</blockquote><div><br>I'm trying to do the same, but I get this error:<br><br>bzr: ERROR: Cannot join tree-b. Trees have the same root<br><br>My tree-a was already in 1.9-rich-root format, and it doesn't matter if I convert tree-b to 1.9-rich-root or don't.<br>
<br>I've googled for the error message, but nothing useful surfaced.<br><br>Any ideas?<br><br></div></div>