RE: RE: Producing a list of checked in files

"James Geurts" <[email protected]> Fri, 5 Mar 2004 13:07:08 -0500
Newsgroups gmane.comp.version-control.sourcegear-vault.user
Message-ID <[email protected]>
Also, you might want to look into continuous integration tools.  You could
just setup one to monitor the Vault server.  I know with Draco.Net, it
allows you to specify time intervals, etc to monitor specific
repositories/folders.  You can just omit the part that performs builds, if
that doesn't suit your needs.  

If you are interested in using Draco.Net with vault, shoot me an email.  I
have some code that integrates Vault with Draco.Net.

Jim


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Michael Dorfman
Sent: Friday, March 05, 2004 12:15 PM
To: [email protected]
Subject: [vault-list] RE: Producing a list of checked in files

  
> 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

_______________________________________________
vault-list mailing list
[email protected]
http://lists.sourcegear.com/cgi-bin/mailman/listinfo/vault-list