<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.1.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: BazaarNG and Mercurial and Git</title>
	<link>http://phildawes.net/blog/2006/04/26/bazaarng-and-mercurial-and-git/</link>
	<description>Mostly programming with a few bits of other stuff</description>
	<pubDate>Thu, 20 Nov 2008 19:54:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.1</generator>

	<item>
		<title>By: James Henstridge</title>
		<link>http://phildawes.net/blog/2006/04/26/bazaarng-and-mercurial-and-git/#comment-7229</link>
		<author>James Henstridge</author>
		<pubDate>Thu, 27 Apr 2006 14:32:07 +0000</pubDate>
		<guid>http://phildawes.net/blog/2006/04/26/bazaarng-and-mercurial-and-git/#comment-7229</guid>
					<description>You might want to check out bzr 0.8 when it comes out (should be within a week), as it addresses a number of the issues you bring up.

There is a new branch format that will improve network performance.

There is a new repository concept that allows you to share the version control information for multiple branches in a shared location (a parent directory).  If your branches are related, this will save a lot of space.  You can also have branches without a working tree (i.e. only version control data).

And while bzr is backed by Canonical, there is a fair number of external contributors (just check the revision history).</description>
		<content:encoded><![CDATA[<p>You might want to check out bzr 0.8 when it comes out (should be within a week), as it addresses a number of the issues you bring up.</p>
<p>There is a new branch format that will improve network performance.</p>
<p>There is a new repository concept that allows you to share the version control information for multiple branches in a shared location (a parent directory).  If your branches are related, this will save a lot of space.  You can also have branches without a working tree (i.e. only version control data).</p>
<p>And while bzr is backed by Canonical, there is a fair number of external contributors (just check the revision history).</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bryan O'Sullivan</title>
		<link>http://phildawes.net/blog/2006/04/26/bazaarng-and-mercurial-and-git/#comment-8429</link>
		<author>Bryan O'Sullivan</author>
		<pubDate>Tue, 20 Jun 2006 15:36:27 +0000</pubDate>
		<guid>http://phildawes.net/blog/2006/04/26/bazaarng-and-mercurial-and-git/#comment-8429</guid>
					<description>Coming very late to the game, but Mercurial is still a lot faster than bzr, and handles in-repo branching, a la git.</description>
		<content:encoded><![CDATA[<p>Coming very late to the game, but Mercurial is still a lot faster than bzr, and handles in-repo branching, a la git.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: pradeep</title>
		<link>http://phildawes.net/blog/2006/04/26/bazaarng-and-mercurial-and-git/#comment-36460</link>
		<author>pradeep</author>
		<pubDate>Tue, 12 Jun 2007 09:04:21 +0000</pubDate>
		<guid>http://phildawes.net/blog/2006/04/26/bazaarng-and-mercurial-and-git/#comment-36460</guid>
					<description>Hg is faster than bzr but git is much faster than Hg.
Atleast on my Pentium D machine it is.

Has nice branches feature in the same directory which is really really helpful.

Tags act as checkpointing snapshots for me.

I can create a new branch from a working tag or overwrite a messed up branch :-).

indeed there are too many commands but essential ones are very simple to use. 

In end IMHO git is way to go if you are choosing to manage your src on a POSIX complaint filesystem. 

If you prefer windows ,i ll suggest Hg.

thanks</description>
		<content:encoded><![CDATA[<p>Hg is faster than bzr but git is much faster than Hg.<br />
Atleast on my Pentium D machine it is.</p>
<p>Has nice branches feature in the same directory which is really really helpful.</p>
<p>Tags act as checkpointing snapshots for me.</p>
<p>I can create a new branch from a working tag or overwrite a messed up branch :-).</p>
<p>indeed there are too many commands but essential ones are very simple to use. </p>
<p>In end IMHO git is way to go if you are choosing to manage your src on a POSIX complaint filesystem. </p>
<p>If you prefer windows ,i ll suggest Hg.</p>
<p>thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Seth</title>
		<link>http://phildawes.net/blog/2006/04/26/bazaarng-and-mercurial-and-git/#comment-74781</link>
		<author>Seth</author>
		<pubDate>Wed, 12 Mar 2008 20:31:18 +0000</pubDate>
		<guid>http://phildawes.net/blog/2006/04/26/bazaarng-and-mercurial-and-git/#comment-74781</guid>
					<description>I'm stuck to using AIX 5.3 at work. 

Of Darcs, Git, Cogito and the lot, Bzr (1.2 at the moment) is the only thing that I can even get working (and I'm very used to tinkering for days with configure to get things ironed out). 

Much to my surprise, Python 2.5.2 was relatively straight-forward on AIX. (event though IBM's AIX Linux Toolkit offers 2.3* only!) That gives me Bazaar pretty much for free.

Bzr has come a long way: it doesn't feel sluggish to me, has awesome integration with subversion (our central repo).

GIT was absolutely horrible to try to compile/build/install. I sort of got it working, (basically doing all msgfmt and install steps manually) but then it started borking at runtime. Not a happy git :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m stuck to using AIX 5.3 at work. </p>
<p>Of Darcs, Git, Cogito and the lot, Bzr (1.2 at the moment) is the only thing that I can even get working (and I&#8217;m very used to tinkering for days with configure to get things ironed out). </p>
<p>Much to my surprise, Python 2.5.2 was relatively straight-forward on AIX. (event though IBM&#8217;s AIX Linux Toolkit offers 2.3* only!) That gives me Bazaar pretty much for free.</p>
<p>Bzr has come a long way: it doesn&#8217;t feel sluggish to me, has awesome integration with subversion (our central repo).</p>
<p>GIT was absolutely horrible to try to compile/build/install. I sort of got it working, (basically doing all msgfmt and install steps manually) but then it started borking at runtime. Not a happy git <img src='http://phildawes.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
</channel>
</rss>
