In one of our SVN client repositories, there are quite a few projects within the same repository. Now I want to check the standard coding for one of the projects using pre-commit bindings.
If I set up pre-commit, this will affect all projects (folders) in the repository, how can I call the hook script to run (check the encoding standard) only when the file is from a specific folder (or project).
UPDATE
The coding standard is intentional for Zend, and I intend to use PHPCS (PHP coding standard) to test the coding standard.
source share