How do I set up commit email notifications?
tl;dr
On the repository page, add email addresses under Notify on commit — each commit will trigger a notification with the changed files and diff.
You can configure the repository to send email notifications for every revision:
- Go to Repositories and click on the repository you want to configure
- In the Notify on commit section, type an email address and press Enter to add it
- Repeat for each email address you want to notify
- Click Save
To remove an email address, click the Remove button next to it.
Once configured, the SVN server will send a notification for each revision, including the list of changed files and diff contents.