source: genesis/tools/svn-hook/pre-commit@ 7300

Last change on this file since 7300 was 7300, checked in by rick, 15 years ago

genesis-stop-stupid-people-from-committing-errors-pre-commit-hook

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 158 bytes
Line 
1#!/bin/sh
2# $Id: pre-commit 7300 2009-12-02 20:22:31Z rick $
3BASEDIR=`dirname $0`
4
5REPOS="$1"
6TXN="$2"
7
8$BASEDIR/genesis-check.sh $REPOS $TXN || exit 1
9
10# All checks passed, so allow the commit.
11exit 0
Note: See TracBrowser for help on using the repository browser.