Hi<br><br><div class="gmail_quote">On Fri, Feb 20, 2009 at 7:20 PM, Jelmer Vernooij <span dir="ltr">&lt;<a href="mailto:jelmer@samba.org">jelmer@samba.org</a>&gt;</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>
&gt; I have two projects (foo, bar) whose code-bases I&#39;d like to merge.<br>
&gt; They have no common ancestor and do not share files.  I&#39;d like bar<br>
&gt; (the smaller one) to reside in a directory somewhere in foo, history<br>
&gt; preserving.<br>
</div></div>Check out &quot;bzr join&quot;. 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&#39;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&#39;t matter if I convert tree-b to 1.9-rich-root or don&#39;t.<br>
<br>I&#39;ve googled for the error message, but nothing useful surfaced.<br><br>Any ideas?<br><br></div></div>