ccnet repository not updated

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
nroberts
Posts: 12
Joined: Thu Jul 27, 2006 10:36 am

ccnet repository not updated

Post by nroberts » Thu Aug 03, 2006 12:08 pm

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?

nroberts
Posts: 12
Joined: Thu Jul 27, 2006 10:36 am

Post by nroberts » Thu Aug 03, 2006 12:20 pm

needed to set autoGetSource to true.

Post Reply