Fossil SCM
Minor tweaks to www/unverse.wiki, based roughly on forum feedback.
Commit
2f6d120261ec55d22fa22e10405ecb90f0355f9ea2079f247b7f1dd45cf0be85
Parent
cd508204105a40a…
1 file changed
+9
-7
+9
-7
| --- www/unvers.wiki | ||
| +++ www/unvers.wiki | ||
| @@ -1,21 +1,22 @@ | ||
| 1 | 1 | <title>Unversioned Content</title> |
| 2 | 2 | |
| 3 | 3 | "Unversioned content" or "unversioned files" are |
| 4 | 4 | files stored in a Fossil repository without history, meaning |
| 5 | 5 | it retains the newest version of each such file, and that alone. |
| 6 | +Unversioned files may have an optional directory name prefix. | |
| 6 | 7 | |
| 7 | 8 | Though it omits history, Fossil does sync unversioned content between |
| 8 | 9 | repositories. In the event of a conflict during a sync, it retains |
| 9 | 10 | the most recent version of each unversioned file, discarding |
| 10 | 11 | older versions. |
| 11 | 12 | |
| 12 | -Unversioned files are useful for storing ephemeral content such as builds | |
| 13 | -or frequently changing web pages. We store | |
| 14 | -the [https://fossil-scm.org/home/uv/download.html|download] page of | |
| 15 | -the self-hosting Fossil repository as unversioned | |
| 16 | -content, for example. | |
| 13 | +Unversioned files are useful for storing ephemeral content such as | |
| 14 | +builds or frequently changing web pages. We store the | |
| 15 | +[https://fossil-scm.org/home/uv/download.html|download] page of the | |
| 16 | +self-hosting Fossil repository as unversioned content, for | |
| 17 | +example. | |
| 17 | 18 | |
| 18 | 19 | <h2>Accessing Unversioned Files</h2> |
| 19 | 20 | |
| 20 | 21 | Unversioned files are <u>not</u> a part of a check-out. |
| 21 | 22 | Unversioned files are intended to be accessible as web pages using |
| @@ -23,14 +24,15 @@ | ||
| 23 | 24 | In other words, the URI method "<b>uv</b>" (short for "unversioned") |
| 24 | 25 | followed by the name of the unversioned file will retrieve the content |
| 25 | 26 | of the file. The MIME type is inferred from the filename suffix. |
| 26 | 27 | |
| 27 | 28 | The content of unversioned files can also be retrieved using the |
| 28 | -[/help?cmd=unversioned|fossil unvers cat <i>FILENAME</i>] command. | |
| 29 | +[/help?cmd=unversioned|fossil unvers cat <i>FILENAME...</i>] | |
| 30 | +or [/help?cmd=unversioned|fossil unvers export <i>FILENAME</i>] commands. | |
| 29 | 31 | |
| 30 | 32 | A list of all unversioned files on a server can be seen using |
| 31 | -the [/help?cmd=/uvlist|/uvlist] URL. ([/uvlist|example]). | |
| 33 | +the [/help?cmd=/uvlist|/uvlist] URL. ([/uvlist|example].) | |
| 32 | 34 | |
| 33 | 35 | <h2>Syncing Unversioned Files</h2> |
| 34 | 36 | |
| 35 | 37 | Unversioned content does not sync between repositories by default. |
| 36 | 38 | One must request it via commands such as: |
| 37 | 39 |
| --- www/unvers.wiki | |
| +++ www/unvers.wiki | |
| @@ -1,21 +1,22 @@ | |
| 1 | <title>Unversioned Content</title> |
| 2 | |
| 3 | "Unversioned content" or "unversioned files" are |
| 4 | files stored in a Fossil repository without history, meaning |
| 5 | it retains the newest version of each such file, and that alone. |
| 6 | |
| 7 | Though it omits history, Fossil does sync unversioned content between |
| 8 | repositories. In the event of a conflict during a sync, it retains |
| 9 | the most recent version of each unversioned file, discarding |
| 10 | older versions. |
| 11 | |
| 12 | Unversioned files are useful for storing ephemeral content such as builds |
| 13 | or frequently changing web pages. We store |
| 14 | the [https://fossil-scm.org/home/uv/download.html|download] page of |
| 15 | the self-hosting Fossil repository as unversioned |
| 16 | content, for example. |
| 17 | |
| 18 | <h2>Accessing Unversioned Files</h2> |
| 19 | |
| 20 | Unversioned files are <u>not</u> a part of a check-out. |
| 21 | Unversioned files are intended to be accessible as web pages using |
| @@ -23,14 +24,15 @@ | |
| 23 | In other words, the URI method "<b>uv</b>" (short for "unversioned") |
| 24 | followed by the name of the unversioned file will retrieve the content |
| 25 | of the file. The MIME type is inferred from the filename suffix. |
| 26 | |
| 27 | The content of unversioned files can also be retrieved using the |
| 28 | [/help?cmd=unversioned|fossil unvers cat <i>FILENAME</i>] command. |
| 29 | |
| 30 | A list of all unversioned files on a server can be seen using |
| 31 | the [/help?cmd=/uvlist|/uvlist] URL. ([/uvlist|example]). |
| 32 | |
| 33 | <h2>Syncing Unversioned Files</h2> |
| 34 | |
| 35 | Unversioned content does not sync between repositories by default. |
| 36 | One must request it via commands such as: |
| 37 |
| --- www/unvers.wiki | |
| +++ www/unvers.wiki | |
| @@ -1,21 +1,22 @@ | |
| 1 | <title>Unversioned Content</title> |
| 2 | |
| 3 | "Unversioned content" or "unversioned files" are |
| 4 | files stored in a Fossil repository without history, meaning |
| 5 | it retains the newest version of each such file, and that alone. |
| 6 | Unversioned files may have an optional directory name prefix. |
| 7 | |
| 8 | Though it omits history, Fossil does sync unversioned content between |
| 9 | repositories. In the event of a conflict during a sync, it retains |
| 10 | the most recent version of each unversioned file, discarding |
| 11 | older versions. |
| 12 | |
| 13 | Unversioned files are useful for storing ephemeral content such as |
| 14 | builds or frequently changing web pages. We store the |
| 15 | [https://fossil-scm.org/home/uv/download.html|download] page of the |
| 16 | self-hosting Fossil repository as unversioned content, for |
| 17 | example. |
| 18 | |
| 19 | <h2>Accessing Unversioned Files</h2> |
| 20 | |
| 21 | Unversioned files are <u>not</u> a part of a check-out. |
| 22 | Unversioned files are intended to be accessible as web pages using |
| @@ -23,14 +24,15 @@ | |
| 24 | In other words, the URI method "<b>uv</b>" (short for "unversioned") |
| 25 | followed by the name of the unversioned file will retrieve the content |
| 26 | of the file. The MIME type is inferred from the filename suffix. |
| 27 | |
| 28 | The content of unversioned files can also be retrieved using the |
| 29 | [/help?cmd=unversioned|fossil unvers cat <i>FILENAME...</i>] |
| 30 | or [/help?cmd=unversioned|fossil unvers export <i>FILENAME</i>] commands. |
| 31 | |
| 32 | A list of all unversioned files on a server can be seen using |
| 33 | the [/help?cmd=/uvlist|/uvlist] URL. ([/uvlist|example].) |
| 34 | |
| 35 | <h2>Syncing Unversioned Files</h2> |
| 36 | |
| 37 | Unversioned content does not sync between repositories by default. |
| 38 | One must request it via commands such as: |
| 39 |