服务端:http://www.visualsvn.com/server/download/
客户端: http://tortoisesvn.net/downloads.html
建立版本之后,在版本hook 新建文件:post-commit.bat
@echo on SET REPOS=%1 SET USER=%2 SET SVN="C:\Program Files\VisualSVN Server\bin\svn.exe" //程序地址 SET DIR="D:\wwwroot\" //web地址 (call %SVN% update %DIR% --username 用户 --password 密码 --non-interactive)
重要的一步:
在本地客户端建立版本工作文件夹之后,一定要将本地的.svn文件 放入web文件夹下。要不然会提示:post commit hook failed
参考:linux svn apache 同步设置
http://blog.sina.com.cn/s/blog_6021b66d0101ds94.html
时间: 2024-10-11 06:20:26