wxWidgets/misc/scripts/svn/hooks/trac-post-revprop-change.sh
Robin Dunn 8dda8dcefb working version of the trac hooks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-04-03 01:40:28 +00:00

7 lines
159 B
Bash
Executable File

#!/bin/bash
TRACHOST=/home/wxsite/domains/trac.wxwidgets.org
source $TRACHOST/.setenv
$TRACHOST/python/bin/trac-admin $TRAC_ENV changeset modified "$1" "$2"