Hi, I need Action(A or M) in pre-commit hook. I going to check file content using svnlook cat, if file contains certain string(some ******) i need to block the commit if it is add operation(Action). otherwise do nothing. thanks.
Last updated