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

Re: SVN server email notification function (SMTP) and How To configure it

From: Ryan Schmidt <subversion-2016_at_ryandesign.com>
Date: Tue, 7 Nov 2017 13:04:49 -0600

On Nov 7, 2017, at 04:35, Zhaowei Mao wrote:
 
> We use SVN server (CollabNetSubversion-server-1.5.5-1.win32) for years, I’d like to configure email notification on server so that may trace any changes in repositories. It is very likely that commit_email.pl is bundled with Subversion, which allow administrator to configure it in hook (use post commit hook) in repository.
>
> Other than email.pl, can anyone recommend any SMTP component or mailer works for SVN but allow administrator to do configuration via GUI?

As you can see at the top of the script:

https://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/commit-email.pl.in

commit-email.pl is deprecated. The replacement is mailer.py:

https://svn.apache.org/repos/asf/subversion/trunk/tools/hook-scripts/mailer/mailer.py
Received on 2017-11-07 20:05:02 CET

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.