PDA

View Full Version : Get Latest Vault


Donal.Burke
06-23-2006, 07:02 AM
Hi I am using VB pro to get latest from a Vault repository. I have noticed that this proceedure can take considerable time.

If I use the vault GUI client and do a get latest from there it may take 2 - 3 mins for the operation to complete.

Performing the exact same get latest from VB and it can take a couple of hours.

Any suggestions as to what might be causeing this?

Thanks,
Donal

kinook
06-23-2006, 01:21 PM
The Vault action invokes the Vault command-line tool to perform an action on a repository. Which version of VBP and client and server version(s) of Vault are you using? Check the 'Show command-line...' checkbox on the Options tab of the Vault action, then build again. You can provide the logged command-line to SourceGear to determine why this might be slower than the GUI.

Donal.Burke
06-26-2006, 03:58 AM
I am using Visual Build Pro 6.1 with Vault server version 3.1.8 (3771) and client version 3.1.8 (3771).

The command line is as follows,
"C:\Program Files\SourceGear\Vault Client\vault.exe" -host MyHost -user XXXXX -repository MyRepository get $/MyRepository/MyFolder -makewritable -setfiletime current -destpath C:\MyRepository\MyFolder

I have posted the comand line to a source gear form

Thanks,
Donal