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