This application goes in the
epohooks folder and hooks the post-commit template. It is similar to the many such scripts available for Linux. Gmail is used as a SMTP client to send the emails using an email list in the hooks folder. Works fine with the CollabNet subversion server. Extremely simple (~100 lines.)
emailer-options.txt determines the email list. Use "name:
" to set the project name
that will appear in the subject line. Use multiple "to:person@email.com" lines to add recipients.
A valid gmail login is necessary (or a login to any other SMTP server.) A default login is included
in the executable, you will need to recompile your own version to change this.
To install:
Compile post-commit.exe or use the provided executable.
Copy it to your hooks folder (ex. C:csvndata
epositorieshooks for CollabNet.)
Copy and configure emailer-options.txt to the same directory.