On 10/8/07, <b class="gmail_sendername">Alexander Belchenko</b> &lt;<a href="mailto:bialix@ukr.net">bialix@ukr.net</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Martin Pool пишет:<br>&gt; On 10/8/07, Anton Dedov &lt;<a href="mailto:adedov@gmail.com">adedov@gmail.com</a>&gt; wrote:<br>&gt;&gt; Hi!<br>&gt;&gt;<br>&gt;&gt; I have a following problem with merging of bundles. I initialized bzr sample
<br>&gt;&gt; repository and then created two revisions there. After that I have branched<br>&gt;&gt; this repo and create a new revision in a new branch.<br>&gt;&gt;<br>&gt;&gt;&nbsp;&nbsp;I create a bundle of a last revision of a second branch without accessing
<br>&gt;&gt; an initial one:<br>&gt;&gt; br2$ bzr send -r2..3 -o r3.bundle<br>&gt;&gt;<br>&gt;&gt; But this bundle cannot be applied to a first branch, though it contains all<br>&gt;&gt; necessary revisions:<br>&gt;&gt; br1$ bzr merge ../br2/r3.bundle
<br>&gt;&gt; bzr: ERROR: Revision<br>&gt;&gt; {adedov@localhost-20071007162028-i0qvibjuszg06ksh} not<br>&gt;&gt; present in &quot;inventory&quot;.<br>&gt;&gt;<br>&gt;&gt; Whether it possible to address this issue?<br>&gt;
<br>&gt; I think that should work.&nbsp;&nbsp;Can you please use log --show-ids to check<br>&gt; that adedov@localhost-20071007162028-i0qvibjuszg06ksh is the last<br>&gt; revision on br1?<br><br>No, Martin, it will not work for reason Aaron know.
<br>Old bundle format does not have such problem.<br>So, Anton you could use `bzr bundle --format=0.9`<br>to produce full bundle with all revision info<br>inside and then teach your students to attach<br>bundle file manually.
<br>I&#39;m also suggest my gzipped_bundle plugin<br>that especially useful for old bundle style.<br><br></blockquote></div><br>Will new-style bundles ever support work-flow initially described by me? Or I would need forever rely on obsolete format in case if I choose this way for my process?
<br clear="all"><br>-- <br>Anton Dedov