On Sat, May 10, 2008 at 4:38 AM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> where do I find the latest sqlite2 tarball ?

If you have a cvs client:

(from http://www.sqlite.org/download.html)

All SQLite source code is maintained in a CVS repository that is
available for read-only access by anyone. You can interactively view
the repository contents and download individual files by visiting

    http://www.sqlite.org/cvstrac/dir?d=sqlite.

To access the repository directly, use the following commands:

    cvs -d :pserver:[EMAIL PROTECTED]:/sqlite login
    cvs -d :pserver:[EMAIL PROTECTED]:/sqlite checkout sqlite

When the first command prompts you for a password, enter "anonymous".

To access the SQLite version 2.8 sources, begin by getting the 3.0
tree as described above. Then update to the "version_2" branch as
follows:

    cvs update -r version_2
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to