New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
pre-commit in vendors/fcm/current/tutorial/hooks – NEMO

source: vendors/fcm/current/tutorial/hooks/pre-commit @ 1977

Last change on this file since 1977 was 1977, checked in by flavoni, 14 years ago

importing fcm vendor

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.