SVN commit using cruise control

Posted by pratap on Stack Overflow See other posts from Stack Overflow or by pratap
Published on 2010-03-26T07:39:02Z Indexed on 2010/03/26 7:43 UTC
Read the original article Hit count: 424

hi all, can any one tell how to tell svn that these files are to be deleted from repository through command line.


i am using cruise control to automate the svn commit process. but the execution of svn commit command restores the files which i deleted from my working copy.

the way i am doing is.

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...

Can someone help me in figuring out where i have gone wrong... or if i have to do some changes / configurations...

thank u all.

regards. uday

© Stack Overflow or respective owner

SVN commit using cruise control

Posted by pratap on Stack Overflow See other posts from Stack Overflow or by pratap
Published on 2010-03-26T06:53:02Z Indexed on 2010/03/26 7:13 UTC
Read the original article Hit count: 424

Filed under:
|
|

hi all, i am using cruise control to automate the svn commit process. but the execution of svn commit command restores the files which i deleted from my working copy.

the way i am doing is.

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...

Can someone help me in figuring out where i have gone wrong... or if i have to do some changes / configurations...

thank u all.

regards. uday

© Stack Overflow or respective owner

Related posts about visual

Related posts about visualsvn-server