How to do Folder Get from a Set Date or Label

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
jkonline
Posts: 33
Joined: Mon Mar 23, 2009 7:03 am

How to do Folder Get from a Set Date or Label

Post by jkonline » Mon Sep 07, 2009 7:33 am

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

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: How to do Folder Get from a Set Date or Label

Post by lbauer » Tue Sep 08, 2009 8:59 am

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
Linda Bauer
SourceGear
Technical Support Manager

jkonline
Posts: 33
Joined: Mon Mar 23, 2009 7:03 am

Re: How to do Folder Get from a Set Date or Label

Post by jkonline » Wed Sep 09, 2009 1:58 am

Thanks

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: How to do Folder Get from a Set Date or Label

Post by lbauer » Wed Sep 09, 2009 6:54 am

Hope it helps.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply