<?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 for Beat Fluri&#039;s Blog</title>
	<atom:link href="http://fluri.computerscience.ch/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://fluri.computerscience.ch</link>
	<description>Just for the sake of it...</description>
	<lastBuildDate>Tue, 13 Jul 2010 04:55:26 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Clean Code Developer by bfluri</title>
		<link>http://fluri.computerscience.ch/2009/09/clean-code-developer/comment-page-1/#comment-1370</link>
		<dc:creator>bfluri</dc:creator>
		<pubDate>Tue, 13 Jul 2010 04:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://fluri.computerscience.ch/?p=107#comment-1370</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clean Code Developer by Ecommerce Websites</title>
		<link>http://fluri.computerscience.ch/2009/09/clean-code-developer/comment-page-1/#comment-1369</link>
		<dc:creator>Ecommerce Websites</dc:creator>
		<pubDate>Mon, 12 Jul 2010 22:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://fluri.computerscience.ch/?p=107#comment-1369</guid>
		<description>&lt;i&gt;I encourage you in taking part in the Clean Code Developer initiative. Clean code reflects the passion of the software development craftsmanship. Happy clean coding!&lt;/i&gt;
+1</description>
		<content:encoded><![CDATA[<p><i>I encourage you in taking part in the Clean Code Developer initiative. Clean code reflects the passion of the software development craftsmanship. Happy clean coding!</i><br />
+1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let Subversion trigger your Hudson build job by Marty</title>
		<link>http://fluri.computerscience.ch/2009/09/let-subversion-trigger-your-hudson-build-job/comment-page-1/#comment-11</link>
		<dc:creator>Marty</dc:creator>
		<pubDate>Mon, 05 Oct 2009 08:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://fluri.computerscience.ch/?p=67#comment-11</guid>
		<description>thanks for the answer.

unfortunately I cant test the second approach as we dont have the situation up running. This was just a thought coming up my mind. Maybe someone else knows the answer ;-)</description>
		<content:encoded><![CDATA[<p>thanks for the answer.</p>
<p>unfortunately I cant test the second approach as we dont have the situation up running. This was just a thought coming up my mind. Maybe someone else knows the answer <img src='http://fluri.computerscience.ch/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let Subversion trigger your Hudson build job by bfluri</title>
		<link>http://fluri.computerscience.ch/2009/09/let-subversion-trigger-your-hudson-build-job/comment-page-1/#comment-10</link>
		<dc:creator>bfluri</dc:creator>
		<pubDate>Thu, 01 Oct 2009 09:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://fluri.computerscience.ch/?p=67#comment-10</guid>
		<description>Marty,

1. The quiet period should work. I only have 5 seconds configured but I see Hudson waiting that long until it processes the triggered build. This is also confirmed from the Hudson developer in the discussion: http://www.nabble.com/SVN-Post-commit-script-td23998756.html
2. I don&#039;t know. I never had this situation so far. Maybe you can simulate this scenario. If you do, please provide me the answer, I&#039;m curious whether SVN or Hudson is handling concurrent commits.

Cheers,
--Beat</description>
		<content:encoded><![CDATA[<p>Marty,</p>
<p>1. The quiet period should work. I only have 5 seconds configured but I see Hudson waiting that long until it processes the triggered build. This is also confirmed from the Hudson developer in the discussion: <a href="http://www.nabble.com/SVN-Post-commit-script-td23998756.html" rel="nofollow">http://www.nabble.com/SVN-Post-commit-script-td23998756.html</a><br />
2. I don&#8217;t know. I never had this situation so far. Maybe you can simulate this scenario. If you do, please provide me the answer, I&#8217;m curious whether SVN or Hudson is handling concurrent commits.</p>
<p>Cheers,<br />
&#8211;Beat</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let Subversion trigger your Hudson build job by Marty</title>
		<link>http://fluri.computerscience.ch/2009/09/let-subversion-trigger-your-hudson-build-job/comment-page-1/#comment-9</link>
		<dc:creator>Marty</dc:creator>
		<pubDate>Thu, 01 Oct 2009 07:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://fluri.computerscience.ch/?p=67#comment-9</guid>
		<description>Thanks for the post...

two questions about it:

1. the quiet period is still working then, right ? so if I set the period to be 3min then triggering the job via svn will still wait this 3min until the process starts ?

2. If several svn changes happens nearly simultanously, it will still just start one build right ? So if two developers check in code in a close timeframe, what happens ? and is the next build then triggered only after the current build is done ?

Would be great to know the answers :)

Thanks
Marty</description>
		<content:encoded><![CDATA[<p>Thanks for the post&#8230;</p>
<p>two questions about it:</p>
<p>1. the quiet period is still working then, right ? so if I set the period to be 3min then triggering the job via svn will still wait this 3min until the process starts ?</p>
<p>2. If several svn changes happens nearly simultanously, it will still just start one build right ? So if two developers check in code in a close timeframe, what happens ? and is the next build then triggered only after the current build is done ?</p>
<p>Would be great to know the answers <img src='http://fluri.computerscience.ch/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks<br />
Marty</p>
]]></content:encoded>
	</item>
</channel>
</rss>
