On 10/8/07, <b class="gmail_sendername">Martin Pool</b> &lt;<a href="mailto:mbp@sourcefrog.net">mbp@sourcefrog.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;">
On 10/8/07, Anton Dedov &lt;<a href="mailto:adedov@gmail.com">adedov@gmail.com</a>&gt; wrote:<br>&gt; Hi!<br>&gt;<br>&gt; I have a following problem with merging of bundles. I initialized bzr sample<br>&gt; repository and then created two revisions there. After that I have branched
<br>&gt; this repo and create a new revision in a new branch.<br>&gt;<br>&gt;&nbsp;&nbsp;I create a bundle of a last revision of a second branch without accessing<br>&gt; an initial one:<br>&gt; br2$ bzr send -r2..3 -o r3.bundle<br>
&gt;<br>&gt; But this bundle cannot be applied to a first branch, though it contains all<br>&gt; necessary revisions:<br>&gt; br1$ bzr merge ../br2/r3.bundle<br>&gt; bzr: ERROR: Revision<br>&gt; {adedov@localhost-20071007162028-i0qvibjuszg06ksh
} not<br>&gt; present in &quot;inventory&quot;.<br>&gt;<br>&gt; Whether it possible to address this issue?<br><br>I think that should work.&nbsp;&nbsp;Can you please use log --show-ids to check<br>that adedov@localhost-20071007162028-i0qvibjuszg06ksh
 is the last<br>revision on br1?<br><br>&gt;<br>&gt; And a related question. Actually, I am trying to think out a process for<br>&gt; reviewing students&#39; code. I am conducting programming lectures, where I must<br>&gt; search students works for language misuse and design mistakes. I have
<br>&gt; experienced some PITA with accepting/reviewing tgz files by email. And I<br>&gt; would like to organize a process that could make my task more comfortable<br>&gt; and less routine.<br>&gt;<br>&gt; I thought that students could send me a bundles of their revisions since the
<br>&gt; last review. But my experiment uncover some obstacles for that. And I don&#39;t<br>&gt; know whether it is a bug in bzr or wrong tool usage (and, therefore, wrong<br>&gt; approach I think of)? I dunno.<br><br>I think that&#39;s a good idea.&nbsp;&nbsp;Normally your students should be able to
<br>just use send without a -r parameter and it will automatically<br>calculate what needs to be sent.</blockquote><div><br>So I need&nbsp; make&nbsp; branches, that I receive and construct from a students&#39; bundles, available via network in order they could use &quot;send&quot; without -r option?
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">--<br>Martin<br></blockquote></div><br clear="all"><br>-- <br>Anton Dedov