mdserver-web/plugins/csvn/hook/post-commit.tpl

12 lines
144 B
Smarty
Executable File

#!/bin/bash
REPOS="$1"
REV="$2"
TXN_NAME="$3"
REPOS_NAME=${REPOS##*/}
sh -x $REPOS/hooks/commit $REPOS_NAME $REV $TXN_NAME 2>$REPOS/sh.log