<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Monzool's Personal Publishing &#187; Source Control</title>
	<atom:link href="http://monzool.net/blog/category/programming/source-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://monzool.net/blog</link>
	<description>a/ Jan Skriver Sørensen</description>
	<lastBuildDate>Wed, 08 Jun 2011 18:54:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Selection of a Source Revision Control System</title>
		<link>http://monzool.net/blog/2007/09/05/selection-of-a-source-revision-control-system/</link>
		<comments>http://monzool.net/blog/2007/09/05/selection-of-a-source-revision-control-system/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 20:47:03 +0000</pubDate>
		<dc:creator>monzool</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Source Control]]></category>

		<guid isPermaLink="false">http://monzool.net/blog/2007/09/05/selection-of-a-source-revision-control-system/</guid>
		<description><![CDATA[AFTER SOME TIME of using tarballing as a source revision control system, I thought it was about time getting back to using a real tool for managing my source code. I&#8217;ve then used Perforce as my VCS for some time now. At work we are using ClearCase and from what I could gather form the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>AFTER SOME TIME</strong> of using tarballing as a <a href="http://en.wikipedia.org/wiki/Revision_control" title="Revision Control">source revision control</a> system, I thought it was about time getting back to using a real tool for managing my source code.</p>
<p>
I&#8217;ve then used <a href="http://www.perforce.com/" title="Perforce">Perforce</a> as my VCS for some time now. At work we are using ClearCase and from what I could gather form the Perforce documentation it seemed that Perforce would operate very much like ClearCase. However its clear now, that I&#8217;m not Perforce &#8220;compatible&#8221;. I find Perforce very unintuitive, and after a second time of having to resort to clearing my repository, after another fine [workspace] mess I&#8217;ve gotten my self into, Its clear that its time to try another system.
</p>
<p>
My new requirements to a VCS is that it must be FOSS and run on Linux, MAC OS X, OpenSolaris and Windows (I don&#8217;t use Windows but I can&#8217;t exclude that the need won&#8217;t come up some day). I also want to be able to work on the source without being connected to the repository server.
</p>
<p>
As <a href="http://en.wikipedia.org/wiki/Comparison_of_revision_control_software" title="Comparison of revision control software">this</a> comparison chart on Wikipedia shows; one thing is sure: The world is not in lack of source revisioning systems.
</p>
<p>
After a lot of googling it seems that the hot contenders of the time are: <a href="http://bazaar-vcs.org/" title="Bazaar">Bazaar</a>, <a href="http://git.or.cz/" title="Git">Git</a>, <a href="http://darcs.net/" title="darcs">darcs</a> and <a href="http://www.selenic.com/mercurial/wiki/" title="Mercurial">Mercurial</a>.
</p>
<p>
Choosing the one over the other is extremely difficult as not much differentiate them from each other. They all have their niches where they excel compared to the others, but from what I can understand from their feature list, they will all be more than enough for my VCS needs.<br />
Two candidates I could eliminate quite easy. The FOSS requirement is because I want to have the possibility to look around, and perhaps poke a bit, in the code. Git is primarily written in C, but my patience just don&#8217;t stretch enough to look into another C project written by a bunch of kernel hackers. Darcs is written in Haskell, and regardless of the &#8220;hotness&#8221; of Haskell I don&#8217;t have any intentions of learning that language. Thus candidates remaining are Bazaar and Mercurial.
</p>
<p>
Bazaar and Mercurial are so alike that its hard to believe that one did not just fork from the other. Searching the internet gave no reason to believe that the one is inferior to the other. So which is better? I think that is impossible to determine without hands on experience from both systems &#8211; and from what I can read on the internet, even this is not always enough to prefer the one over the other. Actually this makes me question the rationale of having two projects so similar. Competition is good, but if the one does not stand out from the other, why not join forces?
</p>
<p>
Lots of people talk of Bazaar and/or Marcurial. Here&#8217;s a page that&#8217;s pro Bazaar: <a href="http://commandline.org.uk/2007/my-merry-five-minutes-with-bazaar" title="Command Line Warriors">My merry five minutes with Bazaar</a>. And here&#8217;s a page that&#8217;s pro Mercurial: <a href="http://www.mathewabonyi.com/articles/2007/08/05/distributed-scms-be-smart-use-the-bleeding-edge" title="Wood for the Trees">Distributed SCMs: Be Smart, Use the Bleeding Edge</a>
</p>
<p>
To summarize my internet readings (<a href="http://versioncontrolblog.com/" title="Version Control Blog">here</a> is a dedicated on-topic site), then I didn&#8217;t find any clearcut arguments for Mercurial over Bazaar other than perhaps speed and maturity level. Bazaar on the other hand seems to be regarded as having slightly more user friendly use-cases.
</p>
<p>
Mercurial have support from prominent projects like OpenSolaris, Mozilla, Plan 9 and Xen. Bazaar have Ubuntu. Not sure the merits actually mean anything though.
</p>
<p>
This <a href="http://better-scm.berlios.de/comparison/comparison.html" title="Better SCM Initiative">site</a> gave a good comparison of some high profiled VCS. Of my two candidates it only included Mercurial, but the comparison did include ClearCase which made it clear that Mercurial offered more or less the same feature set as provided by ClearCase.
</p>
<p>
The options seems clear. Keep tarballing, roll the dices or give both Bazaar and Mercurial a try&#8230; hmm I better give them a try ;-)</p>
]]></content:encoded>
			<wfw:commentRss>http://monzool.net/blog/2007/09/05/selection-of-a-source-revision-control-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

