I am trying to implement a pre-commit subversion hook which looks for a pattern in the commit comment? Any pointers on how to do this? Like whenever someone tries to check in a file, I want to look for the word 'ABCD' in the comment they have entered along with forcing them to enter a comment. I found a similar question here Is there a way to block SVN commits unless they have a certain description in the commit description window using a hook?
but there are no answers to that one either.