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/tutorial/hooks – NEMO

source: vendors/tutorial/hooks/pre-commit @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

File size: 139 bytes
Line 
1#!/bin/bash
2set -eu
3REPOS=$1
4TXN=$2
5SCRIPT=$REPOS/hooks/svnperms.py
6CONFIG=$REPOS/hooks/svnperms.conf
7$SCRIPT -r $REPOS -t $TXN -f $CONFIG
Note: See TracBrowser for help on using the repository browser.