RE: Producing a list of checked in files
"Michael Dorfman" <[email protected]> Fri, 5 Mar 2004 18:15:15 +0100
| Newsgroups | gmane.comp.version-control.sourcegear-vault.user |
|---|---|
| Message-ID | <[email protected]> |
> 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. > The way I found easiest was to use the Vault's built-in RSS feed. Point a web browser (or RSS aggregator) at: http://<YourServer>/VaultService/VaultWeb/rss2.aspx?login=<username>&pas sword=<password> and go to town. It should be trivial to write an XSLT transformation to parse the data into whatever format you'd like. I keep an eye on our checkins throughout the day using my aggregator, and have published the feed to our internal web portal so that others can see what is going on in real-time. Michael Dorfman