Due to some issues with our mailserver we have lost a few svn commit emails.
Is there a way to manually send emails for those missed svn commits?
I tried the following
COMMIT_EMAIL="/usr/share/doc/subversion-1.6.11/tools/hook-scripts/commit-email.pl"
perl $COMMIT_EMAIL --revprop-change <REPO> <REV> test test --from svnadmin@example.com -r recipient@example.com
But this returns 0 exit code and emails are not getting triggered.
For commit emails you should just be able to run the hook script itself manually: