@echo 开始批量提交
call "C:Program FilesTortoiseSVNinsvn.exe" commit -m "test add test" "要提交的文档的所在路径"
echo 提交完成,自动退出
exit
注:
C:Program FilesTortoiseSVNinsvn.exe 为svn.exe所在路径(根据个人情况修改)
test add test 随便写即可
@echo 开始批量提交
call "C:Program FilesTortoiseSVNinsvn.exe" commit -m "test add test" "要提交的文档的所在路径"
echo 提交完成,自动退出
exit
注:
C:Program FilesTortoiseSVNinsvn.exe 为svn.exe所在路径(根据个人情况修改)
test add test 随便写即可