From 127b844f0058f2a5cb89b2097b9e5a410c57fc8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 5 Jun 2013 17:21:46 +0200 Subject: [PATCH] htdocs: added info about commit hook scripts for TortoiseSvn and Mercurial to the clients section --- htdocs/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/index.php b/htdocs/index.php index e517b81b0..1b8e3fbff 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -73,6 +73,8 @@ as a plugin for your favorite IDE:

  • gedit - gedit plugin
  • Hudson - Cppcheck Plugin
  • Jenkins - Cppcheck Plugin
  • +
  • Tortoise SVN - Adding a pre-commit hook script
  • +
  • Mercurial - Adding a pre-commit hook script
  • There is no plugin for Visual Studio, but it is possible to add Cppcheck as an external tool. You can also try the proprietary PVS-Studio (there is a free trial), which is oriented for this environment. A comparison of Cppcheck and PVS-Studio can be found here and we believe it's a good and honest comparison.