Comments on: Ruby Script for SVN commit notification with log message, list of updated files and readable colored SVN Diff /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/ Its all about Ruby On Rails Thu, 14 Mar 2013 06:19:42 +0000 hourly 1 #/?v= By: Scott /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/comment-page-1/#comment-1036 Scott Fri, 13 Mar 2009 21:24:04 +0000 /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-1036 Thanks for the handy script. Our organization finally gave me the go-ahead to upgrade everything to SVN and I am wanting to learn Ruby to support what I do (Configuration Management). I appreciate the post! Thanks for the handy script. Our organization finally gave me the go-ahead to upgrade everything to SVN and I am wanting to learn Ruby to support what I do (Configuration Management). I appreciate the post!

]]>
By: Stirling /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/comment-page-1/#comment-666 Stirling Thu, 11 Sep 2008 20:36:24 +0000 /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-666 Awesome. Thanks. This is fantastic. Awesome. Thanks. This is fantastic.

]]>
By: Akhil Bansal /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/comment-page-1/#comment-665 Akhil Bansal Wed, 10 Sep 2008 05:43:46 +0000 /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-665 Hi Stirling, Check it now Hi Stirling,
Check it now

]]>
By: Stirling /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/comment-page-1/#comment-664 Stirling Tue, 09 Sep 2008 21:43:38 +0000 /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-664 I am unable to download the commit-email.rb script. The link redirects to /wp-content/plugins/wp-downloadMonitor/user_uploads/commit-email. Any ideas? Thanks. I am unable to download the commit-email.rb script. The link redirects to /wp-content/plugins/wp-downloadMonitor/user_uploads/commit-email. Any ideas?

Thanks.

]]>
By: Joe Banks /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/comment-page-1/#comment-663 Joe Banks Wed, 04 Jun 2008 05:04:05 +0000 /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-663 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? 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?

]]>
By: Snuf Kin /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/comment-page-1/#comment-662 Snuf Kin Tue, 04 Mar 2008 00:00:32 +0000 /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-662 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 => "mail server address", :port => 25, :domain => "mail domain", :authentication => :login, :user_name => "mail account", :password => "password" } 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 => “mail server address”,
:port => 25,
:domain => “mail domain”,
:authentication => :login,
:user_name => “mail account”,
:password => “password”
}

]]>
By: Jon /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/comment-page-1/#comment-661 Jon Fri, 15 Feb 2008 16:33:34 +0000 /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-661 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? 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?

]]>
By: Akhil Bansal /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/comment-page-1/#comment-660 Akhil Bansal Tue, 15 Jan 2008 05:13:12 +0000 /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-660 Hi Brian, Thanks for letting me know about that. It is now fixed. Hi Brian,

Thanks for letting me know about that. It is now fixed.

]]>
By: Brian /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/comment-page-1/#comment-659 Brian Mon, 14 Jan 2008 21:02:53 +0000 /2008/01/14/ruby-script-for-svn-commit-notification-with-log-message-list-of-updated-files-and-readable-colored-svn-diff/#comment-659 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. 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.

]]>