On Sat, Jan 5, 2013 at 12:36 AM, <[email protected]> wrote: > Author: breser > Date: Sat Jan 5 08:36:14 2013 > New Revision: 1429235 > > URL: http://svn.apache.org/viewvc?rev=1429235&view=rev > Log: > Add validate-files.py, a python pre-commit hook-script that runs commands and > rejects commits if the command does not exit with a 0 exit code. > > * tools/hook-scripts/validate-files.py: The hook-script itself. > > * tools/hook-scripts/validate-files.conf.example: Example conf file. > > Added: > subversion/trunk/tools/hook-scripts/validate-files.conf.example > subversion/trunk/tools/hook-scripts/validate-files.py (with props)
Before someone else points it out there are further Python 3 incompatibilities in the script. I'll clean these up soon.
