クルーズコントロールを使用して、svncommitプロセスを自動化しています。しかし、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...
誰かが私がどこで間違っているのかを理解するのを手伝ってくれますか...または私がいくつかの変更/構成をしなければならない場合...
みんなありがとう。
よろしく。uday