Fossil SCM
Fix typos in the Unversioned Content document.
Commit
1a7656469a2493d07a0ee82f7970cc784c9cc98a
Parent
63bff950cc6da0c…
1 file changed
+5
-5
+5
-5
| --- www/unvers.wiki | ||
| +++ www/unvers.wiki | ||
| @@ -41,18 +41,18 @@ | ||
| 41 | 41 | fossil clone <b>-u</b> <i>URL local-repo-name</i> |
| 42 | 42 | fossil unversioned sync |
| 43 | 43 | </pre></blockquote> |
| 44 | 44 | |
| 45 | 45 | 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 | |
| 47 | 47 | "-u" (or "--unversioned") command-line option is supplied. The |
| 48 | 48 | [/help?cmd=unversioned|fossil unversioned sync] command will synchronize the |
| 49 | -unversion content without synchronizing anything else. | |
| 49 | +unversioned content without synchronizing anything else. | |
| 50 | 50 | |
| 51 | 51 | Notice that the "-u" option does not work on |
| 52 | 52 | [/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". | |
| 54 | 54 | |
| 55 | 55 | A rough equivalent of an unversioned pull would be the |
| 56 | 56 | [/help?cmd=unversioned|fossil unversioned revert] command. The |
| 57 | 57 | "unversioned revert" |
| 58 | 58 | command causes the unversioned content on the local repository to overwritten |
| @@ -59,21 +59,21 @@ | ||
| 59 | 59 | by the unversioned content found on the remote repository. |
| 60 | 60 | |
| 61 | 61 | <h2>Implementation Details</h2> |
| 62 | 62 | |
| 63 | 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> | |
| 64 | +files. This is not an interface spec and hence subject to change.)</i> | |
| 65 | 65 | |
| 66 | 66 | Unversioned content is stored in the repository in the |
| 67 | 67 | "unversioned" table: |
| 68 | 68 | |
| 69 | 69 | <blockquote><pre> |
| 70 | 70 | CREATE TABLE unversioned( |
| 71 | 71 | name TEXT PRIMARY KEY, -- Name of the file |
| 72 | 72 | rcvid INTEGER, -- From whence this file was received |
| 73 | 73 | mtime DATETIME, -- Last change (seconds since 1970) |
| 74 | - hash TEXT, -- SHA1 has of uncompressed content | |
| 74 | + hash TEXT, -- SHA1 hash of uncompressed content | |
| 75 | 75 | sz INTEGER, -- Size of uncompressed content |
| 76 | 76 | encoding INT, -- 0: plaintext 1: zlib compressed |
| 77 | 77 | content BLOB -- File content |
| 78 | 78 | ) WITHOUT ROWID; |
| 79 | 79 | </pre></blockquote> |
| 80 | 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 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 |