Hi Cesar, you can find what you are seeking in the CVS repository:
1) log in as anonymous: cvs -d :pserver:[EMAIL PROTECTED]:/sqlite login password: anonymous 2) checkout the current version cvs -d :pserver:[EMAIL PROTECTED]:/sqlite checkout sqlite 3) Enter the sqlite directory: cd sqlite 4) Update to something that was prior to 2.0. Since 2.0 was started on or around 2001-09-16, the following will work: cvs update -D '2001-09-01' . Notice the dot at the end. HTH Ulrik Petersen http://emdros.org -- Emdros is a corpus query system Cesar Rodas wrote: > I just try-out on http://www.sqlite.org/sqlite-1.0.18.tar.gz and doesn't > work... please if any body have the source.. I really need it.. thanks to > all > > On 02/02/07, Cesar Rodas <[EMAIL PROTECTED]> wrote: >> >> I am wondering if there is a place on the net that I could download all >> the >> version of sqlite? >> I mean sqlite v1.x.x, sqlite v2.x.x >> >> I really want the 1.x.x becouse the code is easier to understand, and is >> simplest that the sqlite3 >> >> >> -- >> Cesar Rodas >> http://www.sf.net/projects/pagerank (The PageRank made easy...) >> http://www.sf.net/projects/fastfs ( The Fast File System) >> Mobile Phone: 595 961 974165 >> Phone: 595 21 645590 >> [EMAIL PROTECTED] >> [EMAIL PROTECTED] >> >> > > ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------