<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Bazaar and its Rockage</title>
	<atom:link href="http://kubasik.net/blog/2008/05/19/bazaar-and-its-rockage/feed/" rel="self" type="application/rss+xml" />
	<link>http://kubasik.net/blog/2008/05/19/bazaar-and-its-rockage/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=bazaar-and-its-rockage</link>
	<description>Kevin Kubasik's Personal Blog</description>
	<lastBuildDate>Sat, 17 Jul 2010 15:28:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Jelmer Vernooij</title>
		<link>http://kubasik.net/blog/2008/05/19/bazaar-and-its-rockage/comment-page-1/#comment-385</link>
		<dc:creator>Jelmer Vernooij</dc:creator>
		<pubDate>Fri, 23 May 2008 15:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/?p=133#comment-385</guid>
		<description>João Marcus: The dependencies for bzr-svn are certainly one of its disadvantages if you&#039;re not on Debian or Ubuntu. But how is bzr-svn not two way integration? It allows you to push/pull from Subversion branches just like you would with any &quot;regular&quot; bzr branch.</description>
		<content:encoded><![CDATA[<p>João Marcus: The dependencies for bzr-svn are certainly one of its disadvantages if you&#8217;re not on Debian or Ubuntu. But how is bzr-svn not two way integration? It allows you to push/pull from Subversion branches just like you would with any &#8220;regular&#8221; bzr branch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter</title>
		<link>http://kubasik.net/blog/2008/05/19/bazaar-and-its-rockage/comment-page-1/#comment-386</link>
		<dc:creator>Pieter</dc:creator>
		<pubDate>Tue, 20 May 2008 21:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/?p=133#comment-386</guid>
		<description>I tried bazaar a few times, but it still is really slow.

Any bazaar operation, even something like &quot;bzr status&quot; in a directory without a repository takes at least 200ms before finishing. That&#039;s just enough time to have to wait until text is displayed on the screen, which can be really irritating.

I tried to do a few benchmarks on large bazaar repositories, but couldn&#039;t find any well-known projects on the http://bazaar-vcs.org/WhoUsesBzr page. That&#039;s why I tried the recently posted gtk+ import.

Even doing something simple as displaying the last log message (bzr log -l1) takes multiple seconds to run. Doing a &quot;bzr log -l1 Makefile.am&quot; takes 17(!!) seconds to display the last revision touching the makefile!

The same is true for the smaller gedit repository -- 1.2 seconds to display last log message, 3.8 seconds to display last change for Makefile.am. And that&#039;s with just 5000 commits! (That&#039;s with the recently released bazaar 1.5)

It seems that bazaar just doesn&#039;t scale at all. With those kind of results, it would be a mistake to choose bazaar for your project if you think it might get more than a few commits, or you&#039;ll be waiting for every bzr operation you do.</description>
		<content:encoded><![CDATA[<p>I tried bazaar a few times, but it still is really slow.</p>
<p>Any bazaar operation, even something like &#8220;bzr status&#8221; in a directory without a repository takes at least 200ms before finishing. That&#8217;s just enough time to have to wait until text is displayed on the screen, which can be really irritating.</p>
<p>I tried to do a few benchmarks on large bazaar repositories, but couldn&#8217;t find any well-known projects on the <a href="http://bazaar-vcs.org/WhoUsesBzr" rel="nofollow">http://bazaar-vcs.org/WhoUsesBzr</a> page. That&#8217;s why I tried the recently posted gtk+ import.</p>
<p>Even doing something simple as displaying the last log message (bzr log -l1) takes multiple seconds to run. Doing a &#8220;bzr log -l1 Makefile.am&#8221; takes 17(!!) seconds to display the last revision touching the makefile!</p>
<p>The same is true for the smaller gedit repository &#8212; 1.2 seconds to display last log message, 3.8 seconds to display last change for Makefile.am. And that&#8217;s with just 5000 commits! (That&#8217;s with the recently released bazaar 1.5)</p>
<p>It seems that bazaar just doesn&#8217;t scale at all. With those kind of results, it would be a mistake to choose bazaar for your project if you think it might get more than a few commits, or you&#8217;ll be waiting for every bzr operation you do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Contreras</title>
		<link>http://kubasik.net/blog/2008/05/19/bazaar-and-its-rockage/comment-page-1/#comment-394</link>
		<dc:creator>Felipe Contreras</dc:creator>
		<pubDate>Tue, 20 May 2008 16:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/?p=133#comment-394</guid>
		<description>1) Bzr is Python-Tastic? Well, what happens if I don&#039;t like Python? Which I don&#039;t.

The rest of the points also apply to git, except &quot;Bzr works on Windows&quot;, but there is work towards that, and given how much git facilitates development I bet in no time we will have a tortoise-git or something.

I&#039;ll have to learn bazaar anyway, but the fact that it&#039;s developed in Python is a big drawback to me.

Git FTW!</description>
		<content:encoded><![CDATA[<p>1) Bzr is Python-Tastic? Well, what happens if I don&#8217;t like Python? Which I don&#8217;t.</p>
<p>The rest of the points also apply to git, except &#8220;Bzr works on Windows&#8221;, but there is work towards that, and given how much git facilitates development I bet in no time we will have a tortoise-git or something.</p>
<p>I&#8217;ll have to learn bazaar anyway, but the fact that it&#8217;s developed in Python is a big drawback to me.</p>
<p>Git FTW!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://kubasik.net/blog/2008/05/19/bazaar-and-its-rockage/comment-page-1/#comment-391</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Tue, 20 May 2008 08:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/?p=133#comment-391</guid>
		<description>Problem with bzr is the lack of good online repository browser... Launchpad uses Loggerhead, which sucks :/ There are not much alternatives for bugs-system management either... Launchpad is the only way to go</description>
		<content:encoded><![CDATA[<p>Problem with bzr is the lack of good online repository browser&#8230; Launchpad uses Loggerhead, which sucks :/ There are not much alternatives for bugs-system management either&#8230; Launchpad is the only way to go</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: visik7</title>
		<link>http://kubasik.net/blog/2008/05/19/bazaar-and-its-rockage/comment-page-1/#comment-390</link>
		<dc:creator>visik7</dc:creator>
		<pubDate>Tue, 20 May 2008 07:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/?p=133#comment-390</guid>
		<description>is there a package for bzr-avahi for ubuntu ?</description>
		<content:encoded><![CDATA[<p>is there a package for bzr-avahi for ubuntu ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://kubasik.net/blog/2008/05/19/bazaar-and-its-rockage/comment-page-1/#comment-389</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 20 May 2008 04:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/?p=133#comment-389</guid>
		<description>I ? bzr too!</description>
		<content:encoded><![CDATA[<p>I ? bzr too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: João Marcus</title>
		<link>http://kubasik.net/blog/2008/05/19/bazaar-and-its-rockage/comment-page-1/#comment-388</link>
		<dc:creator>João Marcus</dc:creator>
		<pubDate>Mon, 19 May 2008 22:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/?p=133#comment-388</guid>
		<description>Bzr is fantastic, but bzr-svn still sucks. It requires patches to svn, and it&#039;s not really a two-way integration. Even in Windows, for now, Git-SVN is the only decent choice if you need SVN integration.</description>
		<content:encoded><![CDATA[<p>Bzr is fantastic, but bzr-svn still sucks. It requires patches to svn, and it&#8217;s not really a two-way integration. Even in Windows, for now, Git-SVN is the only decent choice if you need SVN integration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nud</title>
		<link>http://kubasik.net/blog/2008/05/19/bazaar-and-its-rockage/comment-page-1/#comment-387</link>
		<dc:creator>nud</dc:creator>
		<pubDate>Mon, 19 May 2008 22:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/?p=133#comment-387</guid>
		<description>Avdi: but you can gc or repack when you don&#039;t need to wait for git to finish, which is not the case with checkout/diff/commit ;-)

Anyway, my point was just to show that, whatever DVCS you prefer, you can pretty much take the same arguments and put them forward, subjectivity helping...</description>
		<content:encoded><![CDATA[<p>Avdi: but you can gc or repack when you don&#8217;t need to wait for git to finish, which is not the case with checkout/diff/commit <img src='http://kubasik.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Anyway, my point was just to show that, whatever DVCS you prefer, you can pretty much take the same arguments and put them forward, subjectivity helping&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Here we are now, entertain us &#187; Bazaar love</title>
		<link>http://kubasik.net/blog/2008/05/19/bazaar-and-its-rockage/comment-page-1/#comment-392</link>
		<dc:creator>Here we are now, entertain us &#187; Bazaar love</dc:creator>
		<pubDate>Mon, 19 May 2008 21:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/?p=133#comment-392</guid>
		<description>[...] http://kubasik.net/blog/2008/05/19/bazaar-and-its-rockage/ http://www.grillbar.org/wordpress/?p=271 [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://kubasik.net/blog/2008/05/19/bazaar-and-its-rockage/" rel="nofollow">http://kubasik.net/blog/2008/05/19/bazaar-and-its-rockage/</a> <a href="http://www.grillbar.org/wordpress/?p=271" rel="nofollow">http://www.grillbar.org/wordpress/?p=271</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avdi</title>
		<link>http://kubasik.net/blog/2008/05/19/bazaar-and-its-rockage/comment-page-1/#comment-393</link>
		<dc:creator>Avdi</dc:creator>
		<pubDate>Mon, 19 May 2008 21:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/?p=133#comment-393</guid>
		<description>Robin, Nud: Git is only faster if you don&#039;t count the time it takes to GC and repack - tasks that the other tools do automatically.  Once you factor those in it is substantially slower.</description>
		<content:encoded><![CDATA[<p>Robin, Nud: Git is only faster if you don&#8217;t count the time it takes to GC and repack &#8211; tasks that the other tools do automatically.  Once you factor those in it is substantially slower.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
