Page 1 of 1

Need to Retrieve Newly Checked-In Source Files

Posted: Wed Oct 15, 2008 7:59 am
by seeker
Hi,

I need to retrieve source files from a repository that have been checked-in between a date range. Is there any example code that will demonstrate how to do this?

Here's the kicker - my company has v3.1.5 (yes, a source of angst for us developers) installed so I cannot use the latest API.

Also, do you know where I can download the SDK for v3.1.5?

Thanks!

Linda

Re: Need to Retrieve Newly Checked-In Source Files

Posted: Wed Oct 15, 2008 2:58 pm
by lbauer
you can get the Vault client API for 3.1.9 at this link -- it should work with 3.1.5, or you could upgrade to at least 3.1.9, which would be a free upgrade for you.

http://www.sourcegear.com/vault/downloads2.html

You might also be able to do what you need with a commandline client:
http://support.sourcegear.com/viewtopic.php?t=450

This functionality is built into the command line client in the later versions of Vault.

Re: Need to Retrieve Newly Checked-In Source Files

Posted: Wed Oct 15, 2008 4:52 pm
by seeker
Hi Linda B,

Thanks so much for the links! I'll check it out in more detail when I'm back at work in the a.m. :-)

Linda K

Re: Need to Retrieve Newly Checked-In Source Files

Posted: Fri Oct 17, 2008 7:31 am
by lbauer
I can't recall if we had this feature in Vault 3.1.5, but in later versions of Vault, you can do a history query with Show History on a folder, and filter by actions , users, and dates and labels. You can also save that query as a .csv or . txt file with the File->Save All Results command in History Explorer.