<?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: Branch-Per-Feature Source Control. Introduction</title>
	<atom:link href="http://lostechies.com/derickbailey/2009/07/15/branch-per-feature-source-control-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2009/07/15/branch-per-feature-source-control-introduction/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Mon, 20 May 2013 17:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Jpt</title>
		<link>http://lostechies.com/derickbailey/2009/07/15/branch-per-feature-source-control-introduction/#comment-1887</link>
		<dc:creator>Jpt</dc:creator>
		<pubDate>Fri, 14 Oct 2011 21:52:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2009/07/15/branch-per-feature-source-control-introduction.aspx#comment-1887</guid>
		<description>Nice Series, if you could finish: Database Considerations and Continuous Integration Per Branch, that will be awesome...</description>
		<content:encoded><![CDATA[<p>Nice Series, if you could finish: Database Considerations and Continuous Integration Per Branch, that will be awesome&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: source control newbie</title>
		<link>http://lostechies.com/derickbailey/2009/07/15/branch-per-feature-source-control-introduction/#comment-362</link>
		<dc:creator>source control newbie</dc:creator>
		<pubDate>Tue, 15 Sep 2009 07:31:28 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2009/07/15/branch-per-feature-source-control-introduction.aspx#comment-362</guid>
		<description>nice article. Totally agree with you on the Branch-Per-Feature Strategy. Looking forward to your 3~8 of this serial.</description>
		<content:encoded><![CDATA[<p>nice article. Totally agree with you on the Branch-Per-Feature Strategy. Looking forward to your 3~8 of this serial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derick.bailey</title>
		<link>http://lostechies.com/derickbailey/2009/07/15/branch-per-feature-source-control-introduction/#comment-361</link>
		<dc:creator>derick.bailey</dc:creator>
		<pubDate>Wed, 22 Jul 2009 15:00:22 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2009/07/15/branch-per-feature-source-control-introduction.aspx#comment-361</guid>
		<description>@Dhananjay,

I assume you mean branch per sprint or iteration? that&#039;s an interesting variation. I think i&#039;ll include that as an example in my next post (strategy) where I discuss what/when to branch and merge. 
</description>
		<content:encoded><![CDATA[<p>@Dhananjay,</p>
<p>I assume you mean branch per sprint or iteration? that&#8217;s an interesting variation. I think i&#8217;ll include that as an example in my next post (strategy) where I discuss what/when to branch and merge. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derick.bailey</title>
		<link>http://lostechies.com/derickbailey/2009/07/15/branch-per-feature-source-control-introduction/#comment-360</link>
		<dc:creator>derick.bailey</dc:creator>
		<pubDate>Wed, 22 Jul 2009 14:58:40 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2009/07/15/branch-per-feature-source-control-introduction.aspx#comment-360</guid>
		<description>@Graham,

Only if you assume that you are working in large batches. Understanding how to size your work appropriately is an assumption that I&#039;ve made in the first few posts, but am going to make a little more explicit in post #3 - strategy.

&quot;Continuous Integration&quot; is very often misunderstood, in my experience (not saying you misunderstand it... making observation about the development community, as a whole). In a future post, I&#039;m going to outline how I do CI-Per-Branch... how i do true continuous integration, not just &quot;continuous compilation and test execution&quot; ... which further mitigates the issue that you&#039;re describing.

I certainly don&#039;t want to claim that BPF is a magic silver bullet or anything like that. It&#039;s good to know the circumstances in which it works best, and in which it fails.

thanks for the feedback. I need this kind of dissent and discussion. it helps facilitate the information that i put into the posts.</description>
		<content:encoded><![CDATA[<p>@Graham,</p>
<p>Only if you assume that you are working in large batches. Understanding how to size your work appropriately is an assumption that I&#8217;ve made in the first few posts, but am going to make a little more explicit in post #3 &#8211; strategy.</p>
<p>&#8220;Continuous Integration&#8221; is very often misunderstood, in my experience (not saying you misunderstand it&#8230; making observation about the development community, as a whole). In a future post, I&#8217;m going to outline how I do CI-Per-Branch&#8230; how i do true continuous integration, not just &#8220;continuous compilation and test execution&#8221; &#8230; which further mitigates the issue that you&#8217;re describing.</p>
<p>I certainly don&#8217;t want to claim that BPF is a magic silver bullet or anything like that. It&#8217;s good to know the circumstances in which it works best, and in which it fails.</p>
<p>thanks for the feedback. I need this kind of dissent and discussion. it helps facilitate the information that i put into the posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham</title>
		<link>http://lostechies.com/derickbailey/2009/07/15/branch-per-feature-source-control-introduction/#comment-359</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Wed, 22 Jul 2009 14:45:41 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2009/07/15/branch-per-feature-source-control-introduction.aspx#comment-359</guid>
		<description>Isn&#039;t the whole point of doing CI to remove the pain of doing large merges caused by working separately for long periods of time? In which case isn&#039;t this a huge step backwards?</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t the whole point of doing CI to remove the pain of doing large merges caused by working separately for long periods of time? In which case isn&#8217;t this a huge step backwards?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhananjay Goyani</title>
		<link>http://lostechies.com/derickbailey/2009/07/15/branch-per-feature-source-control-introduction/#comment-358</link>
		<dc:creator>Dhananjay Goyani</dc:creator>
		<pubDate>Wed, 22 Jul 2009 06:18:25 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2009/07/15/branch-per-feature-source-control-introduction.aspx#comment-358</guid>
		<description>Its been few months now since we started following BPS - Branch Per Scrum. And that has made perfect sense in delivery and quality. Not just that, it has saved us a lot in terms of code versioning + tracking and review. All we have to take care at the time of merging the branched code with main branch.</description>
		<content:encoded><![CDATA[<p>Its been few months now since we started following BPS &#8211; Branch Per Scrum. And that has made perfect sense in delivery and quality. Not just that, it has saved us a lot in terms of code versioning + tracking and review. All we have to take care at the time of merging the branched code with main branch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnappi</title>
		<link>http://lostechies.com/derickbailey/2009/07/15/branch-per-feature-source-control-introduction/#comment-357</link>
		<dc:creator>jnappi</dc:creator>
		<pubDate>Mon, 20 Jul 2009 13:02:21 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2009/07/15/branch-per-feature-source-control-introduction.aspx#comment-357</guid>
		<description>We&#039;ve actually been using what could be considered a branch per feature approach using Subversion (and CVS) before it for a couple of years now.  It allows us to have numerous developers working on a variety of task simultaneously without impacting the trunk.  It can be a little painful when it comes to to merge, and seem like overkill on smallish features but its working for us.</description>
		<content:encoded><![CDATA[<p>We&#8217;ve actually been using what could be considered a branch per feature approach using Subversion (and CVS) before it for a couple of years now.  It allows us to have numerous developers working on a variety of task simultaneously without impacting the trunk.  It can be a little painful when it comes to to merge, and seem like overkill on smallish features but its working for us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robz</title>
		<link>http://lostechies.com/derickbailey/2009/07/15/branch-per-feature-source-control-introduction/#comment-356</link>
		<dc:creator>Robz</dc:creator>
		<pubDate>Fri, 17 Jul 2009 02:18:40 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2009/07/15/branch-per-feature-source-control-introduction.aspx#comment-356</guid>
		<description>We&#039;ve been doing BPF for awhile now and I have to say I&#039;ve grown to love it. 

Its also good for training new individuals on your systems. You create a sandbox branch and put in some bugs for them to find and fix.</description>
		<content:encoded><![CDATA[<p>We&#8217;ve been doing BPF for awhile now and I have to say I&#8217;ve grown to love it. </p>
<p>Its also good for training new individuals on your systems. You create a sandbox branch and put in some bugs for them to find and fix.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
