svn-pre-commit hook in PhpStorm 2.1
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.
请先登录再写评论。
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.
请先登录再写评论。
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.