# # Run this TCL script to generate HTML for the download.html file. # set rcsid {$Id: download.tcl,v 1.27 2007/05/08 18:30:36 drh Exp $} source common.tcl header {SQLite Download Page} puts {
" puts " | "
puts "$file ($size $units) | "
puts "" regsub -all VERSION $desc $version d2 puts " | [string trim $d2] |
$title |
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:anonymous@www.sqlite.org:/sqlite login cvs -d :pserver:anonymous@www.sqlite.org:/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:
} footer $rcsidcvs update -r version_2