Re: [sqlite] SQLite versions in CVS

2004-06-26 Thread John Oliva
To answer my own question for other's reference, you can view the SQLite CVStrac timeline and look at the release milestones. They have the date and time for each release. John > Thanks. What file should I reference to get the data/time for past > releases? > > John >

Re: [sqlite] SQLite versions in CVS

2004-06-25 Thread John Oliva
Thanks. What file should I reference to get the data/time for past releases? John

Re: [sqlite] SQLite versions in CVS

2004-06-24 Thread D. Richard Hipp
John Oliva wrote: Hi, How can I retrieve a previous version of SQLite (say 2.8.9) from the CVS repository? I don't see tags on the files for each released version. There are no tags. Use dates. cvs update -D '2004-01-06 02:23:45 UTC' -- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565

[sqlite] SQLite versions in CVS

2004-06-24 Thread John Oliva
Hi, How can I retrieve a previous version of SQLite (say 2.8.9) from the CVS repository? I don't see tags on the files for each released version. Thanks a bunch, John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional