On Wed, 2007-07-04 at 13:25 +0200, Makavy, Erez (Erez) wrote: > Hi, > > How do I get sources for previous versions? such as 3.3.4. > > Thanks, > Erez.
Do a cvs checkout of the latest sources, as described here: http://www.sqlite.org/download.html#cvs Then use the [cvs update] command with the -D option to specify the exact date/time you want sources from. You can figure this out by looking at the timeline: http://www.sqlite.org/cvstrac/timeline All times on the timeline are UTC. For 3.3.4, try "2006/02/11 03:00 UTC" as the timestamp. Dan. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

