SVNnotify post-commit hook
For example, the post-commit hook for the repository named "repos"
is
pacific# cat /home/svn/repos/hooks/post-commit
is
#!/bin/sh REPOS="$1" REV="$2" /usr/local/bin/svnnotify -r $REV -C -d -H HTML::ColorDiff -p $REPOS -t staff@lists.textdrive.com --from jason@textdrive.com --reply-to staff@lists.textdrive.com