From: <jw...@ut...> - 2006-03-01 02:35:41
|
The team here at Neumont is looking to implement a set of modules to allow us to run regression hunts on the SQLite source. At this point the most challenging part looks to be determining changesets in CVS. I have started looking at information on how to get the revision history for the files in the project. I'm wondering if anyone can point me to a resource, and ideally some code that simplifies the task. Right now it looks like its going to be a painstaking process of parsing the output of the CVS commands. It also seems likely that is a duplication of efforts, since other applications access and display this information already. Jeremy Wilde |