首页 > 代码库 > svn post-commit 同步
svn post-commit 同步
@echo onSET REPOS=%1SET USER=%2SET SVN="D:\Program Files\VisualSVN Server\bin\svn.exe"SET DIR="D:\wwwroot\static"(call %SVN% update %DIR% --username fabu1 --password fabu12016 --non-interactive --trust-server-cert)
遇见问题
post-commit hook failed (exit code 1) with output:svn: E170013: Unable to connect to a repository at URL ‘https://139.196.109.0/svn/qianduan/net‘svn: E230001: Server SSL certificate verification failed: certificate issued for a different hostname, issuer is not trusted
问题在于服务器被从域中移了出来,visual svn server的certificate issuer还是和域的域名相关联,更改为本机IP就可以了。
svn post-commit 同步
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。