Check-out all latest versions
Moderator: SourceGear
-
- Posts: 3
- Joined: Tue Mar 06, 2007 9:41 am
Check-out all latest versions
I am using SourcGear Vault Client Version 3.5.1
Is there an easy way to check-out all the latest versions of files of all the repositories within the vault at once instead of manually checking each file?
Maybe a tool in SourceGear I am unaware of, a command prompt, or VB script?
Thanks!
Is there an easy way to check-out all the latest versions of files of all the repositories within the vault at once instead of manually checking each file?
Maybe a tool in SourceGear I am unaware of, a command prompt, or VB script?
Thanks!
-
- Posts: 3
- Joined: Tue Mar 06, 2007 9:41 am
I understand that, but is there a way to do this over a number of repositories?lbauer wrote:You can right-click on a folder and checkout the folder. Note: checking out a large number of files can impede Vault performance. For best results, you should only checkout the files you need to work on.
I have 3 repositories that do not hold many files each, but it's a pain to switch between them and check out each folder.
Any suggestions?
You could use the Vault Command Line Client to write a batch file that runs commands in sequence to do the checkout from each repository.
To use the CLC, cd to the Vault Client directory and type "Vault Help."
You can also get HTML help online:
http://download.sourcegear.com/misc/vau ... nt/clc.htm
To use the CLC, cd to the Vault Client directory and type "Vault Help."
You can also get HTML help online:
http://download.sourcegear.com/misc/vau ... nt/clc.htm
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
-
- Posts: 3
- Joined: Tue Mar 06, 2007 9:41 am
Thank you, I have it checking out each folder now. Is there a way to simplify the code so that I log in only once at the top of my batch file so that I dont have to keep writing -server -name - password ??lbauer wrote:You could use the Vault Command Line Client to write a batch file that runs commands in sequence to do the checkout from each repository.