It would be nice to be able to specify an alternative HTML email that possibly didn't include the diff of changes, just the list of the files added, modified deleted etc.
Alternatively how about being able to ignore the diffs for added or deleted files? When we have first setup a project and added a load of files the email message can get quite large, so it would be nice to ignore the diff for added or deleted files in much the same way as the perl hook here can:
http://kobesearch.cpan.org/htdocs/SVN-Notify/SVN/Notify.html
Quote:
diff_switches
svnnotify --diff-switches '--no-diff-added'
svnnotify -w '--no-diff-deleted'
Switches to pass to svnlook diff, such as --no-diff-deleted and --no-diff-added. And who knows, maybe someday it will support the same options as svn diff, such as --diff-cmd and --extensions. Only relevant when used with with_diff or attach_diff.
I added a feature to ignore the diff for all change types.
You can enable the feature by adding:
DiffAddedFiles="false"
DiffDeletedFiles="false"
DiffModifiedFiles="false"
at the root node (subversionNotifyConfig).