source: XIOS/tools/FCM/tutorial/hooks/pre-commit @ 2354

Last change on this file since 2354 was 81, checked in by ymipsl, 14 years ago

ajout FCM 1.5

File size: 144 bytes
Line 
1#!/bin/sh
2REPOS=$1
3TXN=$2
4SCRIPT=$REPOS/hooks/svnperms.py
5CONFIG=$REPOS/hooks/svnperms.conf
6$SCRIPT -r "$REPOS" -t "$TXN" -f $CONFIG || exit $?
Note: See TracBrowser for help on using the repository browser.