How do I get only files changed in a folder since a certain date or label.
I can see how to get the history for this but can then not get all the files in one go?
Thanks
How to do Folder Get from a Set Date or Label
Moderator: SourceGear
Re: How to do Folder Get from a Set Date or Label
There isn't a built-in way to do this.
You could do a get of the folder as of a particular date or label to a non-working folder, and do a get latest to another folder, then compare the two folders with diff tool to see what changed. You can also use the command line client History command to get a list of all files committed since a particular date. Then you'd need to write a command to Get each of those files. To see Vault Command Line Client Help, cd to the Vault Client directory from a command prompt and type vault help (or vault helphtml for help in html format).
One user used Beyond Compare to move files after a diff:
http://support.sourcegear.com/viewtopic ... 1005#31005
You could do a get of the folder as of a particular date or label to a non-working folder, and do a get latest to another folder, then compare the two folders with diff tool to see what changed. You can also use the command line client History command to get a list of all files committed since a particular date. Then you'd need to write a command to Get each of those files. To see Vault Command Line Client Help, cd to the Vault Client directory from a command prompt and type vault help (or vault helphtml for help in html format).
One user used Beyond Compare to move files after a diff:
http://support.sourcegear.com/viewtopic ... 1005#31005
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Re: How to do Folder Get from a Set Date or Label
Hope it helps.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager