<?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"
	>
<channel>
	<title>Comments on: Ruby Script for SVN commit notification with log message, list of updated files and readable colored SVN Diff</title>
	<atom:link href="http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/feed/" rel="self" type="application/rss+xml" />
	<link>http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/</link>
	<description>Its all about Ruby On Rails</description>
	<pubDate>Thu, 04 Dec 2008 01:09:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Stirling</title>
		<link>http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-666</link>
		<dc:creator>Stirling</dc:creator>
		<pubDate>Thu, 11 Sep 2008 20:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-666</guid>
		<description>Awesome.  Thanks.  This is fantastic.</description>
		<content:encoded><![CDATA[<p>Awesome.  Thanks.  This is fantastic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akhil Bansal</title>
		<link>http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-665</link>
		<dc:creator>Akhil Bansal</dc:creator>
		<pubDate>Wed, 10 Sep 2008 05:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-665</guid>
		<description>Hi     Stirling,
Check it now</description>
		<content:encoded><![CDATA[<p>Hi     Stirling,<br />
Check it now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stirling</title>
		<link>http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-664</link>
		<dc:creator>Stirling</dc:creator>
		<pubDate>Tue, 09 Sep 2008 21:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-664</guid>
		<description>I am unable to download the commit-email.rb script.  The link redirects to http://webonrails.com/wp-content/plugins/wp-downloadMonitor/user_uploads/commit-email.  Any ideas?

Thanks.</description>
		<content:encoded><![CDATA[<p>I am unable to download the commit-email.rb script.  The link redirects to <a href="http://webonrails.com/wp-content/plugins/wp-downloadMonitor/user_uploads/commit-email" rel="nofollow">http://webonrails.com/wp-content/plugins/wp-downloadMonitor/user_uploads/commit-email</a>.  Any ideas?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Banks</title>
		<link>http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-663</link>
		<dc:creator>Joe Banks</dc:creator>
		<pubDate>Wed, 04 Jun 2008 05:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-663</guid>
		<description>We've found this script incredibly helpful - many thanks! But we've just switched to git, and miss it terribly... has anyone ported this to git?</description>
		<content:encoded><![CDATA[<p>We&#8217;ve found this script incredibly helpful - many thanks! But we&#8217;ve just switched to git, and miss it terribly&#8230; has anyone ported this to git?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snuf Kin</title>
		<link>http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-662</link>
		<dc:creator>Snuf Kin</dc:creator>
		<pubDate>Tue, 04 Mar 2008 00:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-662</guid>
		<description>Just in case someone using this isn't familiar with ActionMailer, you can configure it to authenticate against a mail server like so:

ActionMailer::Base.smtp_settings = {
   :address =&#38;gt;        "mail server address",
   :port =&#38;gt;           25,
   :domain =&#38;gt;         "mail domain",
   :authentication =&#38;gt; :login,
   :user_name =&#38;gt;      "mail account",
   :password =&#38;gt;       "password"
 }</description>
		<content:encoded><![CDATA[<p>Just in case someone using this isn&#8217;t familiar with ActionMailer, you can configure it to authenticate against a mail server like so:</p>
<p>ActionMailer::Base.smtp_settings = {<br />
   :address =&#38;gt;        &#8220;mail server address&#8221;,<br />
   :port =&#38;gt;           25,<br />
   :domain =&#38;gt;         &#8220;mail domain&#8221;,<br />
   :authentication =&#38;gt; :login,<br />
   :user_name =&#38;gt;      &#8220;mail account&#8221;,<br />
   :password =&#38;gt;       &#8220;password&#8221;<br />
 }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-661</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 15 Feb 2008 16:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-661</guid>
		<description>This is a great base for what I've wanted as a post-commit script.

It would be nice if there were options for ViewVC-type links, and other things.

I've added that stuff hard-coded to my situation, but I may go back through and make them more generic.  Are those changes something you be interested in seeing back, or are you at the "wash my hands of it" stage?</description>
		<content:encoded><![CDATA[<p>This is a great base for what I&#8217;ve wanted as a post-commit script.</p>
<p>It would be nice if there were options for ViewVC-type links, and other things.</p>
<p>I&#8217;ve added that stuff hard-coded to my situation, but I may go back through and make them more generic.  Are those changes something you be interested in seeing back, or are you at the &#8220;wash my hands of it&#8221; stage?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akhil Bansal</title>
		<link>http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-660</link>
		<dc:creator>Akhil Bansal</dc:creator>
		<pubDate>Tue, 15 Jan 2008 05:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-660</guid>
		<description>Hi Brian,

Thanks for letting me know about that. It is now fixed.</description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>Thanks for letting me know about that. It is now fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-659</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 14 Jan 2008 21:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-659</guid>
		<description>Can you upload or pastie this somewhere else? Your blog isn't letting me download it - I get a 500 error from your download script.</description>
		<content:encoded><![CDATA[<p>Can you upload or pastie this somewhere else? Your blog isn&#8217;t letting me download it - I get a 500 error from your download script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
