SVN - pre-commit hook to check code formatting

Posted by Maulin on Stack Overflow See other posts from Stack Overflow or by Maulin
Published on 2010-03-09T09:32:25Z Indexed on 2010/03/09 9:36 UTC
Read the original article Hit count: 519

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about svn

Related posts about hooks