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

13 lines
168 B
Smarty
Raw Normal View History

2018-12-13 04:09:23 -05:00
#!/bin/bash
REPOS="$1"
REV="$2"
TXN_NAME="$3"
REPOS_NAME=${REPOS##*/}
2018-12-13 05:20:27 -05:00
WEB_DIR={$PRJOECT_DIR}/wwwroot/$REPOS_NAME
SVN_PATH=http://127.0.0.1:{$PORT}/svn/$REPOS_NAME