Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-07-21 08:41
0.3

Una prueba de RejectTabs ha sido añadido. Esta comprobación analiza un conjunto de archivos (haciendo caso omiso de los archivos binarios) y rechaza cualquier archivo que contiene fichas principales.
Tags: Minor feature enhancements
A RejectTabs test has been added. This check parses a given set of files (ignoring binary files) and rejects any file that contains leading tabs.

2008-07-16 16:21
0.2.1

Esta versión corrige un par de errores. Un error en la comprobación de pylint que hizo pasar el control a pesar de que no fue corregido. El "Pylint.ConfigFile" opción de configuración fuera opcional, y una pylintrc por defecto será usada si no lo especifica. Un error en el módulo de transacción que devuelve un archivo vacío cuando se llama a getFile () más de una vez se haya fijado. Un error en el módulo de transacciones para evitar un punto muerto al recibir archivos de gran tamaño se haya fijado. El SVNChecker se hizo compatible con Python 2.4.
Tags: Major bugfixes
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.

2008-03-12 13:36
0.2

Las interfaces para efectuar el control o el controlador se cambiaron. De la transacción y las clases de configuración han sido mejoradas. Muchos de los controles se han intensificado. Nuevos controles se han añadido, incluida la verificación y CaseInsensitiveFilenameClash. La configuración ahora es compatible con un sistema de archivo de todo lo que puede definir opciones de configuración que se fijan para todos los repositorios instalados. Si desea utilizar el directorio hooks en el archivo de configuración, usted ahora puede usar% GANCHOS%, lo que automáticamente será sustituido.
Tags: Minor feature enhancements
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.

2008-02-10 02:48
0.1.2

Esta versión corrige un error con espacios en la ruta y nombres de archivo.
Tags: Minor bugfixes
This release fixes a bug with spaces in path and
file names.

2007-09-23 23:38
0.1.1

Tags: Minor bugfixes

Project Resources