R – CruiseControl.Net Deleted Files

cruisecontrol.netvisual-sourcesafe

I'm using CC.net on against a Source Safe database, and have a problem that someone deleted some files from the database, and the deleted files weren't removed. I didn't see a config switch or anything that I could set for it to clear the code directory prior to building.

Am I missing something?

Best Answer

All you need to do is set CleanCopy to true in your source control block. The documentation is very clear on this. The above answer is the wrong way.

Related Topic