我正在使用巡航控制来自动化 svn 提交过程。但是 svn commit 命令的执行恢复了我从工作副本中删除的文件。
我正在做的事情是。
1. delete some files in my working copy.( no. of files in my WC is less than no. of files in repository)
2. execute svn command using cruise control.
<exec executable="svn.exe">
<buildArgs>ci -m "test msg" --no-auth-cache --non-interactive</buildArgs>
<buildTimeoutSeconds>1000</buildTimeoutSeconds>
</exec>
result: the deleted files are restored in my WC...
有人可以帮我弄清楚我哪里出错了......或者我是否必须做一些更改/配置......
谢谢大家。
问候。乌代