I have a few CC.NET build servers setup that are currently pulling code from Vault.
Will I have to do anything other than updating the Vault clients on the build machines?
Here is the entry from my CCNet.config file:
Code: Select all
<sourcecontrol type="vault" autoGetSource="true" applyLabel="false">
<executable>c:\program files\sourcegear\vault client\vault.exe</executable>
<username>builduser</username>
<password>password</password>
<host>vaulturl.com</host>
<repository>Project</repository>
<folder>$/Project</folder>
<ssl>false</ssl>
<useWorkingDirectory>true</useWorkingDirectory>
<workingDirectory>C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\\CSBS2</workingDirectory>
<cleanCopy>false</cleanCopy>
</sourcecontrol>
Also ... when upgrading clients, do I have to remove the old client, or does the install take care of everything?
Same question for upgrading the Admin Tool.