Re: [sqlite] sqlite2 download ?

2008-05-10 Thread [EMAIL PROTECTED]
Thanks Keith,

found them here: http://www.sqlite.org/sqlite-source-2_8_17.zip



On Sat, 10 May 2008 07:08:44 -0700
"Keith Goodman" <[EMAIL PROTECTED]> wrote:

> 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
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] sqlite2 download ?

2008-05-10 Thread Keith Goodman
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


[sqlite] sqlite2 download ?

2008-05-10 Thread [EMAIL PROTECTED]
Hi All,

where do I find the latest sqlite2 tarball ?


Thanks for supporting,
Mike
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users