views:

44

answers:

3

Hi guys, I was wondering if there is anyway that NANT would do a force checkout from source control or force checkin even if there is newver version in source control.

Urgent help required

A: 

I not an nant guy, but could you explain what is the purpose of it?

Forcing checkin automatically looks to me like a bad idea - if I modified file by mistake I don't want it to be automatically checking without my innervation.

dimba
A: 

I assume you want to circumvent the normal CruiseControl.Net checkout mechanism? You will have to execute the source control command line yourself, or use something like NAntcontrib.

Please specify what source control engine are you using.

skolima
A: 

If you were using a CruiseControl.NET source control block then you could specify cleanCopy="true" to delete the working copy before updating the source.

Trevor