@echo on
SET REPOS=%1
SET USER=%2
SET 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 ) 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就可以了。

最新文章

  1. <总结>delphi WebBrowser控件的使用中出现的bug
  2. javascript_core之正则、Math、Date
  3. 【行业交流】2016 TiD质量竞争力大会——移动互联网测试到质量的转变之路
  4. 设计模式总结篇系列:观察者模式(Observer)
  5. Android 正则表达式
  6. HBase之过滤器
  7. java静态变量、静态方法和静态代码段
  8. jQuery Mobile 开发中常见的问题
  9. 神经网络指南Hacker's guide to Neural Networks
  10. Jqgrid入门-Jqgrid列数据拖动(七)
  11. C#通过DllImport引入dll中的C++非托管类(转)
  12. 注册DLL,Unregister DLL
  13. Python3基础1
  14. word 添加文本框
  15. linux 压缩文件或文件夹
  16. Python模块——PrettyTable 模块
  17. RTSP为什么VLC播放器无法播放
  18. SSL和TLS协议的区别
  19. 将flex页面嵌入到jsp页面中
  20. [JS前端开发] js/jquery控制页面动态载入数据 滑动滚动栏自己主动载入事件

热门文章

  1. jQuery获取margin-top和padding-top的值
  2. PAT 1049. 数列的片段和(20)
  3. Compiler Error Message: CS0016: Could not write to output file 回绝访问
  4. Sort Colors
  5. [LeetCode] Basic Calculator II 基本计算器之二
  6. [LeetCode] Count and Say 计数和读法
  7. asp.net webservice返回json问题
  8. 1.ios synthesize有什么作用
  9. ES6深入学习记录(二)promise对象相关
  10. SpringMVC org.xml.sax.SAXParseException: cvc-complex-type.2.4.c 报错处理方式