VisualSVN 钩子脚本实现网站自动更新
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VisualSVN 钩子脚本实现网站自动更新相关的知识,希望对你有一定的参考价值。
一、环境
说明:
(1)服务器端除了装VisualSVN Server服务器端外,另外再装TortoiseSVN
(2)服务器端和客户端都checkout 下目录
(3)注意:自动发布的钩子脚本,不支持https
一、配置
找到需要同步的代码库编辑Post-commit hook脚本:
编辑内如:(替换其中的用户名及密码,D:\wwwroot为网站根目录)
"C:\Program Files\VisualSVN Server\bin\svn.exe" update "D:\wwwroot" --non-interactive --trust-server-cert --no-auth-cache --username username --password password6a
本文出自 “Mr-G运维知识库” 博客,请务必保留此出处http://xpstack.blog.51cto.com/2973026/1923059
以上是关于VisualSVN 钩子脚本实现网站自动更新的主要内容,如果未能解决你的问题,请参考以下文章
Windows下配置Visualsvn Server时需要注意的几点事项