<?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: Keeping Track of your DVCS Development</title>
	<atom:link href="http://www.robertcowham.com/blog/179/keeping-track-of-your-dvcs-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertcowham.com/blog/179/keeping-track-of-your-dvcs-development/</link>
	<description>Robert Cowham&#039;s Musings</description>
	<lastBuildDate>Fri, 27 Aug 2010 14:52:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: robertcowham</title>
		<link>http://www.robertcowham.com/blog/179/keeping-track-of-your-dvcs-development/comment-page-1/#comment-9</link>
		<dc:creator>robertcowham</dc:creator>
		<pubDate>Mon, 08 Mar 2010 18:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertcowham.com/blog/?p=179#comment-9</guid>
		<description>Yes, excellent point. A cloned DVCS repository is equivalent to a branch in many ways - and as you say, the definition of &quot;done&quot; is important to avoid work being lost track of.</description>
		<content:encoded><![CDATA[<p>Yes, excellent point. A cloned DVCS repository is equivalent to a branch in many ways &#8211; and as you say, the definition of &#8220;done&#8221; is important to avoid work being lost track of.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Build Doctor</title>
		<link>http://www.robertcowham.com/blog/179/keeping-track-of-your-dvcs-development/comment-page-1/#comment-8</link>
		<dc:creator>The Build Doctor</dc:creator>
		<pubDate>Mon, 08 Mar 2010 18:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertcowham.com/blog/?p=179#comment-8</guid>
		<description>DVCS doesn&#039;t let you off the hook for process.  In fact, I think it makes process more important.  If people must use feature branches, then IMHO they should need to merge them to a nominated master branch in order to call them done.&lt;br&gt;&lt;br&gt;Continuous Integration is useful here.  Hudson can do the merge to another branch automatically if the build passes, which is an interesting possibility.  I think I&#039;d prefer developers to merge to that &#039;master&#039; branch and have a CI server pick that up, though.</description>
		<content:encoded><![CDATA[<p>DVCS doesn&#39;t let you off the hook for process.  In fact, I think it makes process more important.  If people must use feature branches, then IMHO they should need to merge them to a nominated master branch in order to call them done.</p>
<p>Continuous Integration is useful here.  Hudson can do the merge to another branch automatically if the build passes, which is an interesting possibility.  I think I&#39;d prefer developers to merge to that &#39;master&#39; branch and have a CI server pick that up, though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>