Hi Ben,<br>   Thanks for the pointers. I&#39;ll make the changes you mentioned below, and I&#39;ll add a note about why I didn&#39;t look in to Mercurial (hg).<br><br>Which btw, is simply because at the time, hg, and Git had basically the same features, and supported the same protocols. Git seemed to have more mindshare, and I didn&#39;t feel the need to test both.<br>
<br>I&#39;ll be honest though, I haven&#39;t tried hg, so I&#39;m not sure of any major differences and/or benefits.<br><br>Thanks,<br>Eric<br><br><div class="gmail_quote">On Wed, Mar 24, 2010 at 5:47 PM, Ben Finney <span dir="ltr">&lt;<a href="mailto:ben%2Bbazaar@benfinney.id.au">ben+bazaar@benfinney.id.au</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 class="im">

</div>I find it&#39;s best to avoid “SCM”, since to many people it means the<br>
related term “Software Configuration Management”, which is very<br>
different from a VCS but confusingly similar also.<br>
<br>
Best to use the common term VCS (Version Control System) which is pretty<br>
unambiguous.<br>
<br>
Why is Mercurial excluded from your list of candidates? You can expect<br>
that question if anyone has been aware of what VCS others have been<br>
talking about.<br>
<br>
In the “Idea to project” slide, an important distinction between Git and<br>
Bazaar in remote setup is that Bazaar remote repositories can be stored<br>
and published via existing standard protocols (HTTP, SFTP) without<br>
anything specific running on the remote end. I think that Git requires<br>
at least Git running on the remote end.<br></blockquote><div><br>I didn&#39;t think you could do writes over http? I remember reading in the documentation that bzr over http is read-only.<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>
The count of commands is rather misleading. Those “60+ commands” are not<br>
necessary commands from Bazaar core, but from numerous extensions you<br>
may have installed. The set of core commands is listed by ‘bzr help’,<br>
some 13 commands.<br></blockquote><div><br>Ah, ok. I&#39;ll make a note of that. I did a &#39;bzr help commands&#39; and counted the ones that weren&#39;t provided by a plugin - signified by the [plugin name] at the end of the command. Are there commands there that are provided by plugins, but aren&#39;t signified that way?<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>
Thus, you might want to make the point about a rich collection of<br>
optional extensions, rather than giving the impression that all this<br>
stuff is necessary to use Bazaar from the start.<font color="#888888">
<br>
</font></blockquote></div><br>It wasn&#39;t my intention to give the impression that all of this stuff is necessary to use Bazaar from the start, I merely wanted to point out that Bazaar comes with a lot of helpful tools/commands out of the box. More so than what comes with the base Git install.<br>
<br>Thanks for pointing this out though, I&#39;ll make a note to make sure that people don&#39;t think they&#39;ll need to use all of the available commands to make the most out of Bazaar.<br><br>Thanks again for all the pointers.<br>
<br>Cheers,<br>Eric<br clear="all"><br>-- <br>Learn from the past. Live in the present. Plan for the future.<br>Blog: <a href="http://www.townsfolkdesigns.com/blogs/elberry">http://www.townsfolkdesigns.com/blogs/elberry</a><br>
jEdit &lt;<a href="http://www.jedit.org">http://www.jedit.org</a>&gt; - Programmer&#39;s Text Editor<br>Bazaar &lt;<a href="http://bazaar.canonical.com">http://bazaar.canonical.com</a>&gt; - Version Control for Humans<br>