Users notification about subversion commits(the most scallable way).

1. Get http://svn.apache.org/repos/asf/subversion/trunk/tools/hook-scripts/mailer/mailer.py and
put into "REPO"/hooks.
2. Get http://svn.apache.org/repos/asf/subversion/trunk/tools/hook-scripts/mailer/mailer.conf.example and put as "REPO/mailer.conf"
3. Modify mailer.conf for your needs.
4. mv "REPO"/hooks/post-commit.tmpl "REPO"/hooks/post-commit
5. Add to post-commit:
$REPOS"/hooks/mailer.py commit "$REPOS" $REV "$REPOS"/mailer.conf"

Comments