<?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>#if debug &#187; git</title>
	<atom:link href="http://ifdebug.com/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifdebug.com</link>
	<description>Technical thoughts of a coffee addicted developer</description>
	<lastBuildDate>Fri, 16 Sep 2011 13:18:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Bitbucket, Hosted Mercurial Source Control</title>
		<link>http://ifdebug.com/bitbucket-hosted-mercurial-source-control/</link>
		<comments>http://ifdebug.com/bitbucket-hosted-mercurial-source-control/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 13:49:30 +0000</pubDate>
		<dc:creator>Alistair</dc:creator>
				<category><![CDATA[Services]]></category>
		<category><![CDATA[distributed version control]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[mercurial]]></category>

		<guid isPermaLink="false">http://ifdebug.com/?p=65</guid>
		<description><![CDATA[Bitbucket is the latest project by Jesper Nøhr. If the name looks familiar, it&#8217;s because I wrote about a Jesper in March when he used Django and Python as a rapid development environment for an indy advertising product named Indiego &#8230; <a href="http://ifdebug.com/bitbucket-hosted-mercurial-source-control/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="/images/bitbucket-logo.jpg" alt="Bitbucket, Mercurial distributed version control hosting" width="217" height="70" /><a href="http://bitbucket.org">Bitbucket</a> is the latest project by <a href="http://noehr.org/">Jesper Nøhr</a>. If the name looks familiar, it&#8217;s because I wrote about a Jesper in March when he used <a href="/articles/rapid-development-using-django/">Django and Python as a rapid development environment</a> for an indy advertising product named <a href="http://www.theindiego.com/">Indiego Connection</a>.</p>
<p>This time around, Jesper has moved gears to provide a hosting for a popular distributed version control system named Mercurial. I haven&#8217;t started drinking the distributed version control kool-aid just yet, however it has been gaining a lot of attention lately via another open source product named Git, developed by Linus Torvalds &#8211; the creator of the Linux kernel.</p>
<p>The Mercurial hosting provided by Bitbucket comes in a few different flavours, one of which is free and allows up to 150Mb of storage. I really like the fact that they are not attempting to offer a completely free service, if they were &#8211; I suspect that it&#8217;d be under enormous pressure. The cost of using Bitbucket to host your Mercurial repositories is very reasonable, starting from $5/month and stepping up to $100/month which includes 25Gb of storage.</p>
<p><a href="/images/bitbucket-changeset.jpg"><img class="alignright" src="/images/bitbucket-changeset-thumb.jpg" alt="Changeset visualisation provided by Bitbucket, a Mercurial hosting service" /></a>Bitbucket provides a very convenient interface for interacting with the Mercurial repositories. As with most web interfaces to source control management packages, you can browse through different repositories, see all of the changes flowing through them and compare them if you like. A couple features that simpler products don&#8217;t support that I like is that you can &#8216;follow&#8217; a repository, create queues for patches related to a repository, download the repository at time x in zip, gz or bz2 formats and it provides an easy to understand visual linking between changesets.</p>
<p>If you are looking for Mercurial hosting, I would definitely investigate whether Bitbucket is a suitable candidate to store whatever you need versioned. The service certainly looks the goods and from what I&#8217;m reading online, it is getting really solid reviews already.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://ifdebug.com/bitbucket-hosted-mercurial-source-control/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Source Control Commit Visualisation</title>
		<link>http://ifdebug.com/source-control-commit-visualisation/</link>
		<comments>http://ifdebug.com/source-control-commit-visualisation/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 12:33:15 +0000</pubDate>
		<dc:creator>Alistair</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[bitkeeper]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[sourcesafe]]></category>
		<category><![CDATA[sqlalchemy]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://ifdebug.com/?p=60</guid>
		<description><![CDATA[Software development relies on source control management software such as CVS, Subversion, SourceSafe, Bitkeeper, Mercurial, Git and the like to track and manage the changes in the source code over time. As a project progresses, developers come and go, contractors &#8230; <a href="http://ifdebug.com/source-control-commit-visualisation/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Software development relies on source control management software such as CVS, Subversion, SourceSafe, Bitkeeper, Mercurial, Git and the like to track and manage the changes in the source code over time. As a project progresses, developers come and go, contractors come and go and the activity on a given project ebs and flows as required.</p>
<p>Attempting to visualise who, what and how much of a project is changing is quite complex as there are so many variables &#8211; however <a href="http://vis.cs.ucdavis.edu/~ogawa/">Michael Ogawa</a> has built a project named <a href="http://code.google.com/p/codeswarm/">code_swarm</a> which does just that. Instead of providing tabular or static images to help visualise a projects changes, he has managed to animate it into something quite spectacular.</p>
<p>Following are five different code swarm visualisations of popular open source projects:</p>
<ul>
<li><a href="http://vimeo.com/1076588">Apache</a></li>
<li><a href="http://vimeo.com/1223937">Django</a></li>
<li><a href="http://vimeo.com/1081680">PostgreSQL</a></li>
<li><a href="http://vimeo.com/1093745">Python</a></li>
<li><a href="http://vimeo.com/1227290">SQLAlchemy</a></li>
</ul>
<p>The amazing thing that a visualisation such as code_swarm provides, is to show just how many people actively participate in a given open source project, how much each of them participates and what sort of tasks they are normally performing on that project. As an example, comparing the number of different people in SQLAlchemy compared to Django isn&#8217;t a competition &#8211; Django is ahead by a mile, though compared to Apache, the others seem insignificant.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://ifdebug.com/source-control-commit-visualisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

