On Mon, 7 Nov 2005, Manuel Enache wrote:

>Can anyone provide me sqlite 2.0? I've tried with CVS
>and I discovered that I don't know how to use CVS to
>revert to an older version and I'm not too good at
>compiling sources.


Log in to CVS, with anonymous access:
http://www.sqlite.org/download.html#cvs

Get the source:
$ cvs -d :pserver:[EMAIL PROTECTED]:/sqlite co -D '2001-11-03 23:59:59 UTC' 
sqlite

This will create a directory sqlite, with the source as of the 2.0.8
release described by this milestone:
http://www.sqlite.org/cvstrac/chngview?cn=462

If you don't have CVS, then I've tarred up the source here:
http://www.thewrongchristian.org.uk/misc/sqlite-2.0.8.tar.gz


>
>Thanks in advance!
>
>--- [EMAIL PROTECTED] wrote:
>
>> Manuel Enache <[EMAIL PROTECTED]> wrote:
>> > I'm 100% sure that the file i am trying to access
>> is
>> > the file that containes the database.
>> >
>> > Any ideeas? I don't have any...
>>
>> The SQLite database file format changed going from
>> version 2.0
>> to version 2.1 (a change which occurred in 2001).
>> To read a
>> version 2.0 database file, you'll have to download
>> the old
>> 2.0 source code from CVS, compile it, and run it.
>> --
>> D. Richard Hipp <[EMAIL PROTECTED]>
>>
>>
>
>
>
>
>
>__________________________________
>Yahoo! Mail - PC Magazine Editors' Choice 2005
>http://mail.yahoo.com
>

-- 
    /"\
    \ /    ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
     X                           - AGAINST MS ATTACHMENTS
    / \

Reply via email to