Fossil SCM

Fix typos in the Unversioned Content document.

drh 2016-08-18 19:16 trunk
Commit 1a7656469a2493d07a0ee82f7970cc784c9cc98a
1 file changed +5 -5
+5 -5
--- www/unvers.wiki
+++ www/unvers.wiki
@@ -41,18 +41,18 @@
4141
fossil clone <b>-u</b> <i>URL local-repo-name</i>
4242
fossil unversioned sync
4343
</pre></blockquote>
4444
4545
The [/help?cmd=sync|fossil sync] and [/help?cmd=clone|fossil clone]
46
-commands will synchronize unversion content if and only if the
46
+commands will synchronize unversioned content if and only if the
4747
"-u" (or "--unversioned") command-line option is supplied. The
4848
[/help?cmd=unversioned|fossil unversioned sync] command will synchronize the
49
-unversion content without synchronizing anything else.
49
+unversioned content without synchronizing anything else.
5050
5151
Notice that the "-u" option does not work on
5252
[/help?cmd=push|fossil push] or [/help?cmd=pull|fossil pull].
53
-The "-u" option is only only available on "sync" and "clone".
53
+The "-u" option is only available on "sync" and "clone".
5454
5555
A rough equivalent of an unversioned pull would be the
5656
[/help?cmd=unversioned|fossil unversioned revert] command. The
5757
"unversioned revert"
5858
command causes the unversioned content on the local repository to overwritten
@@ -59,21 +59,21 @@
5959
by the unversioned content found on the remote repository.
6060
6161
<h2>Implementation Details</h2>
6262
6363
<i>(This section outlines the current implementation of unversioned
64
-files. This is not an interface spec and is hence subject to change.)</i>
64
+files. This is not an interface spec and hence subject to change.)</i>
6565
6666
Unversioned content is stored in the repository in the
6767
"unversioned" table:
6868
6969
<blockquote><pre>
7070
CREATE TABLE unversioned(
7171
name TEXT PRIMARY KEY, -- Name of the file
7272
rcvid INTEGER, -- From whence this file was received
7373
mtime DATETIME, -- Last change (seconds since 1970)
74
- hash TEXT, -- SHA1 has of uncompressed content
74
+ hash TEXT, -- SHA1 hash of uncompressed content
7575
sz INTEGER, -- Size of uncompressed content
7676
encoding INT, -- 0: plaintext 1: zlib compressed
7777
content BLOB -- File content
7878
) WITHOUT ROWID;
7979
</pre></blockquote>
8080
--- www/unvers.wiki
+++ www/unvers.wiki
@@ -41,18 +41,18 @@
41 fossil clone <b>-u</b> <i>URL local-repo-name</i>
42 fossil unversioned sync
43 </pre></blockquote>
44
45 The [/help?cmd=sync|fossil sync] and [/help?cmd=clone|fossil clone]
46 commands will synchronize unversion content if and only if the
47 "-u" (or "--unversioned") command-line option is supplied. The
48 [/help?cmd=unversioned|fossil unversioned sync] command will synchronize the
49 unversion content without synchronizing anything else.
50
51 Notice that the "-u" option does not work on
52 [/help?cmd=push|fossil push] or [/help?cmd=pull|fossil pull].
53 The "-u" option is only only available on "sync" and "clone".
54
55 A rough equivalent of an unversioned pull would be the
56 [/help?cmd=unversioned|fossil unversioned revert] command. The
57 "unversioned revert"
58 command causes the unversioned content on the local repository to overwritten
@@ -59,21 +59,21 @@
59 by the unversioned content found on the remote repository.
60
61 <h2>Implementation Details</h2>
62
63 <i>(This section outlines the current implementation of unversioned
64 files. This is not an interface spec and is hence subject to change.)</i>
65
66 Unversioned content is stored in the repository in the
67 "unversioned" table:
68
69 <blockquote><pre>
70 CREATE TABLE unversioned(
71 name TEXT PRIMARY KEY, -- Name of the file
72 rcvid INTEGER, -- From whence this file was received
73 mtime DATETIME, -- Last change (seconds since 1970)
74 hash TEXT, -- SHA1 has of uncompressed content
75 sz INTEGER, -- Size of uncompressed content
76 encoding INT, -- 0: plaintext 1: zlib compressed
77 content BLOB -- File content
78 ) WITHOUT ROWID;
79 </pre></blockquote>
80
--- www/unvers.wiki
+++ www/unvers.wiki
@@ -41,18 +41,18 @@
41 fossil clone <b>-u</b> <i>URL local-repo-name</i>
42 fossil unversioned sync
43 </pre></blockquote>
44
45 The [/help?cmd=sync|fossil sync] and [/help?cmd=clone|fossil clone]
46 commands will synchronize unversioned content if and only if the
47 "-u" (or "--unversioned") command-line option is supplied. The
48 [/help?cmd=unversioned|fossil unversioned sync] command will synchronize the
49 unversioned content without synchronizing anything else.
50
51 Notice that the "-u" option does not work on
52 [/help?cmd=push|fossil push] or [/help?cmd=pull|fossil pull].
53 The "-u" option is only available on "sync" and "clone".
54
55 A rough equivalent of an unversioned pull would be the
56 [/help?cmd=unversioned|fossil unversioned revert] command. The
57 "unversioned revert"
58 command causes the unversioned content on the local repository to overwritten
@@ -59,21 +59,21 @@
59 by the unversioned content found on the remote repository.
60
61 <h2>Implementation Details</h2>
62
63 <i>(This section outlines the current implementation of unversioned
64 files. This is not an interface spec and hence subject to change.)</i>
65
66 Unversioned content is stored in the repository in the
67 "unversioned" table:
68
69 <blockquote><pre>
70 CREATE TABLE unversioned(
71 name TEXT PRIMARY KEY, -- Name of the file
72 rcvid INTEGER, -- From whence this file was received
73 mtime DATETIME, -- Last change (seconds since 1970)
74 hash TEXT, -- SHA1 hash of uncompressed content
75 sz INTEGER, -- Size of uncompressed content
76 encoding INT, -- 0: plaintext 1: zlib compressed
77 content BLOB -- File content
78 ) WITHOUT ROWID;
79 </pre></blockquote>
80

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button