新建post-commit.bat脚本
内容如下:
@echo off
"C:\Program Files\VisualSVN Server\bin\svn.exe" cleanup "D:\wwwroot\ThinkCMF""C:\Program Files\VisualSVN Server\bin\svn.exe" update "D:\wwwroot\ThinkCMF" --username lmm --password lmm
本文介绍了一个用于SVN版本控制系统中的post-commit.bat脚本配置案例。该脚本可以执行清理工作并更新指定目录下的ThinkCMF项目。通过使用此脚本,可以在提交更改后自动执行一些必要的清理和更新操作。
新建post-commit.bat脚本
内容如下:
@echo off
"C:\Program Files\VisualSVN Server\bin\svn.exe" cleanup "D:\wwwroot\ThinkCMF"
被折叠的 条评论
为什么被折叠?