SVN - pre-commit hook to check code formatting
- by Maulin
Hi,
We want to implement pre-commit hook in SVN to check code formatting in jsp/java files.
If the submited files do not pass the guidelines, it should not commit and indicate the lines in error.
How can we implement it? Please guide.