R – CruiseControl.net and svn checkout

cruisecontrol.netsvn

I am able to get cruisecontrol working with svn. What I am trying to do is that when cruisecontrol detects a change in the repository then it deletes everything inside my working directory and then checks out the entire project again. I am not sure how I can do that. Seems like cruisecontrol automatically updates the working directory when there is and update in the repository ,but it doesn't remove extra files(like bin file) before it updates the directory.

Thanks

Best Answer

In your ccnet.config file does your source control block contain the cleanCopy item? To delete everything in the working directory make sure cleanCopy is set to "true"

Hope this helps.