SVNChecker 0.2 (Default branch) |
|
|
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:
The interfaces to implement a Check or Handler were changed. The Transaction and Config classes have been improved. A lot of checks have been enhanced. New Checks were added, including Checkout and CaseInsensitiveFilenameClash. The configuration now supports a system-wide file which can define configuration options which are fixed for all installed repositories. If you want to use the hooks directory in the configuration file, you can now use %HOOKS%, which will automatically be replaced.
|