<?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>El Tramo &#187; Version Control Systems</title>
	<atom:link href="http://el-tramo.be/blog/tag/version-control-systems/feed" rel="self" type="application/rss+xml" />
	<link>http://el-tramo.be</link>
	<description>Remko Tronçon&#039;s Homepage</description>
	<lastBuildDate>Tue, 24 Aug 2010 17:46:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Trying out Git</title>
		<link>http://el-tramo.be/blog/psi-git</link>
		<comments>http://el-tramo.be/blog/psi-git#comments</comments>
		<pubDate>Tue, 26 Aug 2008 20:35:15 +0000</pubDate>
		<dc:creator>Remko Tronçon</dc:creator>
				<category><![CDATA[Psi]]></category>
		<category><![CDATA[Darcs]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Jabber]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Version Control Systems]]></category>
		<category><![CDATA[XMPP]]></category>

		<guid isPermaLink="false">http://el-tramo.be/?p=186</guid>
		<description><![CDATA[A while ago, the Psi development team switched from Darcs to Subversion for version control, because the Darcs pros (distributed, extremely simple and elegant) did not compensate for the cons any longer (slowness, non-scalability, ‘infinite’ merges, lack of community and tools, &#8230;). Our development was pretty central anyway at that time, so we decided that [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago, the Psi development team switched from <a href="http://darcs.net">Darcs</a> to <a href="http://subversion.tigris.org">Subversion</a> for version control, because the Darcs pros (distributed, extremely simple and elegant) did not compensate for the cons any longer (slowness, non-scalability, ‘infinite’ merges, lack of community and tools, &#8230;). Our development was pretty central anyway at that time, so we decided that Subversion was good enough. However, we started to miss local commits more than we thought we would, and some of us are working on their own forks, which makes Subversion a suboptimal choice. We are therefore currently trying out <a href="http://git.or.cz">Git</a> as a replacement, which should bring us all the good stuff from Darcs, combined with the speed and portability of Subversion. Note that during the experiment, we will not be updating our Subversion branch any more (which will soon cause breakage, since Subversion automatically updates changes to the external Iris repository).</p>
<p><span id="more-186"></span></p>
<p>If you&#8217;re interested in following our latest developments from our experimental Git tree, simply clone our official repository through the following steps:</p>
<blockquote>
<pre>git clone git://git.psi-im.org/psi.git
cd psi
git submodule init
git submodule update</pre>
</blockquote>
<p>To get the latest changes after an initial clone, execute the following commands</p>
<blockquote>
<pre>git pull
git submodule update</pre>
</blockquote>
<p>Note that you need Git 1.5 or later in order to be able to do these commands.</p>
<p>If you&#8217;re interested in knowing more about using Git, check out Scott Chacon&#8217;s excellent <a href="http://gitcasts.com/posts/railsconf-git-talk">Git talk</a> (and accompanying <a href="http://peepcode.com/products/git-internals-pdf">book</a>).</p>
<p>For fans of social networking, we also have a mirror of the official Psi repository on <a href="http://github.com/psi-im">GitHub</a>. And while we&#8217;re on the topic of web interfaces: while waiting for an official web interface to our Git repository, you can check out an experimental one <a href="http://git.el-tramo.be/browse/psi.git/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://el-tramo.be/blog/psi-git/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
