<br><br><div class="gmail_quote">On Sat, Mar 22, 2008 at 7:39 AM, Paul Moore &lt;<a href="mailto:p.f.moore@gmail.com">p.f.moore@gmail.com</a>&gt; 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 class="Ih2E3d">On 21/03/2008, Brett Cannon &lt;<a href="mailto:brett@python.org">brett@python.org</a>&gt; wrote:<br>
&gt; Bazaar supports lightweight checkouts which act like svn checkouts.<br>
&gt; &nbsp;They are also actively working on allowing for partial checkouts. That<br>
&gt; &nbsp;way you can either specify an initial revision to pull the history<br>
&gt; &nbsp;down to or start with an initial lightweight checkout and have it save<br>
&gt; &nbsp;history as it pulls it over the network as you use it.<br>
<br>
</div>I know, but the details aren&#39;t 100% clear yet. Mercurial is in much<br>
the same situation (although perhaps less far down that route - Bazaar<br>
development seems far faster at the moment, for better or worse).<br>
<br>
One point, which I assume you know but others may not &nbsp;- a bazaar<br>
&quot;checkout&quot; is not like a local branch. In a checkout, all commits go<br>
straight back to the parent branch, meaning that local commits aren&#39;t<br>
possible (OK, that&#39;s an oversimplification, but let&#39;s keep things<br>
simple) and the workflow is much more like Subversion.</blockquote><div>You can commit locally on a Bazaar checkout by adding the --local option to commit. This feature is supposed to add the flexibility to have team branches, where a bunch of people can work on a branch.<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
The biggest problem with DVCSs is the vast range of subtly different<br>
terminology, for related but distinct concepts. It makes having a<br>
common terminology for comparisons really hard, resulting in all sorts<br>
of confusion :-(<br>
<font color="#888888"><br>
Paul.<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/musiccomposition%40gmail.com" target="_blank">http://mail.python.org/mailman/options/python-dev/musiccomposition%40gmail.com</a><br>
</div></div></blockquote></div><br>