<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A Brief Introduction to Distributed Version Control</title>
	<atom:link href="http://kylecordes.com/2007/intro-dvcs/feed" rel="self" type="application/rss+xml" />
	<link>http://kylecordes.com/2007/intro-dvcs</link>
	<description>Software, Business, and Life</description>
	<lastBuildDate>Tue, 20 Dec 2011 16:22:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Craig Buchek</title>
		<link>http://kylecordes.com/2007/intro-dvcs/comment-page-1#comment-12131</link>
		<dc:creator>Craig Buchek</dc:creator>
		<pubDate>Thu, 18 Oct 2007 01:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2007/10/11/intro-dvcs/#comment-12131</guid>
		<description>The talk was very good -- I wish we had had more time to get into more details.

Unfortunately, I did not get enough input to decide which of the tools to go with. But I&#039;m going to try git on my next project. Perhaps I&#039;ll try bzr on the project after that to compare for myself.</description>
		<content:encoded><![CDATA[<p>The talk was very good &#8212; I wish we had had more time to get into more details.</p>
<p>Unfortunately, I did not get enough input to decide which of the tools to go with. But I&#8217;m going to try git on my next project. Perhaps I&#8217;ll try bzr on the project after that to compare for myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Cordes</title>
		<link>http://kylecordes.com/2007/intro-dvcs/comment-page-1#comment-12066</link>
		<dc:creator>Kyle Cordes</dc:creator>
		<pubDate>Sat, 13 Oct 2007 13:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2007/10/11/intro-dvcs/#comment-12066</guid>
		<description>&gt;&gt; Could you pleas elaborate this

Sorry - no I can&#039;t. It is an impression I had from using bzr several months ago, and appeared to be confirmed by comments I saw elsewhere on the matter. You are right about the DAG. I am not as sure how equivalent the tools are in how various parts of the DAG are moved around, i.e. after a merge, does the full history of each side end up in all future &quot;pulls&quot;? Unfortunately I don&#039;t expect to have time to research and report on that in detail soon either, I&#039;ve had to restrict my work with these tools to mostly one-at-a-time.

I might loop back around and try out bzr again after 1.0; however, I have come to prefer git&#039;s support for many-branches-per-repo/workspace, over the one-branch-per-repo/workspace approach, even when the latter is made space-efficient by nested a bunch of them inside a shared repo.</description>
		<content:encoded><![CDATA[<p>>> Could you pleas elaborate this</p>
<p>Sorry &#8211; no I can&#8217;t. It is an impression I had from using bzr several months ago, and appeared to be confirmed by comments I saw elsewhere on the matter. You are right about the DAG. I am not as sure how equivalent the tools are in how various parts of the DAG are moved around, i.e. after a merge, does the full history of each side end up in all future &#8220;pulls&#8221;? Unfortunately I don&#8217;t expect to have time to research and report on that in detail soon either, I&#8217;ve had to restrict my work with these tools to mostly one-at-a-time.</p>
<p>I might loop back around and try out bzr again after 1.0; however, I have come to prefer git&#8217;s support for many-branches-per-repo/workspace, over the one-branch-per-repo/workspace approach, even when the latter is made space-efficient by nested a bunch of them inside a shared repo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luk</title>
		<link>http://kylecordes.com/2007/intro-dvcs/comment-page-1#comment-12064</link>
		<dc:creator>Luk</dc:creator>
		<pubDate>Sat, 13 Oct 2007 12:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/2007/10/11/intro-dvcs/#comment-12064</guid>
		<description>&quot;for example apparently bzr keeps this history less effectively than some others&quot;

Could you pleas elaborate this, less effectively in what way? History in bzr is represented by a DAG, which is exactly the same model as in git, and similar to monotone and mercurial (which use a DAG as well, but with max. two parents per node/merge).</description>
		<content:encoded><![CDATA[<p>&#8220;for example apparently bzr keeps this history less effectively than some others&#8221;</p>
<p>Could you pleas elaborate this, less effectively in what way? History in bzr is represented by a DAG, which is exactly the same model as in git, and similar to monotone and mercurial (which use a DAG as well, but with max. two parents per node/merge).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

