Review all Checkouts by Date?

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

Moderator: SourceGear

Post Reply
James

Review all Checkouts by Date?

Post by James » Tue Sep 13, 2005 7:53 am

Hello, I am wondering if Vault has the capability to look at all check out items for a specific user, and the dates they were checked out.

I can seem to search for items checked out by a specific user, but the dates they were cheched out aren't there.

Is there a way to have this information displayed?

Thank you.

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

Post by lbauer » Tue Sep 13, 2005 8:23 am

I am wondering if Vault has the capability to look at all check out items for a specific user, and the dates they were checked out.
The information is available, but not in the Search pane. You can look at Checkout properties of an individual file to see which users have the file checked out and the checkout date. But this is one file at a time.

You can also use the LISTCHECKOUTS command in the Vault Command Line Client. However, this returns checkout information for all users, not for any individual user.

If you need this information on a regular basis, you could use the Vault Client API to get the checkout list, then write a script to parse out the specific information that you need.

I'll log a feature request to add the checkout date to the Vault GUI Client search tab.
Linda Bauer
SourceGear
Technical Support Manager

James

Post by James » Thu Sep 15, 2005 9:59 am

Ah, thank you. However, I'm not sure how to run the command line client - where could I find documentation on that? Thank you.

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

Post by lbauer » Thu Sep 15, 2005 10:04 am

The command line client is included with the Vault GUI Client. For help, cd to the Vault Client directory from the command line. Type "vault help."

If you have Vault 3.1, use "vault helphtml" for an html version.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply