svn钩子

阅读更多

window
钩子例子
post-commit.bat

"D:\Program Files (x64)\TortoiseSVN\bin\svn.exe" update "D:\wwwroot\php\www.missy-club.com" --quiet --username 账号 --password 密码

 

linux
钩子例子
post-commit文件内容如下

export LANG=zh_CN.UTF-8
WEB=/home/vhost
svn update $WEB --username user --password passwd >> /home/vhost/svn_update.log

 

你可能感兴趣的:(svn,钩子)