【发布时间】:2010-12-15 17:42:13
【问题描述】:
我正在使用巡航控制来自动化 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...
有人可以帮我找出哪里出错了...或者我是否必须进行一些更改/配置...
谢谢大家。
问候。 乌代
【问题讨论】:
标签: svn cruisecontrol.net cruisecontrol