VisualSVN钩子设置

来源:互联网 发布:centos命令大全 编辑:程序博客网 时间:2024/06/07 13:25
SET REPOS=%1
SET USER=%2
SET SVN="D:\Program Files\VisualSVN Server\bin\svn.exe"
SET DIR="D:\website\project1"

(call %SVN% update %DIR% --username admin --password 123456 --non-interactive)



VisualSVN默认是使用HTTP Server连接



0 0