<?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"
	>
<channel>
	<title>Comments on: Subversion gits the last train</title>
	<atom:link href="http://www.sitepoint.com/blogs/2008/04/03/subversion-gits-the-last-train/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2008/04/03/subversion-gits-the-last-train/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<pubDate>Tue, 02 Dec 2008 05:12:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: phpimpact</title>
		<link>http://www.sitepoint.com/blogs/2008/04/03/subversion-gits-the-last-train/#comment-681797</link>
		<dc:creator>phpimpact</dc:creator>
		<pubDate>Mon, 07 Apr 2008 20:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/04/03/subversion-gits-the-last-train/#comment-681797</guid>
		<description>On the other hand, Trac finally meets his competitor ;)</description>
		<content:encoded><![CDATA[<p>On the other hand, Trac finally meets his competitor ;)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Narebski</title>
		<link>http://www.sitepoint.com/blogs/2008/04/03/subversion-gits-the-last-train/#comment-675485</link>
		<dc:creator>Jakub Narebski</dc:creator>
		<pubDate>Fri, 04 Apr 2008 11:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/04/03/subversion-gits-the-last-train/#comment-675485</guid>
		<description>&lt;blockquote&gt;For Windows users u like an Tortoise (TortoiseSVN) option I suggest looking at Mercurial.

Looks very much like Git, but the only major difference is that is works better on Windows then Git.&lt;/blockquote&gt;

First, you can use Git on Windows, either via Cygwin, or from msysGit project. TortoiseSVN alike (shell extension/filemanager plugin) is also in the (currently early alpha) work under the name of Git-Cheetah.

Second, the major difference between Git and Mercurial is that Git uses multiple branches in repository explicitely and from the start, while Mercurial default is to use one live branch per repository and multiple live branches in single repository are available as extension (plugin) and are second-class citizens. This makes Mercurial &lt;strong&gt;initially&lt;/strong&gt; easier to use. (Well, actually the major difference is the way revisions info is stored, but one usually doesn't worry about this). Tags in Mercurial AFAIK are implemented in a bit strange way compared to Git; and unchanging tags in either are not "matter of convention" only as in Subversion.</description>
		<content:encoded><![CDATA[<blockquote><p>For Windows users u like an Tortoise (TortoiseSVN) option I suggest looking at Mercurial.</p>
<p>Looks very much like Git, but the only major difference is that is works better on Windows then Git.</p></blockquote>
<p>First, you can use Git on Windows, either via Cygwin, or from msysGit project. TortoiseSVN alike (shell extension/filemanager plugin) is also in the (currently early alpha) work under the name of Git-Cheetah.</p>
<p>Second, the major difference between Git and Mercurial is that Git uses multiple branches in repository explicitely and from the start, while Mercurial default is to use one live branch per repository and multiple live branches in single repository are available as extension (plugin) and are second-class citizens. This makes Mercurial <strong>initially</strong> easier to use. (Well, actually the major difference is the way revisions info is stored, but one usually doesn&#8217;t worry about this). Tags in Mercurial AFAIK are implemented in a bit strange way compared to Git; and unchanging tags in either are not &#8220;matter of convention&#8221; only as in Subversion.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: s.stok</title>
		<link>http://www.sitepoint.com/blogs/2008/04/03/subversion-gits-the-last-train/#comment-675248</link>
		<dc:creator>s.stok</dc:creator>
		<pubDate>Fri, 04 Apr 2008 08:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/04/03/subversion-gits-the-last-train/#comment-675248</guid>
		<description>For Windows users u like an Tortoise (TortoiseSVN) option I suggest looking at Mercurial.

Looks very much like Git, but the only major difference is that is works better on Windows then Git.</description>
		<content:encoded><![CDATA[<p>For Windows users u like an Tortoise (TortoiseSVN) option I suggest looking at Mercurial.</p>
<p>Looks very much like Git, but the only major difference is that is works better on Windows then Git.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Grossman</title>
		<link>http://www.sitepoint.com/blogs/2008/04/03/subversion-gits-the-last-train/#comment-675198</link>
		<dc:creator>Dan Grossman</dc:creator>
		<pubDate>Fri, 04 Apr 2008 07:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/04/03/subversion-gits-the-last-train/#comment-675198</guid>
		<description>Rails developers just have to be different...</description>
		<content:encoded><![CDATA[<p>Rails developers just have to be different&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mattymcg</title>
		<link>http://www.sitepoint.com/blogs/2008/04/03/subversion-gits-the-last-train/#comment-674823</link>
		<dc:creator>mattymcg</dc:creator>
		<pubDate>Fri, 04 Apr 2008 02:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/04/03/subversion-gits-the-last-train/#comment-674823</guid>
		<description>Thanks ParkinT, typo fixed.</description>
		<content:encoded><![CDATA[<p>Thanks ParkinT, typo fixed.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ParkinT</title>
		<link>http://www.sitepoint.com/blogs/2008/04/03/subversion-gits-the-last-train/#comment-674305</link>
		<dc:creator>ParkinT</dc:creator>
		<pubDate>Thu, 03 Apr 2008 18:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/04/03/subversion-gits-the-last-train/#comment-674305</guid>
		<description>"...repositories provide you we a central place..."
HUH?

Typo (smile)</description>
		<content:encoded><![CDATA[<p>&#8220;&#8230;repositories provide you we a central place&#8230;&#8221;<br />
HUH?</p>
<p>Typo (smile)</p>]]></content:encoded>
	</item>
</channel>
</rss>
