<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>7deeds &#187; continuous-integration</title>
	<atom:link href="http://blog.7deeds.com/tag/continuous-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.7deeds.com</link>
	<description>Petros Amiridis - A humble programmer's seven noteworthy actions for the community</description>
	<lastBuildDate>Mon, 31 May 2010 12:09:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CruiseControl.NET recent version control change behavior in 1.4.x</title>
		<link>http://blog.7deeds.com/2009/06/15/cruisecontrol-net-recent-version-control-change-behavior-in-1-4-x/</link>
		<comments>http://blog.7deeds.com/2009/06/15/cruisecontrol-net-recent-version-control-change-behavior-in-1-4-x/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 17:13:38 +0000</pubDate>
		<dc:creator>Petros</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[continuous-integration]]></category>
		<category><![CDATA[CruiseControl.NET]]></category>
		<category><![CDATA[version-control]]></category>

		<guid isPermaLink="false">http://blog.7deeds.com/?p=209</guid>
		<description><![CDATA[After changing to CruiseControl.NET 1.4.x, my builds started sending weird Subversion related error messages. You see, my CC.NET server is on a different computer and on a different network than my Subversion repositories server. As a result, CC.NET tries download modifications using the Internet.
If there are any connection problems that lead to a timeout, the [...]]]></description>
			<content:encoded><![CDATA[<p>After changing to CruiseControl.NET 1.4.x, my builds started sending weird Subversion related error messages. You see, my CC.NET server is on a different computer and on a different network than my Subversion repositories server. As a result, CC.NET tries download modifications using the Internet.</p>
<p><span id="more-209"></span>If there are any connection problems that lead to a timeout, the build is broken. In older CC.NET versions I could have no Internet for hours, without getting any broken builds or error messages.</p>
<p>CC.NET 1.4.x lets you control the new behavior using three version control related configuration tags on the project level. Here is a portion of a CC.NET configuration file that shows these tags:</p>
<p><script src="http://gist.github.com/130211.js"></script></p>
<p>Note that the parameters you see above are optimal for my topology. Yours may need different combinations.</p>
<p>maxSourceControlRetries instructs CC.NET how many times to retry if there is a problem communicating with your version control server.</p>
<p>stopProjectOnReachingMaxSourceControlRetries = true tells CC.NET to stop the project after reaching the maxSourceControlRetries. This helps because if the communication problem is permanent, you don&#8217;t want CC.NET trying to connect to the version control system again and again.</p>
<p>sourceControlErrorHandling = ReportOnRetryAmount instructs CC.NET to report the error after it reaches the maxSourceControlRetries.</p>
<p>You can find detailed explanation of each of the parameters above in the <a href="http://confluence.public.thoughtworks.org/display/CCNET/Documentation">CC.NET documentation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.7deeds.com/2009/06/15/cruisecontrol-net-recent-version-control-change-behavior-in-1-4-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
