<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>Latest Comments from www.andywu.co.uk</title><link>http://www.andywu.co.uk/</link><description>(Latest Comments) </description><copyright>Copyright 2012 www.andywu.co.uk</copyright><generator></generator><lastBuildDate>Fri, 24 Sep 2010 08:21:00 GMT</lastBuildDate><image><title>Latest Comments from www.andywu.co.uk</title><url>http://server1.blog-city.com/images/bc_v5_logo_small.gif</url><link>http://www.andywu.co.uk/</link></image><ttl>360</ttl><docs>http://backend.userland.com/rss</docs><item><title>Subversion Commit Emails</title><guid isPermaLink="true">http://www.andywu.co.uk/subversion_commit_emails.htm#comments</guid><link>http://www.andywu.co.uk/subversion_commit_emails.htm#comments</link><pubDate>Fri, 24 Sep 2010 09:21:00 GMT</pubDate><description><![CDATA[oh . I can not configure it , please help me<br/>left by: duy]]></description></item><item><title>Vodafone Moan</title><guid isPermaLink="true">http://www.andywu.co.uk/vodafone.htm#comments</guid><link>http://www.andywu.co.uk/vodafone.htm#comments</link><pubDate>Mon, 18 Jan 2010 20:02:00 GMT</pubDate><description><![CDATA[I do not really like Vodafone either!!<br/>left by: victor]]></description></item><item><title>Better Subversion Notification Emails with SVN::Notify</title><guid isPermaLink="true">http://www.andywu.co.uk/better_subversion_notification_emails_with_svnnotify.htm#comments</guid><link>http://www.andywu.co.uk/better_subversion_notification_emails_with_svnnotify.htm#comments</link><pubDate>Tue, 22 Sep 2009 16:27:00 GMT</pubDate><description><![CDATA[FYI, an additional perl dependency seems to be the perl-HTML-Parser, in case anyone is getting an "Can't locate HTML/Entities.pm .........blah blah blah...." error.<br/>left by: Stephen J. Fuhry]]></description></item><item><title>Better Subversion Notification Emails with SVN::Notify</title><guid isPermaLink="true">http://www.andywu.co.uk/better_subversion_notification_emails_with_svnnotify.htm#comments</guid><link>http://www.andywu.co.uk/better_subversion_notification_emails_with_svnnotify.htm#comments</link><pubDate>Thu, 07 Feb 2008 17:11:00 GMT</pubDate><description><![CDATA[Indeed, the standard SVN emails aren't very good.  Thanks for that write up, it helped me a lot.<br/>left by: Stefan Kleineikenscheidt]]></description></item><item><title>Better Subversion Notification Emails with SVN::Notify</title><guid isPermaLink="true">http://www.andywu.co.uk/better_subversion_notification_emails_with_svnnotify.htm#comments</guid><link>http://www.andywu.co.uk/better_subversion_notification_emails_with_svnnotify.htm#comments</link><pubDate>Thu, 03 Jan 2008 14:36:00 GMT</pubDate><description><![CDATA[I have taken inspiration from SVN:Notify and taken it one step further. While my solution requires windows (I'm not a Perl scripter, by a C# coder :-) it not only implements the Subversion post-commit hook for sending nicely formatted e-mails, but it also implements pre-commit hooks. You can check the commit message for any number of required regular expressions to enforce "good' comments and you can also use it to lock down repro paths and file types. Check it out at http://mckechney.com/SubversionNotifyForWindows and you can download it for SourceForge.net.<br/>left by: Mike]]></description></item><item><title>Better Subversion Notification Emails with SVN::Notify</title><guid isPermaLink="true">http://www.andywu.co.uk/better_subversion_notification_emails_with_svnnotify.htm#comments</guid><link>http://www.andywu.co.uk/better_subversion_notification_emails_with_svnnotify.htm#comments</link><pubDate>Thu, 25 Oct 2007 16:12:00 GMT</pubDate><description><![CDATA[Seems, you forgot one semicolon in the example, should be"...  HTML::ColorDiff -d"<br/>left by: SK]]></description></item><item><title>Subversion Commit Emails</title><guid isPermaLink="true">http://www.andywu.co.uk/subversion_commit_emails.htm#comments</guid><link>http://www.andywu.co.uk/subversion_commit_emails.htm#comments</link><pubDate>Thu, 30 Aug 2007 16:56:00 GMT</pubDate><description><![CDATA[You could either update the perl script or the post-commit itself. In the post-commit, you can use the svnlook command to look for details of the commit (author, changed files etc). And according to the committer (author), you can call commit-email with different email address. 

Another point of interest here is that post-commit is called with NULL env settings. So I am guessing that the commit-email.pl may not be called even if it is copied to the hooks directory. You might have to do add the "./" at the beginning of the command. I usually set the PATH in the post-commit script itself and so the comment above is just my guess.<br/>left by: HK]]></description></item><item><title>Subversion Commit Emails</title><guid isPermaLink="true">http://www.andywu.co.uk/subversion_commit_emails.htm#comments</guid><link>http://www.andywu.co.uk/subversion_commit_emails.htm#comments</link><pubDate>Sun, 26 Aug 2007 16:37:00 GMT</pubDate><description><![CDATA[Thanks a lot, Andy.<br/>left by: Kevin]]></description></item><item><title>Subversion Commit Emails</title><guid isPermaLink="true">http://www.andywu.co.uk/subversion_commit_emails.htm#comments</guid><link>http://www.andywu.co.uk/subversion_commit_emails.htm#comments</link><pubDate>Sun, 26 Aug 2007 09:37:00 GMT</pubDate><description><![CDATA[The To and From addresses are specified in the arguments. In the above example, the To address is "commit-watchers@example.org". The From address can be added using the --from argument.

AFAIK you can't vary the from address depending on the commiter. But I imagine it's possible to edit the perl script to do that.<br/>left by: Andy Wu]]></description></item><item><title>Subversion Commit Emails</title><guid isPermaLink="true">http://www.andywu.co.uk/subversion_commit_emails.htm#comments</guid><link>http://www.andywu.co.uk/subversion_commit_emails.htm#comments</link><pubDate>Sun, 26 Aug 2007 06:21:00 GMT</pubDate><description><![CDATA[Very helpful post, Thanks. But how to specify the "To" address or address list? And how to use different and real "From" addresses for different checkins from different people<br/>left by: Kevin]]></description></item><item><title>Better Subversion Notification Emails with SVN::Notify</title><guid isPermaLink="true">http://www.andywu.co.uk/better_subversion_notification_emails_with_svnnotify.htm#comments</guid><link>http://www.andywu.co.uk/better_subversion_notification_emails_with_svnnotify.htm#comments</link><pubDate>Tue, 17 Jul 2007 17:12:00 GMT</pubDate><description><![CDATA[Yes, notifications via emails is not really good. But I found nice free open source tool:  svnnotifier.googlecode.com which doing exactly what I needed!<br/>left by: Sunrise]]></description></item></channel></rss>
