From: shearer Date: Tue, 3 Nov 2020 11:27:41 +0000 (+0000) Subject: Update for new git-style syntax in Fossil X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52a19f3f7ca6e8caf23e5b9683de90690ead033a;p=thirdparty%2Fsqlite.git Update for new git-style syntax in Fossil FossilOrigin-Name: d46b6778b12be39dc101e5decfd9cde7643312d79d4b9af8d75a9bdc8a7481cd --- diff --git a/README.md b/README.md index efceca8ae5..b0b6b6df0a 100644 --- a/README.md +++ b/README.md @@ -49,22 +49,21 @@ archives or [SQLite archives](https://sqlite.org/cli.html#sqlar) as follows: page. If you do want to use Fossil to check out the source tree, -first install Fossil version 2.0 or later. +first install Fossil version 2.14 or later. (Source tarballs and precompiled binaries available [here](https://www.fossil-scm.org/fossil/uv/download.html). Fossil is a stand-alone program. To install, simply download or build the single executable file and put that file someplace on your $PATH.) -Then run commands like this: +Then run: - mkdir ~/sqlite - cd ~/sqlite fossil clone https://www.sqlite.org/src sqlite.fossil - fossil open sqlite.fossil + +which will download the entire sqlite repository into the database file sqlite.fossil, +then check out the local repository into a new directory called "sqlite". -After setting up a repository using the steps above, you can always -update to the lastest version using: +You can always update to the lastest version using: - fossil update trunk ;# latest trunk check-in + fossil update trunk ;# latest trunk check-in, or fossil update release ;# latest official release Or type "fossil ui" to get a web-based user interface. @@ -77,7 +76,7 @@ build directory be separate from the source directory. Cd into the build directory and then from the build directory run the configure script found at the root of the source tree. Then run "make". -For example: +For example, if you downloaded a tarball rather than installing Fossil: tar xzf sqlite.tar.gz ;# Unpack the source tree into "sqlite" mkdir bld ;# Build will occur in a sibling directory diff --git a/manifest b/manifest index c232663644..24a765c24a 100644 --- a/manifest +++ b/manifest @@ -1,11 +1,8 @@ B 6646d7898ca1d2f71ec906d9613fbfc5c59c6cf05f053529e6e32ab826d1cb78 -C Add\slinks,\sespecially\sfor\sthe\sdocsrc\srepo,\swhich\sis\sotherwise\shard\sto\sfind -D 2020-11-03T11:20:29.403 -F README.md fe7e881308b8e8dfd0e4e81bc1f82bee2048fa938b2817a8c413f5613bd1185d -P 6646d7898ca1d2f71ec906d9613fbfc5c59c6cf05f053529e6e32ab826d1cb78 -R 72d9c2591104382fbafe2024ff0b77bf -T *branch * docupdate -T *sym-docupdate * -T -sym-trunk * +C Update\sfor\snew\sgit-style\ssyntax\sin\sFossil +D 2020-11-03T11:27:41.630 +F README.md 12dd29542b53ddaa6382da65620caa5ea40f2503667a062649fbae101e2bb1f0 +P e03867e2fbb6bb9c04e13442508c252fd952b397b40aa457cbff09ab1a17d4f7 +R 683a30ccba749d49e2f8cd73dc6190e8 U shearer -Z ffc6ef4d6ac77fa83fffdcbbdf2cb7d2 +Z f9f28980f7a0f036d904e7e655780d67 diff --git a/manifest.uuid b/manifest.uuid index 6c601c3762..9e5c96db35 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -e03867e2fbb6bb9c04e13442508c252fd952b397b40aa457cbff09ab1a17d4f7 \ No newline at end of file +d46b6778b12be39dc101e5decfd9cde7643312d79d4b9af8d75a9bdc8a7481cd \ No newline at end of file