<?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 successful Git branching model</title>
	<atom:link href="http://nvie.com/git-model/feed" rel="self" type="application/rss+xml" />
	<link>http://nvie.com/git-model</link>
	<description>Anything that interests me.</description>
	<lastBuildDate>Mon, 06 Sep 2010 13:45:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jeremy Attali</title>
		<link>http://nvie.com/git-model/comment-page-5#comment-3348</link>
		<dc:creator>Jeremy Attali</dc:creator>
		<pubDate>Mon, 06 Sep 2010 13:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=323#comment-3348</guid>
		<description>Excellent tutorial. Now I have a very clear idea of how to work with branches in a real development environment. Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent tutorial. Now I have a very clear idea of how to work with branches in a real development environment. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glyn Normington</title>
		<link>http://nvie.com/git-model/comment-page-5#comment-3347</link>
		<dc:creator>Glyn Normington</dc:creator>
		<pubDate>Mon, 06 Sep 2010 12:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=323#comment-3347</guid>
		<description>This is a really helpful article and would probably work fine in many environments. Our environment is application server software with multiple versions actively supported in the field, so we&#039;d need a tweak which may interest others, so I thought I&#039;d mention it. Rather than forcing each release into a linear time sequence (by merging back  into a production branch, &quot;master&quot; in your case), we need to be able to fix old versions, so these are independent branches and the fixes must then be merged or cherry-picked back in to the mainline of development. An example use case to consider is ship 1.0, ship 2.0, fix 1.0 to produce 1.0.1 - we wouldn&#039;t want to merge 1.0.1 into master after 2.0 otherwise the version metadata would get bumped backwards.</description>
		<content:encoded><![CDATA[<p>This is a really helpful article and would probably work fine in many environments. Our environment is application server software with multiple versions actively supported in the field, so we&#8217;d need a tweak which may interest others, so I thought I&#8217;d mention it. Rather than forcing each release into a linear time sequence (by merging back  into a production branch, &#8220;master&#8221; in your case), we need to be able to fix old versions, so these are independent branches and the fixes must then be merged or cherry-picked back in to the mainline of development. An example use case to consider is ship 1.0, ship 2.0, fix 1.0 to produce 1.0.1 &#8211; we wouldn&#8217;t want to merge 1.0.1 into master after 2.0 otherwise the version metadata would get bumped backwards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://nvie.com/git-model/comment-page-5#comment-3087</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Wed, 01 Sep 2010 06:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=323#comment-3087</guid>
		<description>Thanks, I didn&#039;t think so. Great read by the way. :-)</description>
		<content:encoded><![CDATA[<p>Thanks, I didn&#8217;t think so. Great read by the way. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://nvie.com/git-model/comment-page-5#comment-3049</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 31 Aug 2010 11:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=323#comment-3049</guid>
		<description>I don&#039;t have any reason to think this shouldn&#039;t work for Mercurial. It&#039;s a general model with concepts and guidelines applicable to any DVCS.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have any reason to think this shouldn&#8217;t work for Mercurial. It&#8217;s a general model with concepts and guidelines applicable to any DVCS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://nvie.com/git-model/comment-page-4#comment-3048</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Tue, 31 Aug 2010 10:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=323#comment-3048</guid>
		<description>Is there any problem using this model using Mercurial?</description>
		<content:encoded><![CDATA[<p>Is there any problem using this model using Mercurial?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Romney</title>
		<link>http://nvie.com/git-model/comment-page-4#comment-2914</link>
		<dc:creator>Christian Romney</dc:creator>
		<pubDate>Wed, 25 Aug 2010 21:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=323#comment-2914</guid>
		<description>Fantastic post. It&#039;s very similar to what we do already with some minor branch naming convention differences. Can&#039;t wait to give git-flow a whirl.</description>
		<content:encoded><![CDATA[<p>Fantastic post. It&#8217;s very similar to what we do already with some minor branch naming convention differences. Can&#8217;t wait to give git-flow a whirl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Romney</title>
		<link>http://nvie.com/git-model/comment-page-4#comment-3338</link>
		<dc:creator>Christian Romney</dc:creator>
		<pubDate>Wed, 25 Aug 2010 21:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=323#comment-3338</guid>
		<description>Fantastic post. It&#039;s very similar to what we do already with some minor branch naming convention differences. Can&#039;t wait to give git-flow a whirl.</description>
		<content:encoded><![CDATA[<p>Fantastic post. It&#8217;s very similar to what we do already with some minor branch naming convention differences. Can&#8217;t wait to give git-flow a whirl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Driessen</title>
		<link>http://nvie.com/git-model/comment-page-4#comment-2885</link>
		<dc:creator>Vincent Driessen</dc:creator>
		<pubDate>Tue, 24 Aug 2010 12:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=323#comment-2885</guid>
		<description>@Dom: Here, we pull locally, but if you have a Github-style repo with a separate public and private repo, there really is no difference. In that case, you&#039;d have to &quot;publish&quot; all of your private work to Github to have other team members fetch your work, of course.</description>
		<content:encoded><![CDATA[<p>@Dom: Here, we pull locally, but if you have a Github-style repo with a separate public and private repo, there really is no difference. In that case, you&#8217;d have to &#8220;publish&#8221; all of your private work to Github to have other team members fetch your work, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Driessen</title>
		<link>http://nvie.com/git-model/comment-page-4#comment-3337</link>
		<dc:creator>Vincent Driessen</dc:creator>
		<pubDate>Tue, 24 Aug 2010 12:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=323#comment-3337</guid>
		<description>@Dom: Here, we pull locally, but if you have a Github-style repo with a separate public and private repo, there really is no difference. In that case, you&#039;d have to &quot;publish&quot; all of your private work to Github to have other team members fetch your work, of course.</description>
		<content:encoded><![CDATA[<p>@Dom: Here, we pull locally, but if you have a Github-style repo with a separate public and private repo, there really is no difference. In that case, you&#8217;d have to &#8220;publish&#8221; all of your private work to Github to have other team members fetch your work, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Driessen</title>
		<link>http://nvie.com/git-model/comment-page-4#comment-2884</link>
		<dc:creator>Vincent Driessen</dc:creator>
		<pubDate>Tue, 24 Aug 2010 12:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=323#comment-2884</guid>
		<description>@Thilo: there is one now.</description>
		<content:encoded><![CDATA[<p>@Thilo: there is one now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
