Trying to get a test-project moved over to Vault, and the whole Cruise Control thing is a little out of control. I found the relations to the nant bootstrap, but it says that this is not complete (labelling).
Does anyone have a full working set of scripts to integrate CruiseControl with Vault?
* Automatic get operations
* Labelling
* Automated change of the assemblyinfo information
???
Integration with CCNET - any news?
Moderator: SourceGear
I'm working on a post explaining how to get all of this stuff set up. The latest nant tasks (checked into vaultpub.sourcegear.com) do support labeling and fetching labels (check out the vaultlabel and vaultgetlabel tasks). I should also point out that if you do a build for every checkin, you'll be applying a label on every version. That adds up to a lot of labels.
Do you foresee any problems in a lot of labels?jeremy_sg wrote:I'm working on a post explaining how to get all of this stuff set up. The latest nant tasks (checked into vaultpub.sourcegear.com) do support labeling and fetching labels (check out the vaultlabel and vaultgetlabel tasks). I should also point out that if you do a build for every checkin, you'll be applying a label on every version. That adds up to a lot of labels.
Can you do a "cull" of old labels easily?