I am using SVNNotify to send post-commit notification messages. Sometimes I do a typo and I want to commit again but I do NOT want to bombard my users with yet another unimportant email message. So It would be nice to have a special directive to tell SVNNotify that it does NOT need to send any email this time. Something sent through the svn log message:
svn commit -m ‘Typo (_no_email_)’
So SVNNotify would parse _no_email_ and understand that it does NOT need to notify this time.
Does anyone know PERL and/or SVNNotify to perform such a hack on Notify.pm?
Thanks !!!
You can just add the following line on /usr/local/share/perl/5.10.1/SVN/Nofity.pm:
On line 1299 inside this loop: