<?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: Get svn commit notification right into your inbox by using svn hook post-commit</title>
	<atom:link href="http://webonrails.com/2007/07/12/get-svn-commit-notification-right-into-your-inbox-by-using-svn-hook-post-commit/feed/" rel="self" type="application/rss+xml" />
	<link>http://webonrails.com/2007/07/12/get-svn-commit-notification-right-into-your-inbox-by-using-svn-hook-post-commit/</link>
	<description>Its all about Ruby On Rails</description>
	<pubDate>Thu, 04 Dec 2008 02:55:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Douglas</title>
		<link>http://webonrails.com/2007/07/12/get-svn-commit-notification-right-into-your-inbox-by-using-svn-hook-post-commit/#comment-380</link>
		<dc:creator>Douglas</dc:creator>
		<pubDate>Thu, 10 Jul 2008 13:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/07/12/get-svn-commit-notification-right-into-your-inbox-by-using-svn-hook-post-commit/#comment-380</guid>
		<description>Thanks, this was very helpful.

I found a couple of things had to be modified in the command in post-commit:
a. email recipient addresses are not separated by commas
b. the "$REPOS" and "$REV" should come before the options (--from, -s)
c. your path to the commit-email.pl script should be /var/www/repos/repository_name/hooks/commit-email.pl

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks, this was very helpful.</p>
<p>I found a couple of things had to be modified in the command in post-commit:<br />
a. email recipient addresses are not separated by commas<br />
b. the &#8220;$REPOS&#8221; and &#8220;$REV&#8221; should come before the options (&#8211;from, -s)<br />
c. your path to the commit-email.pl script should be /var/www/repos/repository_name/hooks/commit-email.pl</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web On Rails - &#38;#187; Ruby Script for SVN commit notification with log message, list of updated files and readable colored SVN Diff &#124; Its all about RubyOnRails(ROR)</title>
		<link>http://webonrails.com/2007/07/12/get-svn-commit-notification-right-into-your-inbox-by-using-svn-hook-post-commit/#comment-379</link>
		<dc:creator>Web On Rails - &#38;#187; Ruby Script for SVN commit notification with log message, list of updated files and readable colored SVN Diff &#124; Its all about RubyOnRails(ROR)</dc:creator>
		<pubDate>Mon, 14 Jan 2008 14:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/07/12/get-svn-commit-notification-right-into-your-inbox-by-using-svn-hook-post-commit/#comment-379</guid>
		<description>[...] Some days ago I wrote a post about &#38;#8220;SVN commit notification&#38;#8221; which uses a perl script for sending commit notification with svn diff by mail. In this mail you can find svn diff from the last committed revision. I used to love this mail, soon I realized that it is a bit ugly and difficult to read. Also there were some important information missing. Like the name of user committing the code, the log message etc&#38;#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Some days ago I wrote a post about &#38;#8220;SVN commit notification&#38;#8221; which uses a perl script for sending commit notification with svn diff by mail. In this mail you can find svn diff from the last committed revision. I used to love this mail, soon I realized that it is a bit ugly and difficult to read. Also there were some important information missing. Like the name of user committing the code, the log message etc&#38;#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://webonrails.com/2007/07/12/get-svn-commit-notification-right-into-your-inbox-by-using-svn-hook-post-commit/#comment-378</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Sat, 04 Aug 2007 13:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/07/12/get-svn-commit-notification-right-into-your-inbox-by-using-svn-hook-post-commit/#comment-378</guid>
		<description>I also use post-commit hook to svn update my repository automatically. Using the svnlook command to check which files were updated then traversing to the parent directory if multiple files were updated and doing an svn update at tha parent level :)

Email hook is very handy.. I recommend trac too if you don't already run it!</description>
		<content:encoded><![CDATA[<p>I also use post-commit hook to svn update my repository automatically. Using the svnlook command to check which files were updated then traversing to the parent directory if multiple files were updated and doing an svn update at tha parent level <img src='http://webonrails.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Email hook is very handy.. I recommend trac too if you don&#8217;t already run it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
