How do I make Subversion (SVN) send email on checkins? April 29, 2023 by Tarik You use the post-commit hooks. Here’s a sample Ruby script that sends an email after each commit: commit-email.rb