Re: Producing a list of checked in files
"jeff clausius" <[email protected]> Fri, 05 Mar 2004 09:34:46 -0600
| Newsgroups | gmane.comp.version-control.sourcegear-vault.user |
|---|---|
| Message-ID | <[email protected]> |
paul: have you examined / used the vault client api ( http://www.sourcegear.com/vault/downloads )? i'm not certain on what type of solution you are looking for, but using the client api, you could create your own custom app, which connects to the vault repository, and retrieves the recursive history on $ for the given time frame. you can examine the history query code found in the vaultcmdlineclient.cs file for an example. OR if you don't want to go to too much work, you could "extend" the command line client's HISTORY command to use a date range. compile your own command line client (from the client api), and then parse the xml-based output from that. jeff sourcegear *********** REPLY SEPARATOR *********** On 3/5/2004 at 11:28 AM Lawrence, Paul wrote: >We're in the process of moving over from VSS to vault but one feature we >require is the ability to generate a list of all checkins that have been >made to a repository during the day. Currently with VSS we parse the log >file to get this information. Even in debug mode the vault log however does >not store the actual file details. I have tried to use the command line >history function but this does not give me actual file names either, >instead >just returning a txid. >Is there an easy way of getting this information from vault without using >the client? > >Thanks > >Paul Lawrence >Configuration Manager >Princeton Financial Systems(UK) Ltd. >_______________________________________________ >vault-list mailing list >[email protected] >http://lists.sourcegear.com/cgi-bin/mailman/listinfo/vault-list