SVN实现自动更新(Windows平台svnserver)

找版本库保存的目录,新建一个post-commit.bat文件 post-commit.bat文件内容为 @echo off "C:\Program Files\VisualSVN Server\bin\svn.exe" update "F:\www\auto_test" --username "test" --password "123456" 上面的代码使用的时候要修改一下,svn.exe的路
相关文章
相关标签/搜索