<?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>fredrikholmstrom.com &#187; stackoverflow</title>
	<atom:link href="http://fredrikholmstrom.com/tag/stackoverflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://fredrikholmstrom.com</link>
	<description>Java is to javascript what car is to carpet</description>
	<lastBuildDate>Sun, 16 Aug 2009 09:19:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The difference between SVN and DVCS</title>
		<link>http://fredrikholmstrom.com/the-difference-between-svn-and-dvcs/</link>
		<comments>http://fredrikholmstrom.com/the-difference-between-svn-and-dvcs/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 10:15:58 +0000</pubDate>
		<dc:creator>Fredrik Holmström</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[stackoverflow]]></category>
		<category><![CDATA[version-control]]></category>

		<guid isPermaLink="false">http://fredrikholmstrom.com/?p=40</guid>
		<description><![CDATA[I'm listening to <a href="http://blog.stackoverflow.com/2009/05/podcast-52/">stackoverflow podcast #52</a> and <a href="http://www.joelonsoftware.com/">Joel Spolsky</a> just gave the best explanation of the difference between the Subversion / CVS generation of version control and the new Mercurial / Git / Distributed Version Control, the important part is bolded.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m listening to <a href="http://blog.stackoverflow.com/2009/05/podcast-52/">stackoverflow podcast #52</a> and <a href="http://www.joelonsoftware.com/">Joel Spolsky</a> just gave the best explanation of the difference between the Subversion / CVS generation of version control and the new Mercurial / Git / Distributed Version Control, the important part is bolded.</p>
<blockquote><p>So this is why everybody is abandoning those version control systems that are of the Subversion generation and they&#8217;re moving to Mercurial and Git, and, to a lesser extent, the other distributed systems. There&#8217;s something that took me a while to understand about Mercurial, but fundamentally Mercurial is &#8211; <strong>Mercurial thinks of the world as a list of changes, and Subversion thinks of the world as a list of different versions of all your files.</strong> And so for Subversion to figure out where you are on a branch to do the merge, all it can do really is do a diff and say &#8216;well, I don&#8217;t know what happened, but the following things &#8211; we&#8217;re different from you guys in the following ways&#8217;, whereas Mercurial has this sort of added info of all the steps that were taken and all the transformations that were done, so it basically has more information to use in the merge and making the merge successful.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://fredrikholmstrom.com/the-difference-between-svn-and-dvcs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
