<?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: Writing an irc bot for svn commit notification</title>
	<atom:link href="http://www.javalinux.it/wordpress/2009/10/15/writing-an-irc-bot-for-svn-commit-notification/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javalinux.it/wordpress/2009/10/15/writing-an-irc-bot-for-svn-commit-notification/</link>
	<description>Alessio &#38; Stefano ideas</description>
	<lastBuildDate>Thu, 06 May 2010 07:51:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Stefano MAESTRI</title>
		<link>http://www.javalinux.it/wordpress/2009/10/15/writing-an-irc-bot-for-svn-commit-notification/comment-page-1/#comment-3519</link>
		<dc:creator>Stefano MAESTRI</dc:creator>
		<pubDate>Sat, 17 Oct 2009 12:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.javalinux.it/wordpress/?p=311#comment-3519</guid>
		<description>Yes of course. We are using hudson too. BTW the post-commit hook for that is quite simple:
&lt;code&gt;
lynx -dump http://HUDSON_HOST/hudson/job/JOB_NAME/build
&lt;/code&gt;
 of course you have to substitute HUDSON_HOST and JOB_NAME with properly value</description>
		<content:encoded><![CDATA[<p>Yes of course. We are using hudson too. BTW the post-commit hook for that is quite simple:<br />
<code><br />
lynx -dump <a href="http://HUDSON_HOST/hudson/job/JOB_NAME/build" rel="nofollow">http://HUDSON_HOST/hudson/job/JOB_NAME/build</a><br />
</code><br />
 of course you have to substitute HUDSON_HOST and JOB_NAME with properly value</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.javalinux.it/wordpress/2009/10/15/writing-an-irc-bot-for-svn-commit-notification/comment-page-1/#comment-3518</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sat, 17 Oct 2009 09:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.javalinux.it/wordpress/?p=311#comment-3518</guid>
		<description>An interesting idea to improve team communication. Another idea that comes to my mind is installing a continous integration tool like Hudson or Cruise Control. These tools can also monitor source repositories for commits, then start the build process and finally send out reports about the changes and the build report. With this you get even more information about the common state of your project.</description>
		<content:encoded><![CDATA[<p>An interesting idea to improve team communication. Another idea that comes to my mind is installing a continous integration tool like Hudson or Cruise Control. These tools can also monitor source repositories for commits, then start the build process and finally send out reports about the changes and the build report. With this you get even more information about the common state of your project.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
