#!/bin/sh
REPOS=$1
TXN=$2
SCRIPT=$REPOS/hooks/svnperms.py
CONFIG=$REPOS/hooks/svnperms.conf
$SCRIPT -r "$REPOS" -t "$TXN" -f $CONFIG || exit $?
