I am attempting to use CruiseControl.NET to integrate the vault and build on check-in. It will currently notice changes and run a build, but the build tree is not updated by vault during this process. The files are unchanged by the checkin.
I can run the vault GUI client and manually run a getlatest command and this will update the tree. Next time I trigger the build it builds and changes are there....but ccnet will not pick them up on its own with the vault.exe command line program.
Version info I can find:
ccnet: 1.1.0.2433
vault: 3.1.9.3798
configuration of ccnet:
<sourcecontrol type="vault">
<executable>C:\Program Files\SourceGear\Vault Client\vault.exe</executable>
<username>BUSER</username>
<password>BPASS</password>
<host>VSERV</host>
<repository>Default Repository</repository>
<folder>$/SUBFOLDER</folder>
<ssl>false</ssl>
<useWorkingDirectory>true</useWorkingDirectory>
<workingDirectory>c:\build</workingDirectory>
</sourcecontrol>
Any ideas?
ccnet repository not updated
Moderator: SourceGear