Mail Notification

Mail notification on commit can be activated individually for repositories by its owner.

Configuration

A mailer.conf file in the repositories top-level svnadmin folder (https://svn.inf.ethz.ch/svn/<group>/<repository>/svnadmin/mailer.conf) configures notification.

All the possible options are explained within the example mailer.conf file below.

Example

[repo-notification-trunk]
# Only report changes in trunk
# Use the relative path from the repository root directory
for_paths=trunk/

# From address of the commit emails
from_addr=myself@maildomain.tld

# One or more addresses, separated by whitespace (no commas).
to_addr=recipient@maildomain.tld

[repo-notification-tag]
# Only report changes in tag
for_paths=tag/

# From address of the commit emails
from_addr=myself@maildomain.tld

# One or more addresses, separated by whitespace (no commas).
to_addr=announce@list.maildomain.tld

Page URL: https://isg.inf.ethz.ch/bin/view/Main/ServicesVersionControlSubversionMailNotification
2024-03-29
© 2024 Eidgenössische Technische Hochschule Zürich