Since there is no search command within Vault that will search all the files in a repository for a string, I figured that dumping the all the folders to a local drive was the answer. What's the best way to do this?
Tom
Best way to dump an entire repository
Moderator: SourceGear
The absolute easiest way to get the latest version of every file is to issue the following command for the command line client.
This will fetch only the latest version of every file. Remove the -destpath c:\path\to\put\files parameters to fetch to the regular working folder.
Code: Select all
"c:\program files\sourcegear\vault Client\vault.exe" -host HOSTNAME -user VAULTUSERNAME -password VAULTUSERPASSWORD -repository "Repository Name" -destpath c:\path\to\put\files get $