I cannot figure out how to get a folder and all its files and folders under a repository. The only way I can get it through command line is to get the entire repository.
Is there a way with the Command Line "GET" to get a single folder recursively from a repository ??
Jay Johnson
GET - Command Line
Moderator: SourceGear
Jay,
GET $/FolderName
There is command line client help available by typing VAULT HELP or VAULT HELPHTML.
Please let me know if you have any additional questions.
Tonya Nunn
SourceGear Support
Yes, you can get a single folder recursively without getting the entire repository. In order to do this, you need to specify the folder name and the CLC will automatically get the folder you specified recursively:Is there a way with the Command Line "GET" to get a single folder recursively from a repository ??
GET $/FolderName
There is command line client help available by typing VAULT HELP or VAULT HELPHTML.
Please let me know if you have any additional questions.
Tonya Nunn
SourceGear Support