The svnmailer is a tool that is usually called by a subversion hook to submit commit notifications in various ways (at the moment: mail via SMTP or a pipe to a sendmail like program, news via NNTP, or CIA live tracker notification via XML-RPC). It is derived from the original mailer.py distributed with subversion, but should be much more consistent, more extensible, and have many more features.
| Tags | Software Development Version Control Subversion Systems Administration Utilities |
|---|---|
| Licenses | Apache 2.0 |
| Operating Systems | Windows Windows Windows POSIX |
| Implementation | Python |
Recent releases


Changes: This release enables the possibility to send mails as BCC and allows cia_rpc_server to be configured per notification group.


Changes: This release fixes a Unicode error that crashed the mailer if the common prefix of the files in the subject line contained non-ASCII characters.


Changes: This release fixes a bug which posted full content diffs instead of just noticing the property changes even if configured to do only the latter.


Changes: This is the first development release towards the 1.1.0 version. A lot of code has been refactored, and it's not finished yet. The testing framework has been improved, and the test suite has been extended. User visible changes include more built-in repository browser URL generators and the new --background command line option. A man page for the svn-mailer script, some sample configurations, and hook scripts were added. The documentation is now installed by default.


Changes: This release fixes a nasty typo which was introduced in version 1.0.4 and effectively made multipart mails unusable.