svn-pre-commit hook in PhpStorm 2.1 Follow
Is there a way to use svn-pre-commit hook like this: http://pear.php.net/manual/ru/package.php.php-codesniffer.svn-pre-commit.php in PhpStorm?
Thanks.
Please sign in to leave a comment.
Is there a way to use svn-pre-commit hook like this: http://pear.php.net/manual/ru/package.php.php-codesniffer.svn-pre-commit.php in PhpStorm?
Thanks.
Please sign in to leave a comment.
Probably I don't understand your question. But pre-commit hooks are executed on svn server, not on your pc.
Phpstorm will use pre-hooks if they exists, but only if the repository is local.