<br><br><div class="gmail_quote">On Thu, Mar 25, 2010 at 1:21 AM, 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="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Sure. I was just noting that it&#39;s a question you&#39;ll likely be asked by<br>
viewers of the presentation, so anticipating it will keep you from<br>
needing to come up with a useful answer on your feet :-)<br></blockquote><div><br>Absolutely. It&#39;s a good point, and thanks for covering my toes. :)<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im"><br>
&gt; On Wed, Mar 24, 2010 at 5:47 PM, Ben Finney<br>
</div>&gt; &lt;<a href="mailto:ben%2Bbazaar@benfinney.id.au">ben+bazaar@benfinney.id.au</a>&lt;<a href="mailto:ben%252Bbazaar@benfinney.id.au">ben%2Bbazaar@benfinney.id.au</a>&gt;<br>
<div class="im">&gt; &gt; wrote:<br>
&gt; &gt; In the “Idea to project” slide, an important distinction between Git<br>
&gt; &gt; and Bazaar in remote setup is that Bazaar remote repositories can be<br>
&gt; &gt; stored and published via existing standard protocols (HTTP, SFTP)<br>
&gt; &gt; without anything specific running on the remote end.<br>
[…]<br>
&gt;<br>
</div><div class="im">&gt; I didn&#39;t think you could do writes over http? I remember reading in<br>
&gt; the documentation that bzr over http is read-only.<br>
<br>
</div>Correct. I was meaning that one can publish a branch using nothing more<br>
than existing hosting space with FTP or SFTP to write, and HTTP to read.<br>
<br>
Note Stephen J. Turnbull&#39;s reply also, which corrects me on Git&#39;s<br>
capabilities.<br></blockquote><div><br>Cool. Thank you and Stephen. Bazaar&#39;s out-of-the-box FTP support was a big deciding factor for me. I already had a domain and some cheap hosting, and it was very nice to be able to make use of that when starting up personal projects.<br>
 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br>
&gt; &gt; The count of commands is rather misleading. Those “60+ commands” are<br>
&gt; &gt; not necessary commands from Bazaar core, but from numerous<br>
&gt; &gt; extensions you may have installed. The set of core commands is<br>
&gt; &gt; listed by ‘bzr help’, some 13 commands.<br>
&gt;<br>
&gt; Ah, ok. I&#39;ll make a note of that. I did a &#39;bzr help commands&#39;<br>
<br>
</div>Right, that&#39;s the mistake. The equivalent to ‘bzr help commands’ would<br>
be ‘man git’; you&#39;ll notice dozens upon dozens of different commands<br>
there.<br>
<br>
Whereas the equivalent to ‘git help’ is ‘bzr help’, each of which<br>
listing only the most important commands. If you&#39;re comparing like with<br>
like you should show “Bazaar has about 13 basic commands, Git has about<br>
20 basic commands”.<br></blockquote><div><br>Ah, I see what you mean now. Based on some of the other comments in this thread, I think I will take this one out. Unless you guys think it&#39;s a good point that there are &quot;dozens upon dozens&quot; of git commands?<br>
<br>I originally had the idea for a &quot;Some helpful commands bzr has, that git doesn&#39;t&quot;, but I don&#39;t know git well enough to know what that would be. Any help here would be greatly appreciated.<br><br>Some that I use on a daily basis that I don&#39;t think git has is:<br>
bzr missing<br>bzr alias (I&#39;ve aliased a few common commands for my common usages: log --forward, shelve --all, etc...)<br><br>I didn&#39;t think this was enough to warrant it&#39;s own slide though.<br><br>Cheers, and thanks everyone for the advice, and experiences. Keep them coming.<br>
Eric<br></div></div><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>