Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Mention the requirement of Fossil 2.0 in getthecode.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | 3.17 |
Files: | files | file ages | folders |
SHA1: |
36cbd238b5ed294b12af6b9d1e14b0c3 |
User & Date: | drh 2017-03-16 12:49:15.121 |
Context
2017-03-20
| ||
12:25 | Include a link to the draft change log on Pre-Release Snapshots on the download page. (Leaf check-in: 1b710ef1fc user: drh tags: 3.17) | |
2017-03-16
| ||
12:55 | Merge doc fixes from the 3.17.0 release. (check-in: bb08575574 user: drh tags: trunk) | |
12:49 | Mention the requirement of Fossil 2.0 in getthecode.html. (check-in: 36cbd238b5 user: drh tags: 3.17) | |
2017-03-09
| ||
12:06 | Fix a typo in the date of the 3.16.1 release on news.html. (check-in: 46dd340a24 user: drh tags: 3.17) | |
Changes
Changes to pages/getthecode.in.
︙ | ︙ | |||
67 68 69 70 71 72 73 | "ZIP archive" link to download the complete source tree. <tcl>hd_fragment {clone} {clone the entire repository}</tcl> <h1>Cloning The Complete Development History</h1> <p>To clone the entire history of SQLite, first go to the [http://www.fossil-scm.org/download.html] page and grab a precompiled binary | | | > > > > > > > > > > | > > | | 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | "ZIP archive" link to download the complete source tree. <tcl>hd_fragment {clone} {clone the entire repository}</tcl> <h1>Cloning The Complete Development History</h1> <p>To clone the entire history of SQLite, first go to the [http://www.fossil-scm.org/download.html] page and grab a precompiled binary for the Fossil version control program. Or get the source code on the same page and compile it yourself. <p>As of 2017-03-12, you must use Fossil version 2.0 or later for the following instructions to work. The SQLite repository started using artifacts named using SHA3 hashes instead of SHA1 hashes on that date, and Fossil 2.0 or later is needed in order to understand the new SHA3 hashes. To find out what version of Fossil you are running, type "fossil -v".</p> <p>Fossil is a completely stand-alone program, so install it simply by putting the "fossil" or "fossil.exe" executable someplace on your $PATH or %PATH%. After you have Fossil installed, do this: <codeblock> fossil clone http://www.sqlite.org/cgi/src sqlite.fossil </codeblock> <p>The command above will make a copy of the complete development history of SQLite into the "sqlite.fossil" file on your computer. Making this copy takes about a minute and uses about 32 megabytes of transfer. After making the copy, "open" the repository by typing: <codeblock> fossil open sqlite.fossil </codeblock> |
︙ | ︙ |