]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Update for new git-style syntax in Fossil
authorshearer <shearer@noemail.net>
Tue, 3 Nov 2020 11:27:41 +0000 (11:27 +0000)
committershearer <shearer@noemail.net>
Tue, 3 Nov 2020 11:27:41 +0000 (11:27 +0000)
FossilOrigin-Name: d46b6778b12be39dc101e5decfd9cde7643312d79d4b9af8d75a9bdc8a7481cd

README.md
manifest
manifest.uuid

index efceca8ae50b8ec80b21fb33121f2704cd3b2858..b0b6b6df0a1836a8cf658ad33de2222e90626b98 100644 (file)
--- 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
index c232663644adf57e2f257f74be121e5e74733b41..24a765c24a0a64857be7ae61fe9f4547fd6b4554 100644 (file)
--- 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
index 6c601c376218655410b306837ee51ba1a3168675..9e5c96db35ae500853279223692f42ad7e462ec1 100644 (file)
@@ -1 +1 @@
-e03867e2fbb6bb9c04e13442508c252fd952b397b40aa457cbff09ab1a17d4f7
\ No newline at end of file
+d46b6778b12be39dc101e5decfd9cde7643312d79d4b9af8d75a9bdc8a7481cd
\ No newline at end of file