Checking in NCover tool into source control

Checking in NCover tool into source control

I'm upgrading from NCover 1x to 2.1. Under 1x I have the NCover tool and supporting dll's checked into source control along side the project that coverage reports are generated.

Is there a way to achieve the same with 2.1 given that the target machine must have an installed license?

Thanks Christian


RE: Checking in NCover tool into source control

I am also interrested in this. I have all my tools checked into subversion source control and recently purchased v2.1 and would like to do the same for NCover.

Regards, Robert


RE: Checking in NCover tool into source control

just copy the NCover 2.1 binaries from the install directory to your source control path and add them to version control. you will have to re-register the library on each new machine you use NCover on. i.e. run 'regsvr32 NCover.Lib.x86.dll' from the NCover checkout dir, and I suggest cleaning up your PATH environment variable, since the NCover install places "C:\ Program Files\NCover" on the path.

Stephen


RE: Checking in NCover tool into source control

Thanks for the assist