SVN提交的批处理
答
cd <working directory>
svn commit -m "your comment"
答
默认情况下,check in/commit将提交全部更改的文件:
$ svn ci -m "Finally fixed the bug that caused the printer to erupt into flames"
这很好。但我不在哪里写这个脚本?我可以写入.bat文件吗? – uzay95 2010-03-23 13:36:24