source:
vendors/tutorial/hooks/pre-commit
@
10669
Last change on this file since 10669 was 10669, checked in by nicolasmartin, 6 years ago | |
---|---|
File size: 139 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | set -eu |
3 | REPOS=$1 |
4 | TXN=$2 |
5 | SCRIPT=$REPOS/hooks/svnperms.py |
6 | CONFIG=$REPOS/hooks/svnperms.conf |
7 | $SCRIPT -r $REPOS -t $TXN -f $CONFIG |
Note: See TracBrowser
for help on using the repository browser.