Screenshot
SVNChecker is a framework for Subversion
pre-commit hooks in order to implement checks of
the to-be-committed files before they are
committed. For example, you can check for the code
style or unit tests. The output of the checks can
be send by mail, written to a file, or simply
printed to the console.


License: The Apache License 2.0


Changes:
This release fixes a couple of bugs. A bug in the pylint check that made the check pass although it failed was fixed. The “Pylint.ConfigFile” configuration option was made optional, and a default pylintrc will be used if you don’t specify it. A bug in the transaction module that returned an empty file when calling getFile() more than once was fixed. A bug in the transaction module to avoid a deadlock when receiving big files was fixed. The SVNChecker was made compatible with Python 2.4.