svnnotify commits for trunk only

SvnNotify commits Emails about commits in SVN can be sent using svnnotify. Our system was set to send emails whenever there was any change to our repository. Our repository consisted of tags, trunk and branches. To make that happen, here’s what our <svn-repo>/hooks/post-commit file looked like: REPOS=”$1″ REV=”$2″ HANDLER=”HTML::ColorDiff” TO=”[email protected],[email protected]” FROM=”[email protected]” REPLY=”[email protected]” /usr/bin/svnnotify -C -H […]