@@ -0,0 +1,229 @@
1 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ # Glossary
2 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
3 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ There are several terms-of-art in Fossil that have specific meanings
4 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ which are either not immediately obvious to an outsider or which have
5 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ technical associations that can lead someone to either use the terms
6 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ incorrectly or to get the wrong idea from someone using those terms
7 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ correctly. We hope to teach users how to properly “speak FossEach definition is followed by a bullet-point list of clarifying
8 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ details. These are not part of the definition itself.project"></a>Project
9 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
10 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ A collection of one or more computer files that serve some conceptually
11 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ unified purpose, which purpose changes and evolves over time, with the
12 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ history of that project being a valuable record.
13 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
14 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ * We qualify the Fossil definition of this common word like this to
15 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ set aside cases where a zip file or tarball would suffice. If you
16 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ can pack your project up into such an archive once and be done with
17 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ it, Fossil is overkill.
18 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
19 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ And yet that is often just the beginning, since there is often a
20 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ need for something to be changed, so now you have “version 2” of the
21 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ archive file. If you can foresee yourself creating versioned archive
22 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ files for your project, then you probably should be using Fossil for
23 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ it instead, then using Fossil’s [zip] or [tarball] command to
24 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ automatically produce archives of the latest version rather than
25 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ manually produce and track versions of the archive. The web version
26 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ of these commands ([`/zip`][zw] and [`/tarball`][tw]) are
27 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ particularly useful for public distribution of the latest version of
28 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ a project’s files.
29 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
30 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ * Fossil was designed to host the SQLite software project, which is
31 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ comprised of source code, makefiles, scripts, documentation files,
32 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ and so forth. Fossil is also useful for many other purposes, such as
33 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ a fiction book project where each chapter is held in a separate file
34 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ and assembled into a finished whole deliverable.
35 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
36 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ * We speak of projects being more than one file because even though
37 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ Fossil can be made to track the history of a single file, it is far
38 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ more often the case that when you get to something of a scale
39 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ sufficient to be called a “project,” there is more than one
40 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ version-tracked file involved, if not at the start, then certainly
41 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ by thWe usedose changeswith one chapter per
42 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ file. That implies scripts for combining those chapters into the
43 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ finished book and converting that into PDF and ePub outputs, each of
44 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ which benefit from being version-tracked.
45 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
46 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ You could instead use a Word DOCX file for common word like this t,
47 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ with these implicit scripts replaced by Word menu commands. Fossil
48 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ will happily track that single file’s evolution for you, though
49 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ ./image-format-vs-re?cmd=tarba) to *not* do
50 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ that.
51 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
52 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ Let us say you choose to solve the primary problems brought up in
53 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ that document by using a format like AsciiDoc instead. You could
54 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ still use a single file for the entire book’s proseoresee yourself creating versioned archive
55 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ files for your project, then you probably should be using Fossil for
56 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ it instead, then using Fossil’s [zip] or [tarball] command to
57 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ automatically produce archives of the latest version rather than
58 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ manually produce and track versions of the archive. The web version
59 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ of these commands ([`/zip`][zw] and [`/tarball`][tw]) are
60 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ particularly useful for public distribution of the latest version of
61 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ a project’s files.
62 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
63 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ * Fossil was designed to host the SQLite software project, which is
64 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ comprised of source code, makefiles, scripts, documentation files,
65 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ and so forth. Fossil is also useful for many other purposes, such as
66 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ a fiction book project where each chapter is held in a separate file
67 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ and assembled into a finished whole deliverable.
68 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
69 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ * We speak of projects being more than one file because even though
70 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ Fossil can be made to track the history of a single file, it is far
71 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ more often the case that when you get to something of a scale
72 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ sufficient to be called a “project,” there is more than one
73 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ version-tracked file involved, if not at the start, then certainly
74 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ by the end of the project.
75 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
76 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ To take the example of a fiction book above, instead of putting each
77 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ chapter in a separate file, you could use a single AsciiDoc file for
78 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ the entire book project rather than make use of its [include
79 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ facility][AIF] to assemble it from chapter files, since that does at
80 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ least solve the [key problemsrting the
81 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ source document to HTML, scripts to convert that intermediate output
82 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ to PDF and ePub in a reliably repeatable fashion, a `README` file
83 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ containing instructions to the printing house, and so forth.
84 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
85 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ * Fossil requires that all the files for a project be collected into a
86 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ single directory hierarchy, owned by a single user with full rights
87 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ to modify those files. Fossil is not a good choice for managing a
88 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ project that has files scattered hither and yon all over the file
89 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ system, nor of collections of files with complicated ownership and
90 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ access rights.
91 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
92 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ A project made of an operating system
93 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ ins zip archivsystem
94 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ installation’s configuration file set is not a good use of Fossil,
95 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ because you’ll have all of your OS’s *other* files intermixejust as with a zip archive,so even if you were to
96 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ try to use Fossil as a system deployment tool by archiving versions
97 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ of the OS configuration files and then unpacking them on a neappending “`.fossil`would have read/write access by
98 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ the user who did the extraction, which’s required, being the “directory
99 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ name” form of [the `fossil server l clean --verily` on such a system?
100 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ You can constrain that with [the `ignore-glob` setting][IGS], but
101 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ are you prepared to write and maintain all the rules needed to keep
102 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ Fossil from blowing away the untracked portions of the file system?
103 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ We believe Fossil is a poor choice for a whole-system configuration
104 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ backup utility.
105 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
106 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ As a counterexample, a project tracking your [Vim] configuration
107 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ history is a much better use of Fossil, because it’s all held within
108 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ `~/.vim`, and your user has full rights to that subdirectory.
109 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
110 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ [AIF]: https://docs.asciidoctor.org/asciidoc/latest/directive?cmd=/include/
111 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ [IGS]: /help/ignore-glob
112 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ [IFRS]: ./image-format-vs-re?cmd=tarball
113 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ [tw]: /help?cmd=/tarball
114 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ [Vim]: https://ww?cmd=zip
115 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ [zw]: /help?cmd=
116 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ which are either not immediately obvious to an outsider or which have
117 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ technical associations that can lead someone to either use the terms
118 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ incorrectly or to get the wrong idea from someone using those terms
119 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ correctly. We hope to teach users how to properly “speak Fossil” with
120 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ this glossary.
121 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
122 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ The bullet-point lists following each definition are meant to be
123 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ clarifying and illustrative. They are not part of the definitions
124 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ themselves.
125 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
126 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
127 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ ## <a id="project"></a>Project
128 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
129 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ A collection of one or more computer files that serve some conceptually
130 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ unified purpose, which purpose changes and evolves over time, with the
131 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ history of that project being a valuable record.
132 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
133 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ * We qualify the Fossil definition of this common word like this to
134 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ set aside cases where a zip file or tarball would suffice. If you
135 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ can pack your project up into such an archive once and be done with
136 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ it, Fossil is overkill.
137 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
138 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ And yet that is often just the beginning, since there is often a
139 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ need for something to be changed, so now you have “version 2” of the
140 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ archive file. If you can foresee yourself creating versioned archive
141 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ files for your project, then you probably should be using Fossil for
142 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ it instead, then using Fossil’s [zip] or [tarball] command to
143 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ automatically produce archives of the latest version rather than
144 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ manually produce and track versions of the archive. The web version
145 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ of these commands ([`/zip`][zw] and [`/tarball`][tw]) are
146 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ particularly useful for public distribution of the latest version of
147 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ a project’s files.
148 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
149 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ * Fossil was designed to host the SQLite software project, which is
150 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ comprised of source code, makefiles, scripts, documentation files,
151 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ and so forth. Fossil is also useful for many other purposes, such as
152 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ a fiction book project where each chapter is held in a separate file
153 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ and assembled into a finished whole deliverable.
154 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
155 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ * We speak of projects being more than one file because even though
156 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ Fossil can be made to track the history of a single file, it is far
157 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ more often the case that when you get to something of a scale
158 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ sufficient to be called a “project,” there is more than one
159 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ version-tracked file involved, if not at the start, then certainly
160 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ by the end of the project.
161 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
162 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ To take the example of a fiction book above, instead of putting each
163 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ chapter in a separate file, you could use a single AsciiDoc file for
164 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ the entire book project rather than make use of its [include
165 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ facility][AIF] to assemble it from chapter files, since that does at
166 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ least solve the [key problems][IFRS] inherent in./backup.md
167 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ [CAP]:rent in version-tracking
168 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ soormat with Fossil instead./help?cmd=pull
169 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ [push]:ad.
170 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
171 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ While Fossil will h containing the prose
172 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ o/help?cmd=sync��re s yorepositoryobleversion e the terms
173 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ incorrectly o of the
174 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ man. It which Fossil follows, not e
175 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ seen from ) format, the tySynonyms: version,
176 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ snapshot, revision, commit. Sometimes styled HA1 synonyms for
177 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ people ex
178 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ vice
179 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ bits reserved in the UU
180 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ bits reserved in the UUID format
181 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ used.
182 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
183 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ * Theliterated from use since there are columns in the Fossil
184 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ repository format that use the obsolete term; we cannot change this
185 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ without breaking backwards compatibility.)
186 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
187 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ You will find all of these synonyms used in the Fossil documentation.
188 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ Some day we may settle on a single term, but it doesn’t seem likely.
189 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
190 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ [CVS]
191 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ e the terms
192 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ incorrectly or to# Glossary
193 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
194 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ There are several terms-of-art in Fossil that have spgher doesn’t help with this confusion, making a Fossil version
195 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ hash twice as large as a proper UUID. Alas, the term will never be
196 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ fully obliterated from use since there are columns in the Fossil
197 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ repository format that use the obsolete term; we cannot change this
198 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ without breaking backwards compatibility.)
199 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
200 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ You will find all of these synonyms used in the Fossil documentation.
201 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ Some day we may settle on a single term, but it doesn’t seem likely.
202 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
203 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ [CVS]: https://en.wikipedia.org/wiki/ SHA
204 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ hashd the extraction, which probably isn’t what yorepositoryoblem
205 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ with using this as a synonym for a Fossil-managed versio of the
206 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ managed files is that there are [standards][UUID] defining the
207 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ format of a “UUID,” none of which Fossil follows, not even the
208 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ [version 4][ruuid] (random) format, the type of UUID closeso a Fossil hash.(^Ail 2.0 style SHA1 synonyms for
209 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ people expect for a proper
210 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ UU and vice
211 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ bits reserved in the UUID format for
212 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ the variant code cannot make a correct declaration except by a
213 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ random 1:64 chance. The SHA3-256 option allowed in Fossil 2.0 and
214 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ higher doesn’t help with this confusion, making a Fossil version
215 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ hash twice as large as a proper UUID. Alas, the term will never be
216 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ fully obliterated from use since there are columns in the Fossil
217 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ repository format that use the obsolete term; we cannot change this
218 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ without breaking backwards compatibility.)
219 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
220 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ You will find all of these synonyms used in the Fossil documentation.
221 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ Some day we may settle on a single term, but it doesn’t seem likely.
222 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
223 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ [CVS]
224 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ e the terms
225 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ incorrectly or to# Glossary
226 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+
227 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ There are several terms-of-art in Fossil that have spgher doesn’t help with this confusion, help with this confusion, making a Fossil version
228 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ hash twice as large as a proper UUID. Alas, the term will never be
229 { copied = false; pop = false }, 1000)" :class="copied && 'copied'">Copy link Copied!
+ fully obliterated from use since there are columns in