<?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: Source Control Paradigms and Continuous Integration</title>
	<atom:link href="http://thepursuitofalife.com/source-control-paradigms-and-continuous-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepursuitofalife.com/source-control-paradigms-and-continuous-integration/</link>
	<description>Wouldn&#039;t you rather be writing code?</description>
	<lastBuildDate>Thu, 11 Mar 2010 14:41:58 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anthony Stevens</title>
		<link>http://thepursuitofalife.com/source-control-paradigms-and-continuous-integration/comment-page-1/#comment-496</link>
		<dc:creator>Anthony Stevens</dc:creator>
		<pubDate>Thu, 31 Jan 2008 06:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/?p=454#comment-496</guid>
		<description>Awesome.  That makes sense.  The CI product I use (Draco.NET) runs on what&#039;s called a &quot;check-in&quot;, which I believe is equivalent to a SVN commit.  So the CI build wouldn&#039;t run until the merge problem was resolved.

Question: will the SVN update command fail if there are merge problems? Or only the commit portion?  Seems like it would be consistent with what you wrote if the update would fail as well.

Thanks Craig!</description>
		<content:encoded><![CDATA[<p>Awesome.  That makes sense.  The CI product I use (Draco.NET) runs on what&#8217;s called a &#8220;check-in&#8221;, which I believe is equivalent to a SVN commit.  So the CI build wouldn&#8217;t run until the merge problem was resolved.</p>
<p>Question: will the SVN update command fail if there are merge problems? Or only the commit portion?  Seems like it would be consistent with what you wrote if the update would fail as well.</p>
<p>Thanks Craig!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Huizenga</title>
		<link>http://thepursuitofalife.com/source-control-paradigms-and-continuous-integration/comment-page-1/#comment-495</link>
		<dc:creator>Craig Huizenga</dc:creator>
		<pubDate>Thu, 31 Jan 2008 05:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/?p=454#comment-495</guid>
		<description>Subversions commits are atomic, so if there is a problem with one of the files in the commit, none will be commited.  Also, any merge issues would be taken care of before the commit, since if you try to commit when a file is out of state, it will cause the whole commit to fail, and tell you to update and merge your files first.  Of course, if you don&#039;t run you tests after you update and before you commit, you could very well find that the merge didn&#039;t work very well, and break your code - but that&#039;s your fault for being a dumb-ass (yes, said by someone that has done it several times...), not SVN&#039;s.</description>
		<content:encoded><![CDATA[<p>Subversions commits are atomic, so if there is a problem with one of the files in the commit, none will be commited.  Also, any merge issues would be taken care of before the commit, since if you try to commit when a file is out of state, it will cause the whole commit to fail, and tell you to update and merge your files first.  Of course, if you don&#8217;t run you tests after you update and before you commit, you could very well find that the merge didn&#8217;t work very well, and break your code &#8211; but that&#8217;s your fault for being a dumb-ass (yes, said by someone that has done it several times&#8230;), not SVN&#8217;s.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
