On Fri, 2005-05-06 at 08:59 -0400, Thomas Briggs wrote: > Is there a way to see a list of the latest changes made in CVS? I > know that I can view the list of changes made per-file, and thus far > I've been looking at the revision history for each file as I noticed > that it's updated, but it's much more convenient to have all changes > logged chronologically in a single place. I've looked through the > SQLite web site, but I can't seem to find anything like that; am I > missing it or does it just not exist? >
http://www.sqlite.org/cvstrac/timeline There is a link to this (called "timeline") on the top-right of the webpage header. The blue dots are CVS check-ins. If you do not care to see the other stuff (ticket and wiki changes) there are options at the bottom of the page to omit those things. -- D. Richard Hipp <[EMAIL PROTECTED]>