Goodie SVN Email
Posted by: tgraupmann
Posted on: 2007-04-22 10:41:00
I was wondering if it's possible to configure SVN to send an email notification any time there is a checkin?
In reply to:The Subversion distribution includes a commit-email.pl script (located in the tools/
hook-scripts/ directory of the Subversion source tree) that can be used to send email with
(and/or append to a log file) a description of a given commit. This mail contains a list of the paths
that were changed, the log message attached to the commit, the author and date of the commit, as
well as a GNU diff-style display of the changes made to the various versioned files as part of the
commit.
http://svnbook.red-bean.com/en/1.0/svn-book.pdfEdited by tgraupmann on 04/22/07 10:47 AM (server time).