[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Quick Question: How to auto-email after check in?

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-12-26 06:36:40 CET

On Dec 22, 2006, at 15:04, Jonathan D Nix wrote:

> How can I set Subversion to send an email when somebody checks in?
> The email would contain a list of what got checked in.

You would write a post-commit hook which sends out the email. Or
rather, you would write a post-commit hook which calls some other
script which sends out the email. In the Subversion source
distribution you will find two scripts that have already been written
for you which send out email and are designed to be called from the
post-commit hook. These scripts are commit-email.pl and commit-
email.rb and are also available from the Subversion repository, if
you didn't get the complete source distribution:

http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 26 06:56:39 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.