Hi There, For SVN-Notify on a windows server, which has a SVN server (CollabNetSubversion-server-1.5.5-1.win32) running for years, could anybody shed more light on its 'pre-installation'?
Greatly appreciate it! Zhao -----Original Message----- From: Zhaowei Mao [mailto:[email protected]] Sent: Wednesday, 8 November, 2017 12:57 PM To: 'Ryan Schmidt' <[email protected]> Cc: 'Subversion Users' <[email protected]> Subject: RE: SVN server email notification function (SMTP) and How To configure it Hi Ryan, Thanks a lot for your reply. so far I did search those tools such as commit_malier.py, svnmailer, SVN-Notify, all are required a lot of scripts writing, I do not find any tool with GUI that easily for administrator to do a setup and configure email notification. Any idea will be much appreciated! Regards, Zhao Wei -----Original Message----- From: Ryan Schmidt [mailto:[email protected]] Sent: Wednesday, 8 November, 2017 3:05 AM To: Zhaowei Mao <[email protected]> Cc: Subversion Users <[email protected]> Subject: Re: SVN server email notification function (SMTP) and How To configure it 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
