Fossil SCM
use more utf-8 characters in the wiki, in stead of html entities
Commit
927d07c7273b32c9819ba3688554b6ad92c24132
Parent
f1c56bd31d0dfcd…
11 files changed
+4
-4
+4
-4
+1
-1
+1
-1
+1
-1
+1
-1
+2
-2
+2
-1
+89
-89
+48
-48
+1
-1
+4
-4
| --- www/build.wiki | ||
| +++ www/build.wiki | ||
| @@ -83,24 +83,24 @@ | ||
| 83 | 83 | |
| 84 | 84 | <li><p>Run make to build the "fossil" or "fossil.exe" executable. The |
| 85 | 85 | details depend on your platform and compiler. |
| 86 | 86 | |
| 87 | 87 | <ol type="a"> |
| 88 | -<li><p><i>Unix</i> → the configure-generated Makefile should work on | |
| 88 | +<li><p><i>Unix</i> → the configure-generated Makefile should work on | |
| 89 | 89 | all unix and unix-like systems. Simply type "<b>make</b>". |
| 90 | 90 | |
| 91 | -<li><p><i>Unix without running "configure"</i> → if you prefer to avoid running configure, you | |
| 91 | +<li><p><i>Unix without running "configure"</i> → if you prefer to avoid running configure, you | |
| 92 | 92 | can also use: <b>make -f Makefile.classic</b>. You may want to make minor |
| 93 | 93 | edits to Makefile.classic to configure the build for your system. |
| 94 | 94 | |
| 95 | -<li><p><i>MinGW/MinGW-w64</i> → Use the mingw makefile: | |
| 95 | +<li><p><i>MinGW/MinGW-w64</i> → Use the mingw makefile: | |
| 96 | 96 | "<b>make -f win/Makefile.mingw</b>". On a Windows box you will |
| 97 | 97 | need either Cygwin or Msys as build environment. On Cygwin, Linux |
| 98 | 98 | or Darwin you may want to make minor edits to win/Makefile.mingw |
| 99 | 99 | to configure the cross-compile environment. |
| 100 | 100 | |
| 101 | -<li><p><i>VC++</i> → Use the msc makefile. First | |
| 101 | +<li><p><i>VC++</i> → Use the msc makefile. First | |
| 102 | 102 | change to the "win/" subdirectory ("<b>cd win</b>") then run |
| 103 | 103 | "<b>nmake /f Makefile.msc</b>". |
| 104 | 104 | </ol> |
| 105 | 105 | </ol> |
| 106 | 106 | |
| 107 | 107 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -83,24 +83,24 @@ | |
| 83 | |
| 84 | <li><p>Run make to build the "fossil" or "fossil.exe" executable. The |
| 85 | details depend on your platform and compiler. |
| 86 | |
| 87 | <ol type="a"> |
| 88 | <li><p><i>Unix</i> → the configure-generated Makefile should work on |
| 89 | all unix and unix-like systems. Simply type "<b>make</b>". |
| 90 | |
| 91 | <li><p><i>Unix without running "configure"</i> → if you prefer to avoid running configure, you |
| 92 | can also use: <b>make -f Makefile.classic</b>. You may want to make minor |
| 93 | edits to Makefile.classic to configure the build for your system. |
| 94 | |
| 95 | <li><p><i>MinGW/MinGW-w64</i> → Use the mingw makefile: |
| 96 | "<b>make -f win/Makefile.mingw</b>". On a Windows box you will |
| 97 | need either Cygwin or Msys as build environment. On Cygwin, Linux |
| 98 | or Darwin you may want to make minor edits to win/Makefile.mingw |
| 99 | to configure the cross-compile environment. |
| 100 | |
| 101 | <li><p><i>VC++</i> → Use the msc makefile. First |
| 102 | change to the "win/" subdirectory ("<b>cd win</b>") then run |
| 103 | "<b>nmake /f Makefile.msc</b>". |
| 104 | </ol> |
| 105 | </ol> |
| 106 | |
| 107 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -83,24 +83,24 @@ | |
| 83 | |
| 84 | <li><p>Run make to build the "fossil" or "fossil.exe" executable. The |
| 85 | details depend on your platform and compiler. |
| 86 | |
| 87 | <ol type="a"> |
| 88 | <li><p><i>Unix</i> → the configure-generated Makefile should work on |
| 89 | all unix and unix-like systems. Simply type "<b>make</b>". |
| 90 | |
| 91 | <li><p><i>Unix without running "configure"</i> → if you prefer to avoid running configure, you |
| 92 | can also use: <b>make -f Makefile.classic</b>. You may want to make minor |
| 93 | edits to Makefile.classic to configure the build for your system. |
| 94 | |
| 95 | <li><p><i>MinGW/MinGW-w64</i> → Use the mingw makefile: |
| 96 | "<b>make -f win/Makefile.mingw</b>". On a Windows box you will |
| 97 | need either Cygwin or Msys as build environment. On Cygwin, Linux |
| 98 | or Darwin you may want to make minor edits to win/Makefile.mingw |
| 99 | to configure the cross-compile environment. |
| 100 | |
| 101 | <li><p><i>VC++</i> → Use the msc makefile. First |
| 102 | change to the "win/" subdirectory ("<b>cd win</b>") then run |
| 103 | "<b>nmake /f Makefile.msc</b>". |
| 104 | </ol> |
| 105 | </ol> |
| 106 | |
| 107 |
+4
-4
| --- www/checkin.wiki | ||
| +++ www/checkin.wiki | ||
| @@ -3,24 +3,24 @@ | ||
| 3 | 3 | <h2><u>Always</u> run the following checklist prior to <u>every</u> |
| 4 | 4 | check-in or commit to the Fossil repository:</h2> |
| 5 | 5 | |
| 6 | 6 | Before every check-in: |
| 7 | 7 | |
| 8 | - 0. <b>fossil user default</b> → your username is correct. | |
| 8 | + 0. <b>fossil user default</b> → your username is correct. | |
| 9 | 9 | |
| 10 | - 1. <b>fossil diff</b> → | |
| 10 | + 1. <b>fossil diff</b> → | |
| 11 | 11 | <ol type="a"> |
| 12 | 12 | <li> No stray changes |
| 13 | 13 | <li> All changes comply with the license |
| 14 | 14 | <li> All inputs are scrubbed before use |
| 15 | 15 | <li> No injection attacks via %s formats |
| 16 | 16 | </ol> |
| 17 | 17 | |
| 18 | - 2. <b>fossil extra</b> → no unmanaged files need to be added. | |
| 18 | + 2. <b>fossil extra</b> → no unmanaged files need to be added. | |
| 19 | 19 | |
| 20 | 20 | 3. The check-in will go onto the desired branch. |
| 21 | - → Do <u>not</u> check into trunk without prior approval from | |
| 21 | + → Do <u>not</u> check into trunk without prior approval from | |
| 22 | 22 | the lead programmer (drh)! |
| 23 | 23 | |
| 24 | 24 | 4. auto-sync is on, or the system clock is verified |
| 25 | 25 | |
| 26 | 26 | 5. If sources files have been added or removed, ensure all makefiles |
| 27 | 27 |
| --- www/checkin.wiki | |
| +++ www/checkin.wiki | |
| @@ -3,24 +3,24 @@ | |
| 3 | <h2><u>Always</u> run the following checklist prior to <u>every</u> |
| 4 | check-in or commit to the Fossil repository:</h2> |
| 5 | |
| 6 | Before every check-in: |
| 7 | |
| 8 | 0. <b>fossil user default</b> → your username is correct. |
| 9 | |
| 10 | 1. <b>fossil diff</b> → |
| 11 | <ol type="a"> |
| 12 | <li> No stray changes |
| 13 | <li> All changes comply with the license |
| 14 | <li> All inputs are scrubbed before use |
| 15 | <li> No injection attacks via %s formats |
| 16 | </ol> |
| 17 | |
| 18 | 2. <b>fossil extra</b> → no unmanaged files need to be added. |
| 19 | |
| 20 | 3. The check-in will go onto the desired branch. |
| 21 | → Do <u>not</u> check into trunk without prior approval from |
| 22 | the lead programmer (drh)! |
| 23 | |
| 24 | 4. auto-sync is on, or the system clock is verified |
| 25 | |
| 26 | 5. If sources files have been added or removed, ensure all makefiles |
| 27 |
| --- www/checkin.wiki | |
| +++ www/checkin.wiki | |
| @@ -3,24 +3,24 @@ | |
| 3 | <h2><u>Always</u> run the following checklist prior to <u>every</u> |
| 4 | check-in or commit to the Fossil repository:</h2> |
| 5 | |
| 6 | Before every check-in: |
| 7 | |
| 8 | 0. <b>fossil user default</b> → your username is correct. |
| 9 | |
| 10 | 1. <b>fossil diff</b> → |
| 11 | <ol type="a"> |
| 12 | <li> No stray changes |
| 13 | <li> All changes comply with the license |
| 14 | <li> All inputs are scrubbed before use |
| 15 | <li> No injection attacks via %s formats |
| 16 | </ol> |
| 17 | |
| 18 | 2. <b>fossil extra</b> → no unmanaged files need to be added. |
| 19 | |
| 20 | 3. The check-in will go onto the desired branch. |
| 21 | → Do <u>not</u> check into trunk without prior approval from |
| 22 | the lead programmer (drh)! |
| 23 | |
| 24 | 4. auto-sync is on, or the system clock is verified |
| 25 | |
| 26 | 5. If sources files have been added or removed, ensure all makefiles |
| 27 |
+1
-1
| --- www/cmd_add.wiki | ||
| +++ www/cmd_add.wiki | ||
| @@ -17,11 +17,11 @@ | ||
| 17 | 17 | command that are combined with system level file movement and |
| 18 | 18 | networking functions. Not particularly accurate, but reasonable. |
| 19 | 19 | |
| 20 | 20 | Typing <code> fossil add myfile</code> causes fossil to put |
| 21 | 21 | <i>myfile</i> into the repository at the next |
| 22 | -<code>commit</code>—provided you issue it from within the source | |
| 22 | +<code>commit</code>—provided you issue it from within the source | |
| 23 | 23 | tree, of course. |
| 24 | 24 | |
| 25 | 25 | By contrast, <code> fossil add mydirectory</code> will add |
| 26 | 26 | <em><strong>all</strong></em> of the files in <i>mydirectory</i>, and |
| 27 | 27 | all of its sub-directories. In other words, adding a directory will |
| 28 | 28 |
| --- www/cmd_add.wiki | |
| +++ www/cmd_add.wiki | |
| @@ -17,11 +17,11 @@ | |
| 17 | command that are combined with system level file movement and |
| 18 | networking functions. Not particularly accurate, but reasonable. |
| 19 | |
| 20 | Typing <code> fossil add myfile</code> causes fossil to put |
| 21 | <i>myfile</i> into the repository at the next |
| 22 | <code>commit</code>—provided you issue it from within the source |
| 23 | tree, of course. |
| 24 | |
| 25 | By contrast, <code> fossil add mydirectory</code> will add |
| 26 | <em><strong>all</strong></em> of the files in <i>mydirectory</i>, and |
| 27 | all of its sub-directories. In other words, adding a directory will |
| 28 |
| --- www/cmd_add.wiki | |
| +++ www/cmd_add.wiki | |
| @@ -17,11 +17,11 @@ | |
| 17 | command that are combined with system level file movement and |
| 18 | networking functions. Not particularly accurate, but reasonable. |
| 19 | |
| 20 | Typing <code> fossil add myfile</code> causes fossil to put |
| 21 | <i>myfile</i> into the repository at the next |
| 22 | <code>commit</code>—provided you issue it from within the source |
| 23 | tree, of course. |
| 24 | |
| 25 | By contrast, <code> fossil add mydirectory</code> will add |
| 26 | <em><strong>all</strong></em> of the files in <i>mydirectory</i>, and |
| 27 | all of its sub-directories. In other words, adding a directory will |
| 28 |
+1
-1
| --- www/cmd_all.wiki | ||
| +++ www/cmd_all.wiki | ||
| @@ -38,11 +38,11 @@ | ||
| 38 | 38 | |
| 39 | 39 | The <code>all</code> command uses the <i>.fossil</i> file in the home |
| 40 | 40 | directory to find all of your repositories, so you can mess it up by |
| 41 | 41 | moving your repositories around. This is easy to do inadvertently if |
| 42 | 42 | you have a cavalier attitude about repos, but you'll know pretty |
| 43 | -quickly that you've done it—many commands you try to use from | |
| 43 | +quickly that you've done it—many commands you try to use from | |
| 44 | 44 | inside of a checkout won't work correctly. The <i>.fossil</i> file is |
| 45 | 45 | an <b>sqlite</b> db file which fossil uses to keeping track of |
| 46 | 46 | repository locations. Advice: if you move your repositories around, |
| 47 | 47 | let fossil know you did; |
| 48 | 48 | [./cmd_close.wiki | <code>close</code>] them before you move |
| 49 | 49 |
| --- www/cmd_all.wiki | |
| +++ www/cmd_all.wiki | |
| @@ -38,11 +38,11 @@ | |
| 38 | |
| 39 | The <code>all</code> command uses the <i>.fossil</i> file in the home |
| 40 | directory to find all of your repositories, so you can mess it up by |
| 41 | moving your repositories around. This is easy to do inadvertently if |
| 42 | you have a cavalier attitude about repos, but you'll know pretty |
| 43 | quickly that you've done it—many commands you try to use from |
| 44 | inside of a checkout won't work correctly. The <i>.fossil</i> file is |
| 45 | an <b>sqlite</b> db file which fossil uses to keeping track of |
| 46 | repository locations. Advice: if you move your repositories around, |
| 47 | let fossil know you did; |
| 48 | [./cmd_close.wiki | <code>close</code>] them before you move |
| 49 |
| --- www/cmd_all.wiki | |
| +++ www/cmd_all.wiki | |
| @@ -38,11 +38,11 @@ | |
| 38 | |
| 39 | The <code>all</code> command uses the <i>.fossil</i> file in the home |
| 40 | directory to find all of your repositories, so you can mess it up by |
| 41 | moving your repositories around. This is easy to do inadvertently if |
| 42 | you have a cavalier attitude about repos, but you'll know pretty |
| 43 | quickly that you've done it—many commands you try to use from |
| 44 | inside of a checkout won't work correctly. The <i>.fossil</i> file is |
| 45 | an <b>sqlite</b> db file which fossil uses to keeping track of |
| 46 | repository locations. Advice: if you move your repositories around, |
| 47 | let fossil know you did; |
| 48 | [./cmd_close.wiki | <code>close</code>] them before you move |
| 49 |
+1
-1
| --- www/cmd_extra.wiki | ||
| +++ www/cmd_extra.wiki | ||
| @@ -16,11 +16,11 @@ | ||
| 16 | 16 | the project. |
| 17 | 17 | |
| 18 | 18 | Suppose, for example, you have a "noodle.src" file as a scratch pad |
| 19 | 19 | for source code, and you don't want to include your latest |
| 20 | 20 | hare-brained ideas in the repository? You don't <code>add</code> it |
| 21 | -to the repository, of course—though there are ways you might add | |
| 21 | +to the repository, of course—though there are ways you might add | |
| 22 | 22 | it unintentionally. If your project is big, and you want to find |
| 23 | 23 | noodle.src, and anything else that isn't under source control within |
| 24 | 24 | the project directories, then<code> fossil extra </code> will |
| 25 | 25 | give you a list. |
| 26 | 26 | |
| 27 | 27 |
| --- www/cmd_extra.wiki | |
| +++ www/cmd_extra.wiki | |
| @@ -16,11 +16,11 @@ | |
| 16 | the project. |
| 17 | |
| 18 | Suppose, for example, you have a "noodle.src" file as a scratch pad |
| 19 | for source code, and you don't want to include your latest |
| 20 | hare-brained ideas in the repository? You don't <code>add</code> it |
| 21 | to the repository, of course—though there are ways you might add |
| 22 | it unintentionally. If your project is big, and you want to find |
| 23 | noodle.src, and anything else that isn't under source control within |
| 24 | the project directories, then<code> fossil extra </code> will |
| 25 | give you a list. |
| 26 | |
| 27 |
| --- www/cmd_extra.wiki | |
| +++ www/cmd_extra.wiki | |
| @@ -16,11 +16,11 @@ | |
| 16 | the project. |
| 17 | |
| 18 | Suppose, for example, you have a "noodle.src" file as a scratch pad |
| 19 | for source code, and you don't want to include your latest |
| 20 | hare-brained ideas in the repository? You don't <code>add</code> it |
| 21 | to the repository, of course—though there are ways you might add |
| 22 | it unintentionally. If your project is big, and you want to find |
| 23 | noodle.src, and anything else that isn't under source control within |
| 24 | the project directories, then<code> fossil extra </code> will |
| 25 | give you a list. |
| 26 | |
| 27 |
+1
-1
| --- www/cmd_status.wiki | ||
| +++ www/cmd_status.wiki | ||
| @@ -32,11 +32,11 @@ | ||
| 32 | 32 | EDITED www/index.wiki |
| 33 | 33 | $ |
| 34 | 34 | </pre></nowiki> |
| 35 | 35 | |
| 36 | 36 | Once I actually make changes to the repository (say, a |
| 37 | -[./cmd_commit.wiki | commit]) most of that will change—all | |
| 37 | +[./cmd_commit.wiki | commit]) most of that will change—all | |
| 38 | 38 | of those files showing as "EDITED" will be checked in and won't |
| 39 | 39 | show up, and the artifact IDs will reflect the new state of the |
| 40 | 40 | repository. |
| 41 | 41 | |
| 42 | 42 | If the only thing you want to see is which files in the checked-out |
| 43 | 43 |
| --- www/cmd_status.wiki | |
| +++ www/cmd_status.wiki | |
| @@ -32,11 +32,11 @@ | |
| 32 | EDITED www/index.wiki |
| 33 | $ |
| 34 | </pre></nowiki> |
| 35 | |
| 36 | Once I actually make changes to the repository (say, a |
| 37 | [./cmd_commit.wiki | commit]) most of that will change—all |
| 38 | of those files showing as "EDITED" will be checked in and won't |
| 39 | show up, and the artifact IDs will reflect the new state of the |
| 40 | repository. |
| 41 | |
| 42 | If the only thing you want to see is which files in the checked-out |
| 43 |
| --- www/cmd_status.wiki | |
| +++ www/cmd_status.wiki | |
| @@ -32,11 +32,11 @@ | |
| 32 | EDITED www/index.wiki |
| 33 | $ |
| 34 | </pre></nowiki> |
| 35 | |
| 36 | Once I actually make changes to the repository (say, a |
| 37 | [./cmd_commit.wiki | commit]) most of that will change—all |
| 38 | of those files showing as "EDITED" will be checked in and won't |
| 39 | show up, and the artifact IDs will reflect the new state of the |
| 40 | repository. |
| 41 | |
| 42 | If the only thing you want to see is which files in the checked-out |
| 43 |
+2
-2
| --- www/inout.wiki | ||
| +++ www/inout.wiki | ||
| @@ -4,11 +4,11 @@ | ||
| 4 | 4 | [http://git-scm.com/ | Git]. And since most other version control |
| 5 | 5 | systems will also import/export from Git, that means that you can |
| 6 | 6 | import/export a Fossil repository to most version control systems using |
| 7 | 7 | Git as an intermediary. |
| 8 | 8 | |
| 9 | -<h2>Git → Fossil</h2> | |
| 9 | +<h2>Git → Fossil</h2> | |
| 10 | 10 | |
| 11 | 11 | To import a Git repository into Fossil, run commands like this: |
| 12 | 12 | |
| 13 | 13 | <blockquote><pre> |
| 14 | 14 | cd git-repo |
| @@ -24,11 +24,11 @@ | ||
| 24 | 24 | is currently the only VCS interchange format that Fossil understands. But |
| 25 | 25 | future versions of Fossil might be enhanced to understand other VCS |
| 26 | 26 | interchange formats, and so for compatibility, use of the |
| 27 | 27 | --git option is recommended. |
| 28 | 28 | |
| 29 | -<h2>Fossil → Git</h2> | |
| 29 | +<h2>Fossil → Git</h2> | |
| 30 | 30 | |
| 31 | 31 | To convert a Fossil repository into a Git repository, run commands like |
| 32 | 32 | this: |
| 33 | 33 | |
| 34 | 34 | <blockquote><pre> |
| 35 | 35 |
| --- www/inout.wiki | |
| +++ www/inout.wiki | |
| @@ -4,11 +4,11 @@ | |
| 4 | [http://git-scm.com/ | Git]. And since most other version control |
| 5 | systems will also import/export from Git, that means that you can |
| 6 | import/export a Fossil repository to most version control systems using |
| 7 | Git as an intermediary. |
| 8 | |
| 9 | <h2>Git → Fossil</h2> |
| 10 | |
| 11 | To import a Git repository into Fossil, run commands like this: |
| 12 | |
| 13 | <blockquote><pre> |
| 14 | cd git-repo |
| @@ -24,11 +24,11 @@ | |
| 24 | is currently the only VCS interchange format that Fossil understands. But |
| 25 | future versions of Fossil might be enhanced to understand other VCS |
| 26 | interchange formats, and so for compatibility, use of the |
| 27 | --git option is recommended. |
| 28 | |
| 29 | <h2>Fossil → Git</h2> |
| 30 | |
| 31 | To convert a Fossil repository into a Git repository, run commands like |
| 32 | this: |
| 33 | |
| 34 | <blockquote><pre> |
| 35 |
| --- www/inout.wiki | |
| +++ www/inout.wiki | |
| @@ -4,11 +4,11 @@ | |
| 4 | [http://git-scm.com/ | Git]. And since most other version control |
| 5 | systems will also import/export from Git, that means that you can |
| 6 | import/export a Fossil repository to most version control systems using |
| 7 | Git as an intermediary. |
| 8 | |
| 9 | <h2>Git → Fossil</h2> |
| 10 | |
| 11 | To import a Git repository into Fossil, run commands like this: |
| 12 | |
| 13 | <blockquote><pre> |
| 14 | cd git-repo |
| @@ -24,11 +24,11 @@ | |
| 24 | is currently the only VCS interchange format that Fossil understands. But |
| 25 | future versions of Fossil might be enhanced to understand other VCS |
| 26 | interchange formats, and so for compatibility, use of the |
| 27 | --git option is recommended. |
| 28 | |
| 29 | <h2>Fossil → Git</h2> |
| 30 | |
| 31 | To convert a Fossil repository into a Git repository, run commands like |
| 32 | this: |
| 33 | |
| 34 | <blockquote><pre> |
| 35 |
+2
-1
| --- www/mkindex.tcl | ||
| +++ www/mkindex.tcl | ||
| @@ -60,16 +60,17 @@ | ||
| 60 | 60 | for {set i 0} {$i<$n-1} {incr i} { |
| 61 | 61 | set prefix [lrange $title 0 $i] |
| 62 | 62 | set suffix [lrange $title [expr {$i+1}] end] |
| 63 | 63 | set firstword [string tolower [lindex $suffix 0]] |
| 64 | 64 | if {[lsearch $stopwords $firstword]<0} { |
| 65 | - lappend permindex [list "$suffix — $prefix" $file] | |
| 65 | + lappend permindex [list "$suffix \u2014 $prefix" $file] | |
| 66 | 66 | } |
| 67 | 67 | } |
| 68 | 68 | } |
| 69 | 69 | set permindex [lsort -dict $permindex] |
| 70 | 70 | set out [open permutedindex.wiki w] |
| 71 | +fconfigure $out -encoding utf-8 -translation lf | |
| 71 | 72 | puts $out "<title>Permuted Index Of Fossil Documentation</title>" |
| 72 | 73 | puts $out "<nowiki>" |
| 73 | 74 | puts $out "<ul>" |
| 74 | 75 | foreach entry $permindex { |
| 75 | 76 | foreach {title file} $entry break |
| 76 | 77 |
| --- www/mkindex.tcl | |
| +++ www/mkindex.tcl | |
| @@ -60,16 +60,17 @@ | |
| 60 | for {set i 0} {$i<$n-1} {incr i} { |
| 61 | set prefix [lrange $title 0 $i] |
| 62 | set suffix [lrange $title [expr {$i+1}] end] |
| 63 | set firstword [string tolower [lindex $suffix 0]] |
| 64 | if {[lsearch $stopwords $firstword]<0} { |
| 65 | lappend permindex [list "$suffix — $prefix" $file] |
| 66 | } |
| 67 | } |
| 68 | } |
| 69 | set permindex [lsort -dict $permindex] |
| 70 | set out [open permutedindex.wiki w] |
| 71 | puts $out "<title>Permuted Index Of Fossil Documentation</title>" |
| 72 | puts $out "<nowiki>" |
| 73 | puts $out "<ul>" |
| 74 | foreach entry $permindex { |
| 75 | foreach {title file} $entry break |
| 76 |
| --- www/mkindex.tcl | |
| +++ www/mkindex.tcl | |
| @@ -60,16 +60,17 @@ | |
| 60 | for {set i 0} {$i<$n-1} {incr i} { |
| 61 | set prefix [lrange $title 0 $i] |
| 62 | set suffix [lrange $title [expr {$i+1}] end] |
| 63 | set firstword [string tolower [lindex $suffix 0]] |
| 64 | if {[lsearch $stopwords $firstword]<0} { |
| 65 | lappend permindex [list "$suffix \u2014 $prefix" $file] |
| 66 | } |
| 67 | } |
| 68 | } |
| 69 | set permindex [lsort -dict $permindex] |
| 70 | set out [open permutedindex.wiki w] |
| 71 | fconfigure $out -encoding utf-8 -translation lf |
| 72 | puts $out "<title>Permuted Index Of Fossil Documentation</title>" |
| 73 | puts $out "<nowiki>" |
| 74 | puts $out "<ul>" |
| 75 | foreach entry $permindex { |
| 76 | foreach {title file} $entry break |
| 77 |
+89
-89
| --- www/permutedindex.wiki | ||
| +++ www/permutedindex.wiki | ||
| @@ -2,53 +2,53 @@ | ||
| 2 | 2 | <nowiki> |
| 3 | 3 | <ul> |
| 4 | 4 | <li><a href="event.wiki">Events</a></li> |
| 5 | 5 | <li><a href="tech_overview.wiki">A Technical Overview Of The Design And Implementation |
| 6 | 6 | Of Fossil</a></li> |
| 7 | -<li><a href="copyright-release.html">Agreement — Contributor License</a></li> | |
| 8 | -<li><a href="delta_encoder_algorithm.wiki">Algorithm — Fossil Delta Encoding</a></li> | |
| 9 | -<li><a href="faq.wiki">Asked Questions — Frequently</a></li> | |
| 10 | -<li><a href="password.wiki">Authentication — Password Management And</a></li> | |
| 11 | -<li><a href="private.wiki">Branches — Creating, Syncing, and Deleting Private</a></li> | |
| 7 | +<li><a href="copyright-release.html">Agreement — Contributor License</a></li> | |
| 8 | +<li><a href="delta_encoder_algorithm.wiki">Algorithm — Fossil Delta Encoding</a></li> | |
| 9 | +<li><a href="faq.wiki">Asked Questions — Frequently</a></li> | |
| 10 | +<li><a href="password.wiki">Authentication — Password Management And</a></li> | |
| 11 | +<li><a href="private.wiki">Branches — Creating, Syncing, and Deleting Private</a></li> | |
| 12 | 12 | <li><a href="branching.wiki">Branching, Forking, Merging, and Tagging</a></li> |
| 13 | 13 | <li><a href="bugtheory.wiki">Bug Tracking In Fossil</a></li> |
| 14 | -<li><a href="makefile.wiki">Build Process — The Fossil</a></li> | |
| 14 | +<li><a href="makefile.wiki">Build Process — The Fossil</a></li> | |
| 15 | 15 | <li><a href="build.wiki">Building and Installing Fossil</a></li> |
| 16 | -<li><a href="changes.wiki">Changelog — Fossil</a></li> | |
| 16 | +<li><a href="changes.wiki">Changelog — Fossil</a></li> | |
| 17 | 17 | <li><a href="checkin_names.wiki">Checkin And Version Names</a></li> |
| 18 | -<li><a href="../test/release-checklist.wiki">Checklist — Pre-Release Testing</a></li> | |
| 19 | 18 | <li><a href="foss-cklist.wiki">Checklist For Successful Open-Source Projects</a></li> |
| 20 | -<li><a href="selfcheck.wiki">Checks — Fossil Repository Integrity Self</a></li> | |
| 21 | -<li><a href="contribute.wiki">Code or Documentation To The Fossil Project — Contributing</a></li> | |
| 22 | -<li><a href="style.wiki">Code Style Guidelines — Source</a></li> | |
| 23 | -<li><a href="concepts.wiki">Concepts — Fossil Core</a></li> | |
| 24 | -<li><a href="server.wiki">Configure A Fossil Server — How To</a></li> | |
| 25 | -<li><a href="shunning.wiki">Content From Fossil — Shunning: Deleting</a></li> | |
| 19 | +<li><a href="../test/release-checklist.wiki">Checklist — Pre-Release Testing</a></li> | |
| 20 | +<li><a href="selfcheck.wiki">Checks — Fossil Repository Integrity Self</a></li> | |
| 21 | +<li><a href="contribute.wiki">Code or Documentation To The Fossil Project — Contributing</a></li> | |
| 22 | +<li><a href="style.wiki">Code Style Guidelines — Source</a></li> | |
| 23 | +<li><a href="concepts.wiki">Concepts — Fossil Core</a></li> | |
| 24 | +<li><a href="server.wiki">Configure A Fossil Server — How To</a></li> | |
| 25 | +<li><a href="shunning.wiki">Content From Fossil — Shunning: Deleting</a></li> | |
| 26 | 26 | <li><a href="contribute.wiki">Contributing Code or Documentation To The Fossil Project</a></li> |
| 27 | 27 | <li><a href="copyright-release.html">Contributor License Agreement</a></li> |
| 28 | -<li><a href="concepts.wiki">Core Concepts — Fossil</a></li> | |
| 28 | +<li><a href="concepts.wiki">Core Concepts — Fossil</a></li> | |
| 29 | 29 | <li><a href="private.wiki">Creating, Syncing, and Deleting Private Branches</a></li> |
| 30 | -<li><a href="qandc.wiki">Criticisms — Questions And</a></li> | |
| 30 | +<li><a href="qandc.wiki">Criticisms — Questions And</a></li> | |
| 31 | 31 | <li><a href="custom_ticket.wiki">Customizing The Ticket System</a></li> |
| 32 | -<li><a href="tech_overview.wiki">Databases Used By Fossil — SQLite</a></li> | |
| 33 | -<li><a href="shunning.wiki">Deleting Content From Fossil — Shunning:</a></li> | |
| 34 | -<li><a href="private.wiki">Deleting Private Branches — Creating, Syncing, and</a></li> | |
| 35 | -<li><a href="delta_encoder_algorithm.wiki">Delta Encoding Algorithm — Fossil</a></li> | |
| 36 | -<li><a href="delta_format.wiki">Delta Format — Fossil</a></li> | |
| 37 | -<li><a href="tech_overview.wiki">Design And Implementation Of Fossil — A Technical Overview Of The</a></li> | |
| 38 | -<li><a href="theory1.wiki">Design Of The Fossil DVCS — Thoughts On The</a></li> | |
| 39 | -<li><a href="embeddeddoc.wiki">Documentation — Embedded Project</a></li> | |
| 40 | -<li><a href="contribute.wiki">Documentation To The Fossil Project — Contributing Code or</a></li> | |
| 41 | -<li><a href="theory1.wiki">DVCS — Thoughts On The Design Of The Fossil</a></li> | |
| 42 | -<li><a href="quotes.wiki">DVCSes in General — Quotes: What People Are Saying About Fossil, Git, and</a></li> | |
| 32 | +<li><a href="tech_overview.wiki">Databases Used By Fossil — SQLite</a></li> | |
| 33 | +<li><a href="shunning.wiki">Deleting Content From Fossil — Shunning:</a></li> | |
| 34 | +<li><a href="private.wiki">Deleting Private Branches — Creating, Syncing, and</a></li> | |
| 35 | +<li><a href="delta_encoder_algorithm.wiki">Delta Encoding Algorithm — Fossil</a></li> | |
| 36 | +<li><a href="delta_format.wiki">Delta Format — Fossil</a></li> | |
| 37 | +<li><a href="tech_overview.wiki">Design And Implementation Of Fossil — A Technical Overview Of The</a></li> | |
| 38 | +<li><a href="theory1.wiki">Design Of The Fossil DVCS — Thoughts On The</a></li> | |
| 39 | +<li><a href="contribute.wiki">Documentation To The Fossil Project — Contributing Code or</a></li> | |
| 40 | +<li><a href="embeddeddoc.wiki">Documentation — Embedded Project</a></li> | |
| 41 | +<li><a href="theory1.wiki">DVCS — Thoughts On The Design Of The Fossil</a></li> | |
| 42 | +<li><a href="quotes.wiki">DVCSes in General — Quotes: What People Are Saying About Fossil, Git, and</a></li> | |
| 43 | 43 | <li><a href="embeddeddoc.wiki">Embedded Project Documentation</a></li> |
| 44 | -<li><a href="delta_encoder_algorithm.wiki">Encoding Algorithm — Fossil Delta</a></li> | |
| 45 | -<li><a href="inout.wiki">Export To And From Git — Import And</a></li> | |
| 46 | -<li><a href="fileformat.wiki">File Format — Fossil</a></li> | |
| 47 | -<li><a href="branching.wiki">Forking, Merging, and Tagging — Branching,</a></li> | |
| 48 | -<li><a href="delta_format.wiki">Format — Fossil Delta</a></li> | |
| 49 | -<li><a href="fileformat.wiki">Format — Fossil File</a></li> | |
| 44 | +<li><a href="delta_encoder_algorithm.wiki">Encoding Algorithm — Fossil Delta</a></li> | |
| 45 | +<li><a href="inout.wiki">Export To And From Git — Import And</a></li> | |
| 46 | +<li><a href="fileformat.wiki">File Format — Fossil</a></li> | |
| 47 | +<li><a href="branching.wiki">Forking, Merging, and Tagging — Branching,</a></li> | |
| 48 | +<li><a href="delta_format.wiki">Format — Fossil Delta</a></li> | |
| 49 | +<li><a href="fileformat.wiki">Format — Fossil File</a></li> | |
| 50 | 50 | <li><a href="changes.wiki">Fossil Changelog</a></li> |
| 51 | 51 | <li><a href="concepts.wiki">Fossil Core Concepts</a></li> |
| 52 | 52 | <li><a href="delta_encoder_algorithm.wiki">Fossil Delta Encoding Algorithm</a></li> |
| 53 | 53 | <li><a href="delta_format.wiki">Fossil Delta Format</a></li> |
| 54 | 54 | <li><a href="fileformat.wiki">Fossil File Format</a></li> |
| @@ -55,81 +55,81 @@ | ||
| 55 | 55 | <li><a href="quickstart.wiki">Fossil Quick Start Guide</a></li> |
| 56 | 56 | <li><a href="selfcheck.wiki">Fossil Repository Integrity Self Checks</a></li> |
| 57 | 57 | <li><a href="selfhost.wiki">Fossil Self Hosting Repositories</a></li> |
| 58 | 58 | <li><a href="settings.wiki">Fossil Settings</a></li> |
| 59 | 59 | <li><a href="fossil-v-git.wiki">Fossil Versus Git</a></li> |
| 60 | -<li><a href="quotes.wiki">Fossil, Git, and DVCSes in General — Quotes: What People Are Saying About</a></li> | |
| 60 | +<li><a href="quotes.wiki">Fossil, Git, and DVCSes in General — Quotes: What People Are Saying About</a></li> | |
| 61 | 61 | <li><a href="faq.wiki">Frequently Asked Questions</a></li> |
| 62 | -<li><a href="shunning.wiki">From Fossil — Shunning: Deleting Content</a></li> | |
| 63 | -<li><a href="inout.wiki">From Git — Import And Export To And</a></li> | |
| 64 | -<li><a href="quotes.wiki">General — Quotes: What People Are Saying About Fossil, Git, and DVCSes in</a></li> | |
| 65 | -<li><a href="fossil-v-git.wiki">Git — Fossil Versus</a></li> | |
| 66 | -<li><a href="inout.wiki">Git — Import And Export To And From</a></li> | |
| 67 | -<li><a href="quotes.wiki">Git, and DVCSes in General — Quotes: What People Are Saying About Fossil,</a></li> | |
| 68 | -<li><a href="quickstart.wiki">Guide — Fossil Quick Start</a></li> | |
| 69 | -<li><a href="style.wiki">Guidelines — Source Code Style</a></li> | |
| 62 | +<li><a href="shunning.wiki">From Fossil — Shunning: Deleting Content</a></li> | |
| 63 | +<li><a href="inout.wiki">From Git — Import And Export To And</a></li> | |
| 64 | +<li><a href="quotes.wiki">General — Quotes: What People Are Saying About Fossil, Git, and DVCSes in</a></li> | |
| 65 | +<li><a href="fossil-v-git.wiki">Git — Fossil Versus</a></li> | |
| 66 | +<li><a href="inout.wiki">Git — Import And Export To And From</a></li> | |
| 67 | +<li><a href="quotes.wiki">Git, and DVCSes in General — Quotes: What People Are Saying About Fossil,</a></li> | |
| 68 | +<li><a href="quickstart.wiki">Guide — Fossil Quick Start</a></li> | |
| 69 | +<li><a href="style.wiki">Guidelines — Source Code Style</a></li> | |
| 70 | 70 | <li><a href="index.wiki">Home Page</a></li> |
| 71 | -<li><a href="selfhost.wiki">Hosting Repositories — Fossil Self</a></li> | |
| 71 | +<li><a href="selfhost.wiki">Hosting Repositories — Fossil Self</a></li> | |
| 72 | 72 | <li><a href="server.wiki">How To Configure A Fossil Server</a></li> |
| 73 | -<li><a href="tech_overview.wiki">Implementation Of Fossil — A Technical Overview Of The Design And</a></li> | |
| 73 | +<li><a href="tech_overview.wiki">Implementation Of Fossil — A Technical Overview Of The Design And</a></li> | |
| 74 | 74 | <li><a href="inout.wiki">Import And Export To And From Git</a></li> |
| 75 | -<li><a href="build.wiki">Installing Fossil — Building and</a></li> | |
| 76 | -<li><a href="selfcheck.wiki">Integrity Self Checks — Fossil Repository</a></li> | |
| 77 | -<li><a href="webui.wiki">Interface — The Fossil Web</a></li> | |
| 78 | -<li><a href="copyright-release.html">License Agreement — Contributor</a></li> | |
| 79 | -<li><a href="password.wiki">Management And Authentication — Password</a></li> | |
| 80 | -<li><a href="branching.wiki">Merging, and Tagging — Branching, Forking,</a></li> | |
| 81 | -<li><a href="checkin_names.wiki">Names — Checkin And Version</a></li> | |
| 82 | -<li><a href="foss-cklist.wiki">Open-Source Projects — Checklist For Successful</a></li> | |
| 83 | -<li><a href="pop.wiki">Operations — Principles Of</a></li> | |
| 84 | -<li><a href="tech_overview.wiki">Overview Of The Design And Implementation Of Fossil — A Technical</a></li> | |
| 85 | -<li><a href="index.wiki">Page — Home</a></li> | |
| 75 | +<li><a href="build.wiki">Installing Fossil — Building and</a></li> | |
| 76 | +<li><a href="selfcheck.wiki">Integrity Self Checks — Fossil Repository</a></li> | |
| 77 | +<li><a href="webui.wiki">Interface — The Fossil Web</a></li> | |
| 78 | +<li><a href="copyright-release.html">License Agreement — Contributor</a></li> | |
| 79 | +<li><a href="password.wiki">Management And Authentication — Password</a></li> | |
| 80 | +<li><a href="branching.wiki">Merging, and Tagging — Branching, Forking,</a></li> | |
| 81 | +<li><a href="checkin_names.wiki">Names — Checkin And Version</a></li> | |
| 82 | +<li><a href="foss-cklist.wiki">Open-Source Projects — Checklist For Successful</a></li> | |
| 83 | +<li><a href="pop.wiki">Operations — Principles Of</a></li> | |
| 84 | +<li><a href="tech_overview.wiki">Overview Of The Design And Implementation Of Fossil — A Technical</a></li> | |
| 85 | +<li><a href="index.wiki">Page — Home</a></li> | |
| 86 | 86 | <li><a href="password.wiki">Password Management And Authentication</a></li> |
| 87 | -<li><a href="quotes.wiki">People Are Saying About Fossil, Git, and DVCSes in General — Quotes: What</a></li> | |
| 87 | +<li><a href="quotes.wiki">People Are Saying About Fossil, Git, and DVCSes in General — Quotes: What</a></li> | |
| 88 | 88 | <li><a href="stats.wiki">Performance Statistics</a></li> |
| 89 | 89 | <li><a href="../test/release-checklist.wiki">Pre-Release Testing Checklist</a></li> |
| 90 | 90 | <li><a href="pop.wiki">Principles Of Operations</a></li> |
| 91 | -<li><a href="private.wiki">Private Branches — Creating, Syncing, and Deleting</a></li> | |
| 92 | -<li><a href="makefile.wiki">Process — The Fossil Build</a></li> | |
| 93 | -<li><a href="contribute.wiki">Project — Contributing Code or Documentation To The Fossil</a></li> | |
| 94 | -<li><a href="embeddeddoc.wiki">Project Documentation — Embedded</a></li> | |
| 95 | -<li><a href="foss-cklist.wiki">Projects — Checklist For Successful Open-Source</a></li> | |
| 96 | -<li><a href="sync.wiki">Protocol — The Fossil Sync</a></li> | |
| 97 | -<li><a href="faq.wiki">Questions — Frequently Asked</a></li> | |
| 91 | +<li><a href="private.wiki">Private Branches — Creating, Syncing, and Deleting</a></li> | |
| 92 | +<li><a href="makefile.wiki">Process — The Fossil Build</a></li> | |
| 93 | +<li><a href="embeddeddoc.wiki">Project Documentation — Embedded</a></li> | |
| 94 | +<li><a href="contribute.wiki">Project — Contributing Code or Documentation To The Fossil</a></li> | |
| 95 | +<li><a href="foss-cklist.wiki">Projects — Checklist For Successful Open-Source</a></li> | |
| 96 | +<li><a href="sync.wiki">Protocol — The Fossil Sync</a></li> | |
| 98 | 97 | <li><a href="qandc.wiki">Questions And Criticisms</a></li> |
| 99 | -<li><a href="quickstart.wiki">Quick Start Guide — Fossil</a></li> | |
| 98 | +<li><a href="faq.wiki">Questions — Frequently Asked</a></li> | |
| 99 | +<li><a href="quickstart.wiki">Quick Start Guide — Fossil</a></li> | |
| 100 | 100 | <li><a href="quotes.wiki">Quotes: What People Are Saying About Fossil, Git, and DVCSes in General</a></li> |
| 101 | -<li><a href="selfhost.wiki">Repositories — Fossil Self Hosting</a></li> | |
| 102 | -<li><a href="selfcheck.wiki">Repository Integrity Self Checks — Fossil</a></li> | |
| 103 | -<li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General — Quotes: What People Are</a></li> | |
| 104 | -<li><a href="selfcheck.wiki">Self Checks — Fossil Repository Integrity</a></li> | |
| 105 | -<li><a href="selfhost.wiki">Self Hosting Repositories — Fossil</a></li> | |
| 106 | -<li><a href="server.wiki">Server — How To Configure A Fossil</a></li> | |
| 107 | -<li><a href="settings.wiki">Settings — Fossil</a></li> | |
| 101 | +<li><a href="selfhost.wiki">Repositories — Fossil Self Hosting</a></li> | |
| 102 | +<li><a href="selfcheck.wiki">Repository Integrity Self Checks — Fossil</a></li> | |
| 103 | +<li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General — Quotes: What People Are</a></li> | |
| 104 | +<li><a href="selfcheck.wiki">Self Checks — Fossil Repository Integrity</a></li> | |
| 105 | +<li><a href="selfhost.wiki">Self Hosting Repositories — Fossil</a></li> | |
| 106 | +<li><a href="server.wiki">Server — How To Configure A Fossil</a></li> | |
| 107 | +<li><a href="settings.wiki">Settings — Fossil</a></li> | |
| 108 | 108 | <li><a href="shunning.wiki">Shunning: Deleting Content From Fossil</a></li> |
| 109 | 109 | <li><a href="style.wiki">Source Code Style Guidelines</a></li> |
| 110 | 110 | <li><a href="tech_overview.wiki">SQLite Databases Used By Fossil</a></li> |
| 111 | -<li><a href="ssl.wiki">SSL with Fossil — Using</a></li> | |
| 112 | -<li><a href="quickstart.wiki">Start Guide — Fossil Quick</a></li> | |
| 113 | -<li><a href="stats.wiki">Statistics — Performance</a></li> | |
| 114 | -<li><a href="style.wiki">Style Guidelines — Source Code</a></li> | |
| 115 | -<li><a href="foss-cklist.wiki">Successful Open-Source Projects — Checklist For</a></li> | |
| 116 | -<li><a href="sync.wiki">Sync Protocol — The Fossil</a></li> | |
| 117 | -<li><a href="private.wiki">Syncing, and Deleting Private Branches — Creating,</a></li> | |
| 118 | -<li><a href="custom_ticket.wiki">System — Customizing The Ticket</a></li> | |
| 119 | -<li><a href="branching.wiki">Tagging — Branching, Forking, Merging, and</a></li> | |
| 120 | -<li><a href="tech_overview.wiki">Technical Overview Of The Design And Implementation Of Fossil — A</a></li> | |
| 121 | -<li><a href="../test/release-checklist.wiki">Testing Checklist — Pre-Release</a></li> | |
| 111 | +<li><a href="ssl.wiki">SSL with Fossil — Using</a></li> | |
| 112 | +<li><a href="quickstart.wiki">Start Guide — Fossil Quick</a></li> | |
| 113 | +<li><a href="stats.wiki">Statistics — Performance</a></li> | |
| 114 | +<li><a href="style.wiki">Style Guidelines — Source Code</a></li> | |
| 115 | +<li><a href="foss-cklist.wiki">Successful Open-Source Projects — Checklist For</a></li> | |
| 116 | +<li><a href="sync.wiki">Sync Protocol — The Fossil</a></li> | |
| 117 | +<li><a href="private.wiki">Syncing, and Deleting Private Branches — Creating,</a></li> | |
| 118 | +<li><a href="custom_ticket.wiki">System — Customizing The Ticket</a></li> | |
| 119 | +<li><a href="branching.wiki">Tagging — Branching, Forking, Merging, and</a></li> | |
| 120 | +<li><a href="tech_overview.wiki">Technical Overview Of The Design And Implementation Of Fossil — A</a></li> | |
| 121 | +<li><a href="../test/release-checklist.wiki">Testing Checklist — Pre-Release</a></li> | |
| 122 | 122 | <li><a href="makefile.wiki">The Fossil Build Process</a></li> |
| 123 | 123 | <li><a href="sync.wiki">The Fossil Sync Protocol</a></li> |
| 124 | 124 | <li><a href="webui.wiki">The Fossil Web Interface</a></li> |
| 125 | 125 | <li><a href="theory1.wiki">Thoughts On The Design Of The Fossil DVCS</a></li> |
| 126 | -<li><a href="custom_ticket.wiki">Ticket System — Customizing The</a></li> | |
| 127 | -<li><a href="bugtheory.wiki">Tracking In Fossil — Bug</a></li> | |
| 126 | +<li><a href="custom_ticket.wiki">Ticket System — Customizing The</a></li> | |
| 127 | +<li><a href="bugtheory.wiki">Tracking In Fossil — Bug</a></li> | |
| 128 | 128 | <li><a href="ssl.wiki">Using SSL with Fossil</a></li> |
| 129 | -<li><a href="checkin_names.wiki">Version Names — Checkin And</a></li> | |
| 130 | -<li><a href="fossil-v-git.wiki">Versus Git — Fossil</a></li> | |
| 131 | -<li><a href="webui.wiki">Web Interface — The Fossil</a></li> | |
| 132 | -<li><a href="quotes.wiki">What People Are Saying About Fossil, Git, and DVCSes in General — Quotes:</a></li> | |
| 129 | +<li><a href="checkin_names.wiki">Version Names — Checkin And</a></li> | |
| 130 | +<li><a href="fossil-v-git.wiki">Versus Git — Fossil</a></li> | |
| 131 | +<li><a href="webui.wiki">Web Interface — The Fossil</a></li> | |
| 132 | +<li><a href="quotes.wiki">What People Are Saying About Fossil, Git, and DVCSes in General — Quotes:</a></li> | |
| 133 | 133 | <li><a href="wikitheory.wiki">Wiki In Fossil</a></li> |
| 134 | -<li><a href="ssl.wiki">with Fossil — Using SSL</a></li> | |
| 134 | +<li><a href="ssl.wiki">with Fossil — Using SSL</a></li> | |
| 135 | 135 | </ul> |
| 136 | 136 |
| --- www/permutedindex.wiki | |
| +++ www/permutedindex.wiki | |
| @@ -2,53 +2,53 @@ | |
| 2 | <nowiki> |
| 3 | <ul> |
| 4 | <li><a href="event.wiki">Events</a></li> |
| 5 | <li><a href="tech_overview.wiki">A Technical Overview Of The Design And Implementation |
| 6 | Of Fossil</a></li> |
| 7 | <li><a href="copyright-release.html">Agreement — Contributor License</a></li> |
| 8 | <li><a href="delta_encoder_algorithm.wiki">Algorithm — Fossil Delta Encoding</a></li> |
| 9 | <li><a href="faq.wiki">Asked Questions — Frequently</a></li> |
| 10 | <li><a href="password.wiki">Authentication — Password Management And</a></li> |
| 11 | <li><a href="private.wiki">Branches — Creating, Syncing, and Deleting Private</a></li> |
| 12 | <li><a href="branching.wiki">Branching, Forking, Merging, and Tagging</a></li> |
| 13 | <li><a href="bugtheory.wiki">Bug Tracking In Fossil</a></li> |
| 14 | <li><a href="makefile.wiki">Build Process — The Fossil</a></li> |
| 15 | <li><a href="build.wiki">Building and Installing Fossil</a></li> |
| 16 | <li><a href="changes.wiki">Changelog — Fossil</a></li> |
| 17 | <li><a href="checkin_names.wiki">Checkin And Version Names</a></li> |
| 18 | <li><a href="../test/release-checklist.wiki">Checklist — Pre-Release Testing</a></li> |
| 19 | <li><a href="foss-cklist.wiki">Checklist For Successful Open-Source Projects</a></li> |
| 20 | <li><a href="selfcheck.wiki">Checks — Fossil Repository Integrity Self</a></li> |
| 21 | <li><a href="contribute.wiki">Code or Documentation To The Fossil Project — Contributing</a></li> |
| 22 | <li><a href="style.wiki">Code Style Guidelines — Source</a></li> |
| 23 | <li><a href="concepts.wiki">Concepts — Fossil Core</a></li> |
| 24 | <li><a href="server.wiki">Configure A Fossil Server — How To</a></li> |
| 25 | <li><a href="shunning.wiki">Content From Fossil — Shunning: Deleting</a></li> |
| 26 | <li><a href="contribute.wiki">Contributing Code or Documentation To The Fossil Project</a></li> |
| 27 | <li><a href="copyright-release.html">Contributor License Agreement</a></li> |
| 28 | <li><a href="concepts.wiki">Core Concepts — Fossil</a></li> |
| 29 | <li><a href="private.wiki">Creating, Syncing, and Deleting Private Branches</a></li> |
| 30 | <li><a href="qandc.wiki">Criticisms — Questions And</a></li> |
| 31 | <li><a href="custom_ticket.wiki">Customizing The Ticket System</a></li> |
| 32 | <li><a href="tech_overview.wiki">Databases Used By Fossil — SQLite</a></li> |
| 33 | <li><a href="shunning.wiki">Deleting Content From Fossil — Shunning:</a></li> |
| 34 | <li><a href="private.wiki">Deleting Private Branches — Creating, Syncing, and</a></li> |
| 35 | <li><a href="delta_encoder_algorithm.wiki">Delta Encoding Algorithm — Fossil</a></li> |
| 36 | <li><a href="delta_format.wiki">Delta Format — Fossil</a></li> |
| 37 | <li><a href="tech_overview.wiki">Design And Implementation Of Fossil — A Technical Overview Of The</a></li> |
| 38 | <li><a href="theory1.wiki">Design Of The Fossil DVCS — Thoughts On The</a></li> |
| 39 | <li><a href="embeddeddoc.wiki">Documentation — Embedded Project</a></li> |
| 40 | <li><a href="contribute.wiki">Documentation To The Fossil Project — Contributing Code or</a></li> |
| 41 | <li><a href="theory1.wiki">DVCS — Thoughts On The Design Of The Fossil</a></li> |
| 42 | <li><a href="quotes.wiki">DVCSes in General — Quotes: What People Are Saying About Fossil, Git, and</a></li> |
| 43 | <li><a href="embeddeddoc.wiki">Embedded Project Documentation</a></li> |
| 44 | <li><a href="delta_encoder_algorithm.wiki">Encoding Algorithm — Fossil Delta</a></li> |
| 45 | <li><a href="inout.wiki">Export To And From Git — Import And</a></li> |
| 46 | <li><a href="fileformat.wiki">File Format — Fossil</a></li> |
| 47 | <li><a href="branching.wiki">Forking, Merging, and Tagging — Branching,</a></li> |
| 48 | <li><a href="delta_format.wiki">Format — Fossil Delta</a></li> |
| 49 | <li><a href="fileformat.wiki">Format — Fossil File</a></li> |
| 50 | <li><a href="changes.wiki">Fossil Changelog</a></li> |
| 51 | <li><a href="concepts.wiki">Fossil Core Concepts</a></li> |
| 52 | <li><a href="delta_encoder_algorithm.wiki">Fossil Delta Encoding Algorithm</a></li> |
| 53 | <li><a href="delta_format.wiki">Fossil Delta Format</a></li> |
| 54 | <li><a href="fileformat.wiki">Fossil File Format</a></li> |
| @@ -55,81 +55,81 @@ | |
| 55 | <li><a href="quickstart.wiki">Fossil Quick Start Guide</a></li> |
| 56 | <li><a href="selfcheck.wiki">Fossil Repository Integrity Self Checks</a></li> |
| 57 | <li><a href="selfhost.wiki">Fossil Self Hosting Repositories</a></li> |
| 58 | <li><a href="settings.wiki">Fossil Settings</a></li> |
| 59 | <li><a href="fossil-v-git.wiki">Fossil Versus Git</a></li> |
| 60 | <li><a href="quotes.wiki">Fossil, Git, and DVCSes in General — Quotes: What People Are Saying About</a></li> |
| 61 | <li><a href="faq.wiki">Frequently Asked Questions</a></li> |
| 62 | <li><a href="shunning.wiki">From Fossil — Shunning: Deleting Content</a></li> |
| 63 | <li><a href="inout.wiki">From Git — Import And Export To And</a></li> |
| 64 | <li><a href="quotes.wiki">General — Quotes: What People Are Saying About Fossil, Git, and DVCSes in</a></li> |
| 65 | <li><a href="fossil-v-git.wiki">Git — Fossil Versus</a></li> |
| 66 | <li><a href="inout.wiki">Git — Import And Export To And From</a></li> |
| 67 | <li><a href="quotes.wiki">Git, and DVCSes in General — Quotes: What People Are Saying About Fossil,</a></li> |
| 68 | <li><a href="quickstart.wiki">Guide — Fossil Quick Start</a></li> |
| 69 | <li><a href="style.wiki">Guidelines — Source Code Style</a></li> |
| 70 | <li><a href="index.wiki">Home Page</a></li> |
| 71 | <li><a href="selfhost.wiki">Hosting Repositories — Fossil Self</a></li> |
| 72 | <li><a href="server.wiki">How To Configure A Fossil Server</a></li> |
| 73 | <li><a href="tech_overview.wiki">Implementation Of Fossil — A Technical Overview Of The Design And</a></li> |
| 74 | <li><a href="inout.wiki">Import And Export To And From Git</a></li> |
| 75 | <li><a href="build.wiki">Installing Fossil — Building and</a></li> |
| 76 | <li><a href="selfcheck.wiki">Integrity Self Checks — Fossil Repository</a></li> |
| 77 | <li><a href="webui.wiki">Interface — The Fossil Web</a></li> |
| 78 | <li><a href="copyright-release.html">License Agreement — Contributor</a></li> |
| 79 | <li><a href="password.wiki">Management And Authentication — Password</a></li> |
| 80 | <li><a href="branching.wiki">Merging, and Tagging — Branching, Forking,</a></li> |
| 81 | <li><a href="checkin_names.wiki">Names — Checkin And Version</a></li> |
| 82 | <li><a href="foss-cklist.wiki">Open-Source Projects — Checklist For Successful</a></li> |
| 83 | <li><a href="pop.wiki">Operations — Principles Of</a></li> |
| 84 | <li><a href="tech_overview.wiki">Overview Of The Design And Implementation Of Fossil — A Technical</a></li> |
| 85 | <li><a href="index.wiki">Page — Home</a></li> |
| 86 | <li><a href="password.wiki">Password Management And Authentication</a></li> |
| 87 | <li><a href="quotes.wiki">People Are Saying About Fossil, Git, and DVCSes in General — Quotes: What</a></li> |
| 88 | <li><a href="stats.wiki">Performance Statistics</a></li> |
| 89 | <li><a href="../test/release-checklist.wiki">Pre-Release Testing Checklist</a></li> |
| 90 | <li><a href="pop.wiki">Principles Of Operations</a></li> |
| 91 | <li><a href="private.wiki">Private Branches — Creating, Syncing, and Deleting</a></li> |
| 92 | <li><a href="makefile.wiki">Process — The Fossil Build</a></li> |
| 93 | <li><a href="contribute.wiki">Project — Contributing Code or Documentation To The Fossil</a></li> |
| 94 | <li><a href="embeddeddoc.wiki">Project Documentation — Embedded</a></li> |
| 95 | <li><a href="foss-cklist.wiki">Projects — Checklist For Successful Open-Source</a></li> |
| 96 | <li><a href="sync.wiki">Protocol — The Fossil Sync</a></li> |
| 97 | <li><a href="faq.wiki">Questions — Frequently Asked</a></li> |
| 98 | <li><a href="qandc.wiki">Questions And Criticisms</a></li> |
| 99 | <li><a href="quickstart.wiki">Quick Start Guide — Fossil</a></li> |
| 100 | <li><a href="quotes.wiki">Quotes: What People Are Saying About Fossil, Git, and DVCSes in General</a></li> |
| 101 | <li><a href="selfhost.wiki">Repositories — Fossil Self Hosting</a></li> |
| 102 | <li><a href="selfcheck.wiki">Repository Integrity Self Checks — Fossil</a></li> |
| 103 | <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General — Quotes: What People Are</a></li> |
| 104 | <li><a href="selfcheck.wiki">Self Checks — Fossil Repository Integrity</a></li> |
| 105 | <li><a href="selfhost.wiki">Self Hosting Repositories — Fossil</a></li> |
| 106 | <li><a href="server.wiki">Server — How To Configure A Fossil</a></li> |
| 107 | <li><a href="settings.wiki">Settings — Fossil</a></li> |
| 108 | <li><a href="shunning.wiki">Shunning: Deleting Content From Fossil</a></li> |
| 109 | <li><a href="style.wiki">Source Code Style Guidelines</a></li> |
| 110 | <li><a href="tech_overview.wiki">SQLite Databases Used By Fossil</a></li> |
| 111 | <li><a href="ssl.wiki">SSL with Fossil — Using</a></li> |
| 112 | <li><a href="quickstart.wiki">Start Guide — Fossil Quick</a></li> |
| 113 | <li><a href="stats.wiki">Statistics — Performance</a></li> |
| 114 | <li><a href="style.wiki">Style Guidelines — Source Code</a></li> |
| 115 | <li><a href="foss-cklist.wiki">Successful Open-Source Projects — Checklist For</a></li> |
| 116 | <li><a href="sync.wiki">Sync Protocol — The Fossil</a></li> |
| 117 | <li><a href="private.wiki">Syncing, and Deleting Private Branches — Creating,</a></li> |
| 118 | <li><a href="custom_ticket.wiki">System — Customizing The Ticket</a></li> |
| 119 | <li><a href="branching.wiki">Tagging — Branching, Forking, Merging, and</a></li> |
| 120 | <li><a href="tech_overview.wiki">Technical Overview Of The Design And Implementation Of Fossil — A</a></li> |
| 121 | <li><a href="../test/release-checklist.wiki">Testing Checklist — Pre-Release</a></li> |
| 122 | <li><a href="makefile.wiki">The Fossil Build Process</a></li> |
| 123 | <li><a href="sync.wiki">The Fossil Sync Protocol</a></li> |
| 124 | <li><a href="webui.wiki">The Fossil Web Interface</a></li> |
| 125 | <li><a href="theory1.wiki">Thoughts On The Design Of The Fossil DVCS</a></li> |
| 126 | <li><a href="custom_ticket.wiki">Ticket System — Customizing The</a></li> |
| 127 | <li><a href="bugtheory.wiki">Tracking In Fossil — Bug</a></li> |
| 128 | <li><a href="ssl.wiki">Using SSL with Fossil</a></li> |
| 129 | <li><a href="checkin_names.wiki">Version Names — Checkin And</a></li> |
| 130 | <li><a href="fossil-v-git.wiki">Versus Git — Fossil</a></li> |
| 131 | <li><a href="webui.wiki">Web Interface — The Fossil</a></li> |
| 132 | <li><a href="quotes.wiki">What People Are Saying About Fossil, Git, and DVCSes in General — Quotes:</a></li> |
| 133 | <li><a href="wikitheory.wiki">Wiki In Fossil</a></li> |
| 134 | <li><a href="ssl.wiki">with Fossil — Using SSL</a></li> |
| 135 | </ul> |
| 136 |
| --- www/permutedindex.wiki | |
| +++ www/permutedindex.wiki | |
| @@ -2,53 +2,53 @@ | |
| 2 | <nowiki> |
| 3 | <ul> |
| 4 | <li><a href="event.wiki">Events</a></li> |
| 5 | <li><a href="tech_overview.wiki">A Technical Overview Of The Design And Implementation |
| 6 | Of Fossil</a></li> |
| 7 | <li><a href="copyright-release.html">Agreement — Contributor License</a></li> |
| 8 | <li><a href="delta_encoder_algorithm.wiki">Algorithm — Fossil Delta Encoding</a></li> |
| 9 | <li><a href="faq.wiki">Asked Questions — Frequently</a></li> |
| 10 | <li><a href="password.wiki">Authentication — Password Management And</a></li> |
| 11 | <li><a href="private.wiki">Branches — Creating, Syncing, and Deleting Private</a></li> |
| 12 | <li><a href="branching.wiki">Branching, Forking, Merging, and Tagging</a></li> |
| 13 | <li><a href="bugtheory.wiki">Bug Tracking In Fossil</a></li> |
| 14 | <li><a href="makefile.wiki">Build Process — The Fossil</a></li> |
| 15 | <li><a href="build.wiki">Building and Installing Fossil</a></li> |
| 16 | <li><a href="changes.wiki">Changelog — Fossil</a></li> |
| 17 | <li><a href="checkin_names.wiki">Checkin And Version Names</a></li> |
| 18 | <li><a href="foss-cklist.wiki">Checklist For Successful Open-Source Projects</a></li> |
| 19 | <li><a href="../test/release-checklist.wiki">Checklist — Pre-Release Testing</a></li> |
| 20 | <li><a href="selfcheck.wiki">Checks — Fossil Repository Integrity Self</a></li> |
| 21 | <li><a href="contribute.wiki">Code or Documentation To The Fossil Project — Contributing</a></li> |
| 22 | <li><a href="style.wiki">Code Style Guidelines — Source</a></li> |
| 23 | <li><a href="concepts.wiki">Concepts — Fossil Core</a></li> |
| 24 | <li><a href="server.wiki">Configure A Fossil Server — How To</a></li> |
| 25 | <li><a href="shunning.wiki">Content From Fossil — Shunning: Deleting</a></li> |
| 26 | <li><a href="contribute.wiki">Contributing Code or Documentation To The Fossil Project</a></li> |
| 27 | <li><a href="copyright-release.html">Contributor License Agreement</a></li> |
| 28 | <li><a href="concepts.wiki">Core Concepts — Fossil</a></li> |
| 29 | <li><a href="private.wiki">Creating, Syncing, and Deleting Private Branches</a></li> |
| 30 | <li><a href="qandc.wiki">Criticisms — Questions And</a></li> |
| 31 | <li><a href="custom_ticket.wiki">Customizing The Ticket System</a></li> |
| 32 | <li><a href="tech_overview.wiki">Databases Used By Fossil — SQLite</a></li> |
| 33 | <li><a href="shunning.wiki">Deleting Content From Fossil — Shunning:</a></li> |
| 34 | <li><a href="private.wiki">Deleting Private Branches — Creating, Syncing, and</a></li> |
| 35 | <li><a href="delta_encoder_algorithm.wiki">Delta Encoding Algorithm — Fossil</a></li> |
| 36 | <li><a href="delta_format.wiki">Delta Format — Fossil</a></li> |
| 37 | <li><a href="tech_overview.wiki">Design And Implementation Of Fossil — A Technical Overview Of The</a></li> |
| 38 | <li><a href="theory1.wiki">Design Of The Fossil DVCS — Thoughts On The</a></li> |
| 39 | <li><a href="contribute.wiki">Documentation To The Fossil Project — Contributing Code or</a></li> |
| 40 | <li><a href="embeddeddoc.wiki">Documentation — Embedded Project</a></li> |
| 41 | <li><a href="theory1.wiki">DVCS — Thoughts On The Design Of The Fossil</a></li> |
| 42 | <li><a href="quotes.wiki">DVCSes in General — Quotes: What People Are Saying About Fossil, Git, and</a></li> |
| 43 | <li><a href="embeddeddoc.wiki">Embedded Project Documentation</a></li> |
| 44 | <li><a href="delta_encoder_algorithm.wiki">Encoding Algorithm — Fossil Delta</a></li> |
| 45 | <li><a href="inout.wiki">Export To And From Git — Import And</a></li> |
| 46 | <li><a href="fileformat.wiki">File Format — Fossil</a></li> |
| 47 | <li><a href="branching.wiki">Forking, Merging, and Tagging — Branching,</a></li> |
| 48 | <li><a href="delta_format.wiki">Format — Fossil Delta</a></li> |
| 49 | <li><a href="fileformat.wiki">Format — Fossil File</a></li> |
| 50 | <li><a href="changes.wiki">Fossil Changelog</a></li> |
| 51 | <li><a href="concepts.wiki">Fossil Core Concepts</a></li> |
| 52 | <li><a href="delta_encoder_algorithm.wiki">Fossil Delta Encoding Algorithm</a></li> |
| 53 | <li><a href="delta_format.wiki">Fossil Delta Format</a></li> |
| 54 | <li><a href="fileformat.wiki">Fossil File Format</a></li> |
| @@ -55,81 +55,81 @@ | |
| 55 | <li><a href="quickstart.wiki">Fossil Quick Start Guide</a></li> |
| 56 | <li><a href="selfcheck.wiki">Fossil Repository Integrity Self Checks</a></li> |
| 57 | <li><a href="selfhost.wiki">Fossil Self Hosting Repositories</a></li> |
| 58 | <li><a href="settings.wiki">Fossil Settings</a></li> |
| 59 | <li><a href="fossil-v-git.wiki">Fossil Versus Git</a></li> |
| 60 | <li><a href="quotes.wiki">Fossil, Git, and DVCSes in General — Quotes: What People Are Saying About</a></li> |
| 61 | <li><a href="faq.wiki">Frequently Asked Questions</a></li> |
| 62 | <li><a href="shunning.wiki">From Fossil — Shunning: Deleting Content</a></li> |
| 63 | <li><a href="inout.wiki">From Git — Import And Export To And</a></li> |
| 64 | <li><a href="quotes.wiki">General — Quotes: What People Are Saying About Fossil, Git, and DVCSes in</a></li> |
| 65 | <li><a href="fossil-v-git.wiki">Git — Fossil Versus</a></li> |
| 66 | <li><a href="inout.wiki">Git — Import And Export To And From</a></li> |
| 67 | <li><a href="quotes.wiki">Git, and DVCSes in General — Quotes: What People Are Saying About Fossil,</a></li> |
| 68 | <li><a href="quickstart.wiki">Guide — Fossil Quick Start</a></li> |
| 69 | <li><a href="style.wiki">Guidelines — Source Code Style</a></li> |
| 70 | <li><a href="index.wiki">Home Page</a></li> |
| 71 | <li><a href="selfhost.wiki">Hosting Repositories — Fossil Self</a></li> |
| 72 | <li><a href="server.wiki">How To Configure A Fossil Server</a></li> |
| 73 | <li><a href="tech_overview.wiki">Implementation Of Fossil — A Technical Overview Of The Design And</a></li> |
| 74 | <li><a href="inout.wiki">Import And Export To And From Git</a></li> |
| 75 | <li><a href="build.wiki">Installing Fossil — Building and</a></li> |
| 76 | <li><a href="selfcheck.wiki">Integrity Self Checks — Fossil Repository</a></li> |
| 77 | <li><a href="webui.wiki">Interface — The Fossil Web</a></li> |
| 78 | <li><a href="copyright-release.html">License Agreement — Contributor</a></li> |
| 79 | <li><a href="password.wiki">Management And Authentication — Password</a></li> |
| 80 | <li><a href="branching.wiki">Merging, and Tagging — Branching, Forking,</a></li> |
| 81 | <li><a href="checkin_names.wiki">Names — Checkin And Version</a></li> |
| 82 | <li><a href="foss-cklist.wiki">Open-Source Projects — Checklist For Successful</a></li> |
| 83 | <li><a href="pop.wiki">Operations — Principles Of</a></li> |
| 84 | <li><a href="tech_overview.wiki">Overview Of The Design And Implementation Of Fossil — A Technical</a></li> |
| 85 | <li><a href="index.wiki">Page — Home</a></li> |
| 86 | <li><a href="password.wiki">Password Management And Authentication</a></li> |
| 87 | <li><a href="quotes.wiki">People Are Saying About Fossil, Git, and DVCSes in General — Quotes: What</a></li> |
| 88 | <li><a href="stats.wiki">Performance Statistics</a></li> |
| 89 | <li><a href="../test/release-checklist.wiki">Pre-Release Testing Checklist</a></li> |
| 90 | <li><a href="pop.wiki">Principles Of Operations</a></li> |
| 91 | <li><a href="private.wiki">Private Branches — Creating, Syncing, and Deleting</a></li> |
| 92 | <li><a href="makefile.wiki">Process — The Fossil Build</a></li> |
| 93 | <li><a href="embeddeddoc.wiki">Project Documentation — Embedded</a></li> |
| 94 | <li><a href="contribute.wiki">Project — Contributing Code or Documentation To The Fossil</a></li> |
| 95 | <li><a href="foss-cklist.wiki">Projects — Checklist For Successful Open-Source</a></li> |
| 96 | <li><a href="sync.wiki">Protocol — The Fossil Sync</a></li> |
| 97 | <li><a href="qandc.wiki">Questions And Criticisms</a></li> |
| 98 | <li><a href="faq.wiki">Questions — Frequently Asked</a></li> |
| 99 | <li><a href="quickstart.wiki">Quick Start Guide — Fossil</a></li> |
| 100 | <li><a href="quotes.wiki">Quotes: What People Are Saying About Fossil, Git, and DVCSes in General</a></li> |
| 101 | <li><a href="selfhost.wiki">Repositories — Fossil Self Hosting</a></li> |
| 102 | <li><a href="selfcheck.wiki">Repository Integrity Self Checks — Fossil</a></li> |
| 103 | <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General — Quotes: What People Are</a></li> |
| 104 | <li><a href="selfcheck.wiki">Self Checks — Fossil Repository Integrity</a></li> |
| 105 | <li><a href="selfhost.wiki">Self Hosting Repositories — Fossil</a></li> |
| 106 | <li><a href="server.wiki">Server — How To Configure A Fossil</a></li> |
| 107 | <li><a href="settings.wiki">Settings — Fossil</a></li> |
| 108 | <li><a href="shunning.wiki">Shunning: Deleting Content From Fossil</a></li> |
| 109 | <li><a href="style.wiki">Source Code Style Guidelines</a></li> |
| 110 | <li><a href="tech_overview.wiki">SQLite Databases Used By Fossil</a></li> |
| 111 | <li><a href="ssl.wiki">SSL with Fossil — Using</a></li> |
| 112 | <li><a href="quickstart.wiki">Start Guide — Fossil Quick</a></li> |
| 113 | <li><a href="stats.wiki">Statistics — Performance</a></li> |
| 114 | <li><a href="style.wiki">Style Guidelines — Source Code</a></li> |
| 115 | <li><a href="foss-cklist.wiki">Successful Open-Source Projects — Checklist For</a></li> |
| 116 | <li><a href="sync.wiki">Sync Protocol — The Fossil</a></li> |
| 117 | <li><a href="private.wiki">Syncing, and Deleting Private Branches — Creating,</a></li> |
| 118 | <li><a href="custom_ticket.wiki">System — Customizing The Ticket</a></li> |
| 119 | <li><a href="branching.wiki">Tagging — Branching, Forking, Merging, and</a></li> |
| 120 | <li><a href="tech_overview.wiki">Technical Overview Of The Design And Implementation Of Fossil — A</a></li> |
| 121 | <li><a href="../test/release-checklist.wiki">Testing Checklist — Pre-Release</a></li> |
| 122 | <li><a href="makefile.wiki">The Fossil Build Process</a></li> |
| 123 | <li><a href="sync.wiki">The Fossil Sync Protocol</a></li> |
| 124 | <li><a href="webui.wiki">The Fossil Web Interface</a></li> |
| 125 | <li><a href="theory1.wiki">Thoughts On The Design Of The Fossil DVCS</a></li> |
| 126 | <li><a href="custom_ticket.wiki">Ticket System — Customizing The</a></li> |
| 127 | <li><a href="bugtheory.wiki">Tracking In Fossil — Bug</a></li> |
| 128 | <li><a href="ssl.wiki">Using SSL with Fossil</a></li> |
| 129 | <li><a href="checkin_names.wiki">Version Names — Checkin And</a></li> |
| 130 | <li><a href="fossil-v-git.wiki">Versus Git — Fossil</a></li> |
| 131 | <li><a href="webui.wiki">Web Interface — The Fossil</a></li> |
| 132 | <li><a href="quotes.wiki">What People Are Saying About Fossil, Git, and DVCSes in General — Quotes:</a></li> |
| 133 | <li><a href="wikitheory.wiki">Wiki In Fossil</a></li> |
| 134 | <li><a href="ssl.wiki">with Fossil — Using SSL</a></li> |
| 135 | </ul> |
| 136 |
+48
-48
| --- www/reference.wiki | ||
| +++ www/reference.wiki | ||
| @@ -1,10 +1,10 @@ | ||
| 1 | 1 | <h2>Command Line Interface Reference</h2> |
| 2 | 2 | |
| 3 | 3 | This is an easy introduction to the fossil command line interface |
| 4 | 4 | (cli). It assumes some familiarity with using the command line, and |
| 5 | - with Source Code Maintenence (SCM) systems—but not <i>too</i> | |
| 5 | + with Source Code Maintenence (SCM) systems—but not <i>too</i> | |
| 6 | 6 | much. |
| 7 | 7 | |
| 8 | 8 | If you are trying to find information about fossil's web |
| 9 | 9 | capabilities, see the <a href="index.wiki">Fossil Home</a> and |
| 10 | 10 | <a href="wikitheory.wiki">Fossil Wiki</a> pages for pointers. |
| @@ -18,12 +18,12 @@ | ||
| 18 | 18 | including any options, and it will make more sense. |
| 19 | 19 | |
| 20 | 20 | * Any fossil command is acceptable once enough of it has been |
| 21 | 21 | entered to make the intent unambiguous. 'clo' is a proper prefix of |
| 22 | 22 | both the 'clone' and 'close' commands, for instance, but 'clon' is |
| 23 | - enough to make the intent—the 'clone' | |
| 24 | - command—unambiguous. | |
| 23 | + enough to make the intent—the 'clone' | |
| 24 | + command—unambiguous. | |
| 25 | 25 | |
| 26 | 26 | * Pragmatically, a [./concepts.wiki#keyconc | <u>version</u>] |
| 27 | 27 | in <b>fossil</b> is a 40-character long string of hexadecimal. |
| 28 | 28 | <b>fossil</b> will be able to figure out which version you want |
| 29 | 29 | with any <i>distinct</i> prefix of that string which is at |
| @@ -48,11 +48,11 @@ | ||
| 48 | 48 | guaranteed and fast access to the sources & docs (your cloned fossil |
| 49 | 49 | repository). |
| 50 | 50 | <br /><br /> <br /> |
| 51 | 51 | <b>You should</b> probably start interacting with fossil at the command |
| 52 | 52 | line by asking it what it can |
| 53 | - do: <a name="tof">ˆ</a> | |
| 53 | + do: <a name="tof">ˆ</a> | |
| 54 | 54 | |
| 55 | 55 | <code>$ fossil help</code><nowiki><pre> |
| 56 | 56 | Usage: fossil help COMMAND. |
| 57 | 57 | Available COMMANDs:</pre><table width="80%" |
| 58 | 58 | style="font-family: fixed, courier, monospace;"> |
| @@ -133,16 +133,16 @@ | ||
| 133 | 133 | fossil help <i>command</i> </code>for all of the |
| 134 | 134 | commands listed above. There are links to individual pages for each |
| 135 | 135 | of them; pages with content (commands marked with a '*' are done) go |
| 136 | 136 | into the reason for a command in a bit more depth than the program help. |
| 137 | 137 | <pre> |
| 138 | -<hr><a href="#tof">ˆ</a> | |
| 138 | +<hr><a href="#tof">ˆ</a> | |
| 139 | 139 | <a name="add">Usage: </a><code><a href="cmd_add.wiki">fossil add</a></code> FILE... |
| 140 | 140 | Make arrangements to add one or more files to the current checkout |
| 141 | 141 | at the next commit. |
| 142 | 142 | |
| 143 | -<hr><a href="#tof">ˆ</a> | |
| 143 | +<hr><a href="#tof">ˆ</a> | |
| 144 | 144 | <a name="all">Usage: </a><code><a href="cmd_all.wiki">fossil all</a></code> (list|pull|push|rebuild|sync) |
| 145 | 145 | The ~/.fossil file records the location of all repositories for a |
| 146 | 146 | user. This command performs certain operations on all repositories |
| 147 | 147 | that can be useful before or after a period of disconnection operation. |
| 148 | 148 | |
| @@ -163,11 +163,11 @@ | ||
| 163 | 163 | |
| 164 | 164 | Respositories are automatically added to the set of known repositories |
| 165 | 165 | when one of the following commands against the repository: clone, info, |
| 166 | 166 | pull, push, or sync |
| 167 | 167 | |
| 168 | -<hr><a href="#tof">ˆ</a> | |
| 168 | +<hr><a href="#tof">ˆ</a> | |
| 169 | 169 | <a name="branch">Usage: </a><code><a href="cmd_branch.wiki">fossil branch</a></code> SUBCOMMAND ... ?-R|--repository FILE? |
| 170 | 170 | |
| 171 | 171 | Run various subcommands on the branches of the open repository or |
| 172 | 172 | of the repository identified by the -R or --repository option. |
| 173 | 173 | |
| @@ -178,11 +178,11 @@ | ||
| 178 | 178 | |
| 179 | 179 | fossil branch list |
| 180 | 180 | |
| 181 | 181 | List all branches |
| 182 | 182 | |
| 183 | -<hr><a href="#tof">ˆ</a> | |
| 183 | +<hr><a href="#tof">ˆ</a> | |
| 184 | 184 | <a name="cgi">Usage: </a><a href="cmd_cgi.wiki">fossil cgi</a> SCRIPT |
| 185 | 185 | The SCRIPT argument is the name of a file that is the CGI script |
| 186 | 186 | that is being run. The command name, "cgi", may be omitted if |
| 187 | 187 | the GATEWAY_INTERFACE environment variable is set to "CGI" (which |
| 188 | 188 | should always be the case for CGI scripts run by a webserver.) The |
| @@ -193,24 +193,24 @@ | ||
| 193 | 193 | |
| 194 | 194 | The second line defines the name of the repository. After locating |
| 195 | 195 | the repository, fossil will generate a webpage on stdout based on |
| 196 | 196 | the values of standard CGI environment variables. |
| 197 | 197 | |
| 198 | -<hr><a href="#tof">ˆ</a> | |
| 198 | +<hr><a href="#tof">ˆ</a> | |
| 199 | 199 | <a name="changes">Usage: </a><a href="cmd_changes.wiki">fossil changes</a> |
| 200 | 200 | Report on the edit status of all files in the current checkout. |
| 201 | 201 | See also the "status" and "extra" commands. |
| 202 | 202 | |
| 203 | -<hr><a href="#tof">ˆ</a> | |
| 203 | +<hr><a href="#tof">ˆ</a> | |
| 204 | 204 | <a name="checkout">Usage: </a><a href="cmd_checkout.wiki">fossil checkout</a> VERSION ?-f|--force? |
| 205 | 205 | Check out a version specified on the command-line. This command |
| 206 | 206 | will not overwrite edited files in the current checkout unless |
| 207 | 207 | the --force option appears on the command-line. |
| 208 | 208 | |
| 209 | 209 | See also the "update" command. |
| 210 | 210 | |
| 211 | -<hr><a href="#tof">ˆ</a> | |
| 211 | +<hr><a href="#tof">ˆ</a> | |
| 212 | 212 | <a name="commit">Usage: </a><a href="cmd_commit.wiki">fossil commit</a> ?-m COMMENT? ?--nosign? ?FILE...? fossil ci ... (as above) |
| 213 | 213 | |
| 214 | 214 | Create a new version containing all of the changes in the current |
| 215 | 215 | checkout. You will be prompted to enter a check-in comment unless |
| 216 | 216 | the "-m" option is used to specify a comment line. You will be |
| @@ -217,32 +217,32 @@ | ||
| 217 | 217 | prompted for your GPG passphrase in order to sign the new manifest |
| 218 | 218 | unless the "--nosign" option is used. All files that have |
| 219 | 219 | changed will be committed unless some subset of files is specified |
| 220 | 220 | on the command line. |
| 221 | 221 | |
| 222 | -<hr><a href="#tof">ˆ</a> | |
| 222 | +<hr><a href="#tof">ˆ</a> | |
| 223 | 223 | <a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?-all? |
| 224 | 224 | Delete all "extra" files in the source tree. "Extra" files are |
| 225 | 225 | files that are not officially part of the checkout. See also |
| 226 | 226 | the "extra" command. This operation cannot be undone. |
| 227 | 227 | |
| 228 | 228 | You will be prompted before removing each file. If you are |
| 229 | 229 | sure you wish to remove all "extra" files you can specify the |
| 230 | 230 | optional -all flag. |
| 231 | 231 | |
| 232 | -<hr><a href="#tof">ˆ</a> | |
| 232 | +<hr><a href="#tof">ˆ</a> | |
| 233 | 233 | <a name="clone">Usage: </a><a href="cmd_clone.wiki">fossil clone</a> URL FILENAME |
| 234 | 234 | Make a clone of a repository specified by URL in the local |
| 235 | 235 | file named FILENAME. |
| 236 | 236 | |
| 237 | -<hr><a href="#tof">ˆ</a> | |
| 237 | +<hr><a href="#tof">ˆ</a> | |
| 238 | 238 | <a name="close">Usage: </a><a href="cmd_close.wiki">fossil close</a> ?-f|--force? |
| 239 | 239 | The opposite of "open". Close the current database connection. |
| 240 | 240 | Require a -f or --force flag if there are unsaved changed in the |
| 241 | 241 | current check-out. |
| 242 | 242 | |
| 243 | -<hr><a href="#tof">ˆ</a> | |
| 243 | +<hr><a href="#tof">ˆ</a> | |
| 244 | 244 | <a name="configuration">Usage: </a><a href="cmd_configure.wiki">fossil configuration</a> METHOD ... |
| 245 | 245 | Where METHOD is one of: export import merge pull push reset. All methods |
| 246 | 246 | accept the -R or --repository option to specific a repository. |
| 247 | 247 | |
| 248 | 248 | fossil configuration export AREA FILENAME |
| @@ -278,28 +278,28 @@ | ||
| 278 | 278 | |
| 279 | 279 | WARNING: Do not import, merge, or pull configurations from an untrusted |
| 280 | 280 | source. The inbound configuration is not checked for safety and can |
| 281 | 281 | introduce security vulnerabilities. |
| 282 | 282 | |
| 283 | -<hr><a href="#tof">ˆ</a> | |
| 283 | +<hr><a href="#tof">ˆ</a> | |
| 284 | 284 | COMMAND: deconstruct |
| 285 | 285 | <a name="deconstruct">Usage: </a><a href="cmd_deconstruct.wiki">fossil deconstruct</a> ?-R|--repository REPOSITORY? DESTINATION |
| 286 | 286 | Populates the indicated DESTINATION directory with copies of all |
| 287 | 287 | artifcats contained within the repository. Artifacts are named AA/bbbbb |
| 288 | 288 | where AA is the first 2 characters of the artifact ID and bbbbb is the |
| 289 | 289 | remaining 38 characters. |
| 290 | 290 | |
| 291 | -<hr><a href="#tof">ˆ</a> | |
| 291 | +<hr><a href="#tof">ˆ</a> | |
| 292 | 292 | <a name="rm">Usage: </a><a href="cmd_rm.wiki">fossil rm</a> FILE... or: fossil del FILE... |
| 293 | 293 | Remove one or more files from the tree. |
| 294 | 294 | |
| 295 | -<hr><a href="#tof">ˆ</a> | |
| 295 | +<hr><a href="#tof">ˆ</a> | |
| 296 | 296 | <a name="descendants">Usage: </a><a href="cmd_descendants.wiki">fossil descendants</a> ?CHECKIN-ID? |
| 297 | 297 | Find all leaf descendants of the check-in specified or if the argument |
| 298 | 298 | is omitted, of the check-in currently checked out. |
| 299 | 299 | |
| 300 | -<hr><a href="#tof">ˆ</a> | |
| 300 | +<hr><a href="#tof">ˆ</a> | |
| 301 | 301 | <a name="diff">Usage: </a><a href="cmd_diff.wiki">fossil diff</a>|gdiff ?-i? ?-r REVISION? FILE... |
| 302 | 302 | Show the difference between the current version of a file (as it |
| 303 | 303 | exists on disk) and that same file as it was checked out. |
| 304 | 304 | |
| 305 | 305 | diff will show a textual diff while gdiff will attempt to run a |
| @@ -319,78 +319,78 @@ | ||
| 319 | 319 | fossil setting gdiff-command tortoisemerge |
| 320 | 320 | fossil setting gdiff-command meld |
| 321 | 321 | fossil setting gdiff-command xxdiff |
| 322 | 322 | fossil setting gdiff-command kdiff3 |
| 323 | 323 | |
| 324 | -<hr><a href="#tof">ˆ</a> | |
| 324 | +<hr><a href="#tof">ˆ</a> | |
| 325 | 325 | <a name="extra">Usage: </a><a href="cmd_extra.wiki">fossil extra</a> |
| 326 | 326 | Print a list of all files in the source tree that are not part of |
| 327 | 327 | the current checkout. See also the "clean" command. |
| 328 | 328 | |
| 329 | -<hr><a href="#tof">ˆ</a> | |
| 329 | +<hr><a href="#tof">ˆ</a> | |
| 330 | 330 | <a name="help">Usage: </a><a href="cmd_help.wiki">fossil help</a> COMMAND |
| 331 | 331 | Display information on how to use COMMAND |
| 332 | 332 | |
| 333 | -<hr><a href="#tof">ˆ</a> | |
| 333 | +<hr><a href="#tof">ˆ</a> | |
| 334 | 334 | <a name="http">Usage: </a><a href="cmd_http.wiki">fossil http</a> REPOSITORY |
| 335 | 335 | Handle a single HTTP request appearing on stdin. The resulting webpage |
| 336 | 336 | is delivered on stdout. This method is used to launch an HTTP request |
| 337 | 337 | handler from inetd, for example. The argument is the name of the repository. |
| 338 | 338 | |
| 339 | -<hr><a href="#tof">ˆ</a> | |
| 339 | +<hr><a href="#tof">ˆ</a> | |
| 340 | 340 | <a name="info">Usage: </a><a href="cmd_info.wiki">fossil info</a> ?ARTIFACT-ID|FILENAME? |
| 341 | 341 | With no arguments, provide information about the current tree. |
| 342 | 342 | If an argument is specified, provide information about the object |
| 343 | 343 | in the respository of the current tree that the argument refers |
| 344 | 344 | to. Or if the argument is the name of a repository, show |
| 345 | 345 | information about that repository. |
| 346 | 346 | |
| 347 | -<hr><a href="#tof">ˆ</a> | |
| 347 | +<hr><a href="#tof">ˆ</a> | |
| 348 | 348 | <a name="leaves">Usage: </a><a href="cmd_leaves.wiki">fossil leaves</a> |
| 349 | 349 | Find leaves of all branches. |
| 350 | 350 | |
| 351 | -<hr><a href="#tof">ˆ</a> | |
| 351 | +<hr><a href="#tof">ˆ</a> | |
| 352 | 352 | <a name="ls">Usage: </a><a href="cmd_ls.wiki">fossil ls</a> |
| 353 | 353 | Show the names of all files in the current checkout |
| 354 | 354 | |
| 355 | -<hr><a href="#tof">ˆ</a> | |
| 355 | +<hr><a href="#tof">ˆ</a> | |
| 356 | 356 | <a name="merge">Usage: </a><a href="cmd_merge.wiki">fossil merge</a> VERSION |
| 357 | 357 | The argument is a version that should be merged into the current |
| 358 | 358 | checkout. |
| 359 | 359 | Only file content is merged. The result continues to use the |
| 360 | 360 | file and directory names from the current check-out even if those |
| 361 | 361 | names might have been changed in the branch being merged in. |
| 362 | 362 | |
| 363 | -<hr><a href="#tof">ˆ</a> | |
| 363 | +<hr><a href="#tof">ˆ</a> | |
| 364 | 364 | <a name="mv">Usage: </a><a href="cmd_mv.wiki">fossil mv|rename</a> OLDNAME NEWNAME or: fossil mv|rename OLDNAME... DIR |
| 365 | 365 | |
| 366 | 366 | Move or rename one or more files within the tree |
| 367 | 367 | |
| 368 | 368 | This command does not rename the files on disk. All this command does is |
| 369 | 369 | record the fact that filenames have changed so that appropriate notations |
| 370 | 370 | can be made at the next commit/checkin. |
| 371 | 371 | |
| 372 | -<hr><a href="#tof">ˆ</a> | |
| 372 | +<hr><a href="#tof">ˆ</a> | |
| 373 | 373 | <a name="new">Usage: </a><a href="cmd_new.wiki">fossil new</a> FILENAME |
| 374 | 374 | |
| 375 | 375 | Create a repository for a new project in the file named FILENAME. |
| 376 | 376 | This command is distinct from "clone". The "clone" command makes |
| 377 | 377 | a copy of an existing project. This command starts a new project. |
| 378 | 378 | |
| 379 | -<hr><a href="#tof">ˆ</a> | |
| 379 | +<hr><a href="#tof">ˆ</a> | |
| 380 | 380 | <a name="open">Usage: </a><a href="cmd_open.wiki">fossil open</a> FILENAME |
| 381 | 381 | Open a connection to the local repository in FILENAME. A checkout |
| 382 | 382 | for the repository is created with its root at the working directory. |
| 383 | 383 | See also the "close" command. |
| 384 | 384 | |
| 385 | -<hr><a href="#tof">ˆ</a> | |
| 385 | +<hr><a href="#tof">ˆ</a> | |
| 386 | 386 | <a name="rstats">Usage: </a><a href="cmd_rstats.wiki">fossil rstats</a> |
| 387 | 387 | |
| 388 | 388 | Deliver a report of the repository statistics for the |
| 389 | 389 | current checkout. |
| 390 | 390 | |
| 391 | -<hr><a href="#tof">ˆ</a> | |
| 391 | +<hr><a href="#tof">ˆ</a> | |
| 392 | 392 | <a name="pull">Usage: </a><a href="cmd_pull.wiki">fossil pull</a> ?URL? ?-R|--respository REPOSITORY? |
| 393 | 393 | Pull changes in a remote repository into the local repository. |
| 394 | 394 | The repository is identified by the -R or --repository option. |
| 395 | 395 | If there is no such option then the open repository is used. |
| 396 | 396 | The URL of the remote server is specified on the command line |
| @@ -405,45 +405,45 @@ | ||
| 405 | 405 | The "USER" substring specifies the login user. You will be |
| 406 | 406 | prompted for the password on the command-line. The PORT |
| 407 | 407 | specifies the TCP port of the server. The default port is |
| 408 | 408 | 80. |
| 409 | 409 | |
| 410 | -<hr><a href="#tof">ˆ</a> | |
| 410 | +<hr><a href="#tof">ˆ</a> | |
| 411 | 411 | <a name="push">Usage: </a><a href="cmd_push.wiki">fossil push</a> ?URL? ?-R|--repository REPOSITORY? |
| 412 | 412 | Push changes in the local repository over into a remote repository. |
| 413 | 413 | See the "pull" command for additional information. |
| 414 | 414 | |
| 415 | -<hr><a href="#tof">ˆ</a> | |
| 415 | +<hr><a href="#tof">ˆ</a> | |
| 416 | 416 | <a name="rebuild">Usage: </a><a href="cmd_rebuild.wiki">fossil rebuild</a> REPOSITORY |
| 417 | 417 | Reconstruct the named repository database from the core |
| 418 | 418 | records. Run this command after updating the fossil |
| 419 | 419 | executable in a way that changes the database schema. |
| 420 | 420 | |
| 421 | -<hr><a href="#tof">ˆ</a> | |
| 421 | +<hr><a href="#tof">ˆ</a> | |
| 422 | 422 | COMMAND: reconstruct |
| 423 | 423 | <a name="reconstruct">Usage: </a><a href="cmd_reconstruct.wiki">fossil reconstruct</a> REPOSITORY ORIGIN |
| 424 | 424 | Creates the REPOSITORY and populates it with the artifacts in the |
| 425 | 425 | indicated ORIGIN directory. |
| 426 | 426 | |
| 427 | -<hr><a href="#tof">ˆ</a> | |
| 427 | +<hr><a href="#tof">ˆ</a> | |
| 428 | 428 | <a name="redo">Usage: </a><a href="cmd_redo.wiki">fossil redo</a> ?FILENAME...? |
| 429 | 429 | Redo the an update or merge operation that has been undone by the |
| 430 | 430 | undo command. If FILENAME is specified then restore the changes |
| 431 | 431 | associated with the named file(s) but otherwise leave the update |
| 432 | 432 | or merge undone. |
| 433 | 433 | |
| 434 | 434 | A single level of undo/redo is supported. The undo/redo stack |
| 435 | 435 | is cleared by the commit and checkout commands. |
| 436 | 436 | |
| 437 | -<hr><a href="#tof">ˆ</a> | |
| 437 | +<hr><a href="#tof">ˆ</a> | |
| 438 | 438 | <a name="revert">Usage: </a><a href="cmd_revert.wiki">fossil revert</a> ?--yes? ?-r CHECKIN? FILE |
| 439 | 439 | Revert to the current repository version of FILE, or to |
| 440 | 440 | the version associated with check-in CHECKIN if the -r flag |
| 441 | 441 | appears. This command will confirm your operation unless the |
| 442 | 442 | file is missing or the --yes option is used. |
| 443 | 443 | |
| 444 | -<hr><a href="#tof">ˆ</a> | |
| 444 | +<hr><a href="#tof">ˆ</a> | |
| 445 | 445 | <a name="server">Usage: </a><a href="cmd_server.wiki">fossil server</a> ?-P|--port TCPPORT? ?REPOSITORY? Or: fossil ui ?-P|--port TCPPORT? ?REPOSITORY? |
| 446 | 446 | |
| 447 | 447 | Open a socket and begin listening and responding to HTTP requests on |
| 448 | 448 | TCP port 8080, or on any other TCP port defined by the -P or |
| 449 | 449 | --port option. The optional argument is the name of the repository. |
| @@ -451,11 +451,11 @@ | ||
| 451 | 451 | within an open checkout. |
| 452 | 452 | |
| 453 | 453 | The "ui" command automatically starts a web browser after initializing |
| 454 | 454 | the web server. |
| 455 | 455 | |
| 456 | -<hr><a href="#tof">ˆ</a> | |
| 456 | +<hr><a href="#tof">ˆ</a> | |
| 457 | 457 | COMMAND: settings |
| 458 | 458 | COMMAND: unset |
| 459 | 459 | <a name="settings">Usage: </a><a href="cmd_setting.wiki">fossil settings</a> ?PROPERTY? ?VALUE? ?-global? |
| 460 | 460 | fossil unset PROPERTY ?-global? |
| 461 | 461 | |
| @@ -503,21 +503,21 @@ | ||
| 503 | 503 | web-browser A shell command used to launch your preferred |
| 504 | 504 | web browser when given a URL as an argument. |
| 505 | 505 | Defaults to "start" on windows, "open" on Mac, |
| 506 | 506 | and "firefox" on Unix. |
| 507 | 507 | |
| 508 | -<hr><a href="#tof">ˆ</a> | |
| 508 | +<hr><a href="#tof">ˆ</a> | |
| 509 | 509 | <a name="status">Usage: </a><a href="cmd_status.wiki">fossil status</a> |
| 510 | 510 | Report on the status of the current checkout. |
| 511 | 511 | |
| 512 | -<hr><a href="#tof">ˆ</a> | |
| 512 | +<hr><a href="#tof">ˆ</a> | |
| 513 | 513 | <a name="sync">Usage: </a><a href="cmd_sync.wiki">fossil sync</a> ?URL? ?-R|--repository REPOSITORY? |
| 514 | 514 | Synchronize the local repository with a remote repository. This is |
| 515 | 515 | the equivalent of running both "push" and "pull" at the same time. |
| 516 | 516 | See the "pull" command for additional information. |
| 517 | 517 | |
| 518 | -<hr><a href="#tof">ˆ</a> | |
| 518 | +<hr><a href="#tof">ˆ</a> | |
| 519 | 519 | <a name="tag">Usage: </a><a href="cmd_tag.wiki">fossil tag</a> SUBCOMMAND ... |
| 520 | 520 | Run various subcommands to control tags and properties |
| 521 | 521 | |
| 522 | 522 | fossil tag add ?--raw? TAGNAME CHECK-IN ?VALUE? |
| 523 | 523 | |
| @@ -569,11 +569,11 @@ | ||
| 569 | 569 | |
| 570 | 570 | fossil update tag:decaf |
| 571 | 571 | |
| 572 | 572 | will assume that "decaf" is a tag/branch name. |
| 573 | 573 | |
| 574 | -<hr><a href="#tof">ˆ</a> | |
| 574 | +<hr><a href="#tof">ˆ</a> | |
| 575 | 575 | <a name="timeline">Usage: </a><a href="cmd_timeline.wiki">fossil timeline</a> ?WHEN? ?CHECK-IN|DATETIME? ?-n|--count N? |
| 576 | 576 | Print a summary of activity going backwards in date and time |
| 577 | 577 | specified or from the current date and time if no arguments |
| 578 | 578 | are given. Show as many as N (default 20) check-ins. The |
| 579 | 579 | WHEN argument can be any unique abbreviation of one of these |
| @@ -587,30 +587,30 @@ | ||
| 587 | 587 | The CHECK-IN can be any unique prefix of 4 characters or more. |
| 588 | 588 | The DATETIME should be in the ISO8601 format. For |
| 589 | 589 | examples: "2007-08-18 07:21:21". You can also say "current" |
| 590 | 590 | for the current version or "now" for the current time. |
| 591 | 591 | |
| 592 | -<hr><a href="#tof">ˆ</a> | |
| 592 | +<hr><a href="#tof">ˆ</a> | |
| 593 | 593 | <a name="undo">Usage: </a><a href="cmd_undo.wiki">fossil undo</a> ?FILENAME...? |
| 594 | 594 | Undo the most recent update or merge operation. If FILENAME is |
| 595 | 595 | specified then restore the content of the named file(s) but otherwise |
| 596 | 596 | leave the update or merge in effect. |
| 597 | 597 | |
| 598 | 598 | A single level of undo/redo is supported. The undo/redo stack |
| 599 | 599 | is cleared by the commit and checkout commands. |
| 600 | 600 | |
| 601 | -<hr><a href="#tof">ˆ</a> | |
| 601 | +<hr><a href="#tof">ˆ</a> | |
| 602 | 602 | <a name="update">Usage: </a><a href="cmd_update.wiki">fossil update</a> ?VERSION? ?--latest? |
| 603 | 603 | The optional argument is a version that should become the current |
| 604 | 604 | version. If the argument is omitted, then use the leaf of the |
| 605 | 605 | tree that begins with the current version, if there is only a single leaf. If there are a multiple leaves, the latest is used |
| 606 | 606 | if the --latest flag is present. |
| 607 | 607 | |
| 608 | 608 | This command is different from the "checkout" in that edits are |
| 609 | 609 | not overwritten. Edits are merged into the new version. |
| 610 | 610 | |
| 611 | -<hr><a href="#tof">ˆ</a> | |
| 611 | +<hr><a href="#tof">ˆ</a> | |
| 612 | 612 | <a name="user">Usage: </a><a href="cmd_user.wiki">fossil user</a> SUBCOMMAND ... ?-R|--repository FILE? |
| 613 | 613 | Run various subcommands on users of the open repository or of |
| 614 | 614 | the repository identified by the -R or --repository option. |
| 615 | 615 | |
| 616 | 616 | fossil user capabilities USERNAME ?STRING? |
| @@ -634,15 +634,15 @@ | ||
| 634 | 634 | |
| 635 | 635 | fossil user password USERNAME |
| 636 | 636 | |
| 637 | 637 | Change the web access password for a user. |
| 638 | 638 | |
| 639 | -<hr><a href="#tof">ˆ</a> | |
| 639 | +<hr><a href="#tof">ˆ</a> | |
| 640 | 640 | <a name="version">Usage: </a><a href="cmd_version.wiki">fossil version</a> |
| 641 | 641 | Print the source code version number for the fossil executable. |
| 642 | 642 | |
| 643 | -<hr><a href="#tof">ˆ</a> | |
| 643 | +<hr><a href="#tof">ˆ</a> | |
| 644 | 644 | <a name="wiki">Usage: </a><a href="cmd_wiki.wiki">fossil wiki</a> (export|create|commit|list) WikiName |
| 645 | 645 | Run various subcommands to fetch wiki entries. |
| 646 | 646 | |
| 647 | 647 | fossil wiki export PAGENAME ?FILE? |
| 648 | 648 | |
| @@ -684,11 +684,11 @@ | ||
| 684 | 684 | Diffs the local copy of a page with a given version (defaulting |
| 685 | 685 | to the head version). |
| 686 | 686 | |
| 687 | 687 | </pre></nowiki> |
| 688 | 688 | |
| 689 | - <hr><a href="#tof">ˆ</a> | |
| 689 | + <hr><a href="#tof">ˆ</a> | |
| 690 | 690 | |
| 691 | 691 | <h3>Caveats</h3> |
| 692 | 692 | This is not actually a reference, it's the start of a reference. |
| 693 | 693 | There are wikilinks to uncreated pages for the commands. This was |
| 694 | 694 | created by running the fossil help for each command listed by running |
| 695 | 695 |
| --- www/reference.wiki | |
| +++ www/reference.wiki | |
| @@ -1,10 +1,10 @@ | |
| 1 | <h2>Command Line Interface Reference</h2> |
| 2 | |
| 3 | This is an easy introduction to the fossil command line interface |
| 4 | (cli). It assumes some familiarity with using the command line, and |
| 5 | with Source Code Maintenence (SCM) systems—but not <i>too</i> |
| 6 | much. |
| 7 | |
| 8 | If you are trying to find information about fossil's web |
| 9 | capabilities, see the <a href="index.wiki">Fossil Home</a> and |
| 10 | <a href="wikitheory.wiki">Fossil Wiki</a> pages for pointers. |
| @@ -18,12 +18,12 @@ | |
| 18 | including any options, and it will make more sense. |
| 19 | |
| 20 | * Any fossil command is acceptable once enough of it has been |
| 21 | entered to make the intent unambiguous. 'clo' is a proper prefix of |
| 22 | both the 'clone' and 'close' commands, for instance, but 'clon' is |
| 23 | enough to make the intent—the 'clone' |
| 24 | command—unambiguous. |
| 25 | |
| 26 | * Pragmatically, a [./concepts.wiki#keyconc | <u>version</u>] |
| 27 | in <b>fossil</b> is a 40-character long string of hexadecimal. |
| 28 | <b>fossil</b> will be able to figure out which version you want |
| 29 | with any <i>distinct</i> prefix of that string which is at |
| @@ -48,11 +48,11 @@ | |
| 48 | guaranteed and fast access to the sources & docs (your cloned fossil |
| 49 | repository). |
| 50 | <br /><br /> <br /> |
| 51 | <b>You should</b> probably start interacting with fossil at the command |
| 52 | line by asking it what it can |
| 53 | do: <a name="tof">ˆ</a> |
| 54 | |
| 55 | <code>$ fossil help</code><nowiki><pre> |
| 56 | Usage: fossil help COMMAND. |
| 57 | Available COMMANDs:</pre><table width="80%" |
| 58 | style="font-family: fixed, courier, monospace;"> |
| @@ -133,16 +133,16 @@ | |
| 133 | fossil help <i>command</i> </code>for all of the |
| 134 | commands listed above. There are links to individual pages for each |
| 135 | of them; pages with content (commands marked with a '*' are done) go |
| 136 | into the reason for a command in a bit more depth than the program help. |
| 137 | <pre> |
| 138 | <hr><a href="#tof">ˆ</a> |
| 139 | <a name="add">Usage: </a><code><a href="cmd_add.wiki">fossil add</a></code> FILE... |
| 140 | Make arrangements to add one or more files to the current checkout |
| 141 | at the next commit. |
| 142 | |
| 143 | <hr><a href="#tof">ˆ</a> |
| 144 | <a name="all">Usage: </a><code><a href="cmd_all.wiki">fossil all</a></code> (list|pull|push|rebuild|sync) |
| 145 | The ~/.fossil file records the location of all repositories for a |
| 146 | user. This command performs certain operations on all repositories |
| 147 | that can be useful before or after a period of disconnection operation. |
| 148 | |
| @@ -163,11 +163,11 @@ | |
| 163 | |
| 164 | Respositories are automatically added to the set of known repositories |
| 165 | when one of the following commands against the repository: clone, info, |
| 166 | pull, push, or sync |
| 167 | |
| 168 | <hr><a href="#tof">ˆ</a> |
| 169 | <a name="branch">Usage: </a><code><a href="cmd_branch.wiki">fossil branch</a></code> SUBCOMMAND ... ?-R|--repository FILE? |
| 170 | |
| 171 | Run various subcommands on the branches of the open repository or |
| 172 | of the repository identified by the -R or --repository option. |
| 173 | |
| @@ -178,11 +178,11 @@ | |
| 178 | |
| 179 | fossil branch list |
| 180 | |
| 181 | List all branches |
| 182 | |
| 183 | <hr><a href="#tof">ˆ</a> |
| 184 | <a name="cgi">Usage: </a><a href="cmd_cgi.wiki">fossil cgi</a> SCRIPT |
| 185 | The SCRIPT argument is the name of a file that is the CGI script |
| 186 | that is being run. The command name, "cgi", may be omitted if |
| 187 | the GATEWAY_INTERFACE environment variable is set to "CGI" (which |
| 188 | should always be the case for CGI scripts run by a webserver.) The |
| @@ -193,24 +193,24 @@ | |
| 193 | |
| 194 | The second line defines the name of the repository. After locating |
| 195 | the repository, fossil will generate a webpage on stdout based on |
| 196 | the values of standard CGI environment variables. |
| 197 | |
| 198 | <hr><a href="#tof">ˆ</a> |
| 199 | <a name="changes">Usage: </a><a href="cmd_changes.wiki">fossil changes</a> |
| 200 | Report on the edit status of all files in the current checkout. |
| 201 | See also the "status" and "extra" commands. |
| 202 | |
| 203 | <hr><a href="#tof">ˆ</a> |
| 204 | <a name="checkout">Usage: </a><a href="cmd_checkout.wiki">fossil checkout</a> VERSION ?-f|--force? |
| 205 | Check out a version specified on the command-line. This command |
| 206 | will not overwrite edited files in the current checkout unless |
| 207 | the --force option appears on the command-line. |
| 208 | |
| 209 | See also the "update" command. |
| 210 | |
| 211 | <hr><a href="#tof">ˆ</a> |
| 212 | <a name="commit">Usage: </a><a href="cmd_commit.wiki">fossil commit</a> ?-m COMMENT? ?--nosign? ?FILE...? fossil ci ... (as above) |
| 213 | |
| 214 | Create a new version containing all of the changes in the current |
| 215 | checkout. You will be prompted to enter a check-in comment unless |
| 216 | the "-m" option is used to specify a comment line. You will be |
| @@ -217,32 +217,32 @@ | |
| 217 | prompted for your GPG passphrase in order to sign the new manifest |
| 218 | unless the "--nosign" option is used. All files that have |
| 219 | changed will be committed unless some subset of files is specified |
| 220 | on the command line. |
| 221 | |
| 222 | <hr><a href="#tof">ˆ</a> |
| 223 | <a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?-all? |
| 224 | Delete all "extra" files in the source tree. "Extra" files are |
| 225 | files that are not officially part of the checkout. See also |
| 226 | the "extra" command. This operation cannot be undone. |
| 227 | |
| 228 | You will be prompted before removing each file. If you are |
| 229 | sure you wish to remove all "extra" files you can specify the |
| 230 | optional -all flag. |
| 231 | |
| 232 | <hr><a href="#tof">ˆ</a> |
| 233 | <a name="clone">Usage: </a><a href="cmd_clone.wiki">fossil clone</a> URL FILENAME |
| 234 | Make a clone of a repository specified by URL in the local |
| 235 | file named FILENAME. |
| 236 | |
| 237 | <hr><a href="#tof">ˆ</a> |
| 238 | <a name="close">Usage: </a><a href="cmd_close.wiki">fossil close</a> ?-f|--force? |
| 239 | The opposite of "open". Close the current database connection. |
| 240 | Require a -f or --force flag if there are unsaved changed in the |
| 241 | current check-out. |
| 242 | |
| 243 | <hr><a href="#tof">ˆ</a> |
| 244 | <a name="configuration">Usage: </a><a href="cmd_configure.wiki">fossil configuration</a> METHOD ... |
| 245 | Where METHOD is one of: export import merge pull push reset. All methods |
| 246 | accept the -R or --repository option to specific a repository. |
| 247 | |
| 248 | fossil configuration export AREA FILENAME |
| @@ -278,28 +278,28 @@ | |
| 278 | |
| 279 | WARNING: Do not import, merge, or pull configurations from an untrusted |
| 280 | source. The inbound configuration is not checked for safety and can |
| 281 | introduce security vulnerabilities. |
| 282 | |
| 283 | <hr><a href="#tof">ˆ</a> |
| 284 | COMMAND: deconstruct |
| 285 | <a name="deconstruct">Usage: </a><a href="cmd_deconstruct.wiki">fossil deconstruct</a> ?-R|--repository REPOSITORY? DESTINATION |
| 286 | Populates the indicated DESTINATION directory with copies of all |
| 287 | artifcats contained within the repository. Artifacts are named AA/bbbbb |
| 288 | where AA is the first 2 characters of the artifact ID and bbbbb is the |
| 289 | remaining 38 characters. |
| 290 | |
| 291 | <hr><a href="#tof">ˆ</a> |
| 292 | <a name="rm">Usage: </a><a href="cmd_rm.wiki">fossil rm</a> FILE... or: fossil del FILE... |
| 293 | Remove one or more files from the tree. |
| 294 | |
| 295 | <hr><a href="#tof">ˆ</a> |
| 296 | <a name="descendants">Usage: </a><a href="cmd_descendants.wiki">fossil descendants</a> ?CHECKIN-ID? |
| 297 | Find all leaf descendants of the check-in specified or if the argument |
| 298 | is omitted, of the check-in currently checked out. |
| 299 | |
| 300 | <hr><a href="#tof">ˆ</a> |
| 301 | <a name="diff">Usage: </a><a href="cmd_diff.wiki">fossil diff</a>|gdiff ?-i? ?-r REVISION? FILE... |
| 302 | Show the difference between the current version of a file (as it |
| 303 | exists on disk) and that same file as it was checked out. |
| 304 | |
| 305 | diff will show a textual diff while gdiff will attempt to run a |
| @@ -319,78 +319,78 @@ | |
| 319 | fossil setting gdiff-command tortoisemerge |
| 320 | fossil setting gdiff-command meld |
| 321 | fossil setting gdiff-command xxdiff |
| 322 | fossil setting gdiff-command kdiff3 |
| 323 | |
| 324 | <hr><a href="#tof">ˆ</a> |
| 325 | <a name="extra">Usage: </a><a href="cmd_extra.wiki">fossil extra</a> |
| 326 | Print a list of all files in the source tree that are not part of |
| 327 | the current checkout. See also the "clean" command. |
| 328 | |
| 329 | <hr><a href="#tof">ˆ</a> |
| 330 | <a name="help">Usage: </a><a href="cmd_help.wiki">fossil help</a> COMMAND |
| 331 | Display information on how to use COMMAND |
| 332 | |
| 333 | <hr><a href="#tof">ˆ</a> |
| 334 | <a name="http">Usage: </a><a href="cmd_http.wiki">fossil http</a> REPOSITORY |
| 335 | Handle a single HTTP request appearing on stdin. The resulting webpage |
| 336 | is delivered on stdout. This method is used to launch an HTTP request |
| 337 | handler from inetd, for example. The argument is the name of the repository. |
| 338 | |
| 339 | <hr><a href="#tof">ˆ</a> |
| 340 | <a name="info">Usage: </a><a href="cmd_info.wiki">fossil info</a> ?ARTIFACT-ID|FILENAME? |
| 341 | With no arguments, provide information about the current tree. |
| 342 | If an argument is specified, provide information about the object |
| 343 | in the respository of the current tree that the argument refers |
| 344 | to. Or if the argument is the name of a repository, show |
| 345 | information about that repository. |
| 346 | |
| 347 | <hr><a href="#tof">ˆ</a> |
| 348 | <a name="leaves">Usage: </a><a href="cmd_leaves.wiki">fossil leaves</a> |
| 349 | Find leaves of all branches. |
| 350 | |
| 351 | <hr><a href="#tof">ˆ</a> |
| 352 | <a name="ls">Usage: </a><a href="cmd_ls.wiki">fossil ls</a> |
| 353 | Show the names of all files in the current checkout |
| 354 | |
| 355 | <hr><a href="#tof">ˆ</a> |
| 356 | <a name="merge">Usage: </a><a href="cmd_merge.wiki">fossil merge</a> VERSION |
| 357 | The argument is a version that should be merged into the current |
| 358 | checkout. |
| 359 | Only file content is merged. The result continues to use the |
| 360 | file and directory names from the current check-out even if those |
| 361 | names might have been changed in the branch being merged in. |
| 362 | |
| 363 | <hr><a href="#tof">ˆ</a> |
| 364 | <a name="mv">Usage: </a><a href="cmd_mv.wiki">fossil mv|rename</a> OLDNAME NEWNAME or: fossil mv|rename OLDNAME... DIR |
| 365 | |
| 366 | Move or rename one or more files within the tree |
| 367 | |
| 368 | This command does not rename the files on disk. All this command does is |
| 369 | record the fact that filenames have changed so that appropriate notations |
| 370 | can be made at the next commit/checkin. |
| 371 | |
| 372 | <hr><a href="#tof">ˆ</a> |
| 373 | <a name="new">Usage: </a><a href="cmd_new.wiki">fossil new</a> FILENAME |
| 374 | |
| 375 | Create a repository for a new project in the file named FILENAME. |
| 376 | This command is distinct from "clone". The "clone" command makes |
| 377 | a copy of an existing project. This command starts a new project. |
| 378 | |
| 379 | <hr><a href="#tof">ˆ</a> |
| 380 | <a name="open">Usage: </a><a href="cmd_open.wiki">fossil open</a> FILENAME |
| 381 | Open a connection to the local repository in FILENAME. A checkout |
| 382 | for the repository is created with its root at the working directory. |
| 383 | See also the "close" command. |
| 384 | |
| 385 | <hr><a href="#tof">ˆ</a> |
| 386 | <a name="rstats">Usage: </a><a href="cmd_rstats.wiki">fossil rstats</a> |
| 387 | |
| 388 | Deliver a report of the repository statistics for the |
| 389 | current checkout. |
| 390 | |
| 391 | <hr><a href="#tof">ˆ</a> |
| 392 | <a name="pull">Usage: </a><a href="cmd_pull.wiki">fossil pull</a> ?URL? ?-R|--respository REPOSITORY? |
| 393 | Pull changes in a remote repository into the local repository. |
| 394 | The repository is identified by the -R or --repository option. |
| 395 | If there is no such option then the open repository is used. |
| 396 | The URL of the remote server is specified on the command line |
| @@ -405,45 +405,45 @@ | |
| 405 | The "USER" substring specifies the login user. You will be |
| 406 | prompted for the password on the command-line. The PORT |
| 407 | specifies the TCP port of the server. The default port is |
| 408 | 80. |
| 409 | |
| 410 | <hr><a href="#tof">ˆ</a> |
| 411 | <a name="push">Usage: </a><a href="cmd_push.wiki">fossil push</a> ?URL? ?-R|--repository REPOSITORY? |
| 412 | Push changes in the local repository over into a remote repository. |
| 413 | See the "pull" command for additional information. |
| 414 | |
| 415 | <hr><a href="#tof">ˆ</a> |
| 416 | <a name="rebuild">Usage: </a><a href="cmd_rebuild.wiki">fossil rebuild</a> REPOSITORY |
| 417 | Reconstruct the named repository database from the core |
| 418 | records. Run this command after updating the fossil |
| 419 | executable in a way that changes the database schema. |
| 420 | |
| 421 | <hr><a href="#tof">ˆ</a> |
| 422 | COMMAND: reconstruct |
| 423 | <a name="reconstruct">Usage: </a><a href="cmd_reconstruct.wiki">fossil reconstruct</a> REPOSITORY ORIGIN |
| 424 | Creates the REPOSITORY and populates it with the artifacts in the |
| 425 | indicated ORIGIN directory. |
| 426 | |
| 427 | <hr><a href="#tof">ˆ</a> |
| 428 | <a name="redo">Usage: </a><a href="cmd_redo.wiki">fossil redo</a> ?FILENAME...? |
| 429 | Redo the an update or merge operation that has been undone by the |
| 430 | undo command. If FILENAME is specified then restore the changes |
| 431 | associated with the named file(s) but otherwise leave the update |
| 432 | or merge undone. |
| 433 | |
| 434 | A single level of undo/redo is supported. The undo/redo stack |
| 435 | is cleared by the commit and checkout commands. |
| 436 | |
| 437 | <hr><a href="#tof">ˆ</a> |
| 438 | <a name="revert">Usage: </a><a href="cmd_revert.wiki">fossil revert</a> ?--yes? ?-r CHECKIN? FILE |
| 439 | Revert to the current repository version of FILE, or to |
| 440 | the version associated with check-in CHECKIN if the -r flag |
| 441 | appears. This command will confirm your operation unless the |
| 442 | file is missing or the --yes option is used. |
| 443 | |
| 444 | <hr><a href="#tof">ˆ</a> |
| 445 | <a name="server">Usage: </a><a href="cmd_server.wiki">fossil server</a> ?-P|--port TCPPORT? ?REPOSITORY? Or: fossil ui ?-P|--port TCPPORT? ?REPOSITORY? |
| 446 | |
| 447 | Open a socket and begin listening and responding to HTTP requests on |
| 448 | TCP port 8080, or on any other TCP port defined by the -P or |
| 449 | --port option. The optional argument is the name of the repository. |
| @@ -451,11 +451,11 @@ | |
| 451 | within an open checkout. |
| 452 | |
| 453 | The "ui" command automatically starts a web browser after initializing |
| 454 | the web server. |
| 455 | |
| 456 | <hr><a href="#tof">ˆ</a> |
| 457 | COMMAND: settings |
| 458 | COMMAND: unset |
| 459 | <a name="settings">Usage: </a><a href="cmd_setting.wiki">fossil settings</a> ?PROPERTY? ?VALUE? ?-global? |
| 460 | fossil unset PROPERTY ?-global? |
| 461 | |
| @@ -503,21 +503,21 @@ | |
| 503 | web-browser A shell command used to launch your preferred |
| 504 | web browser when given a URL as an argument. |
| 505 | Defaults to "start" on windows, "open" on Mac, |
| 506 | and "firefox" on Unix. |
| 507 | |
| 508 | <hr><a href="#tof">ˆ</a> |
| 509 | <a name="status">Usage: </a><a href="cmd_status.wiki">fossil status</a> |
| 510 | Report on the status of the current checkout. |
| 511 | |
| 512 | <hr><a href="#tof">ˆ</a> |
| 513 | <a name="sync">Usage: </a><a href="cmd_sync.wiki">fossil sync</a> ?URL? ?-R|--repository REPOSITORY? |
| 514 | Synchronize the local repository with a remote repository. This is |
| 515 | the equivalent of running both "push" and "pull" at the same time. |
| 516 | See the "pull" command for additional information. |
| 517 | |
| 518 | <hr><a href="#tof">ˆ</a> |
| 519 | <a name="tag">Usage: </a><a href="cmd_tag.wiki">fossil tag</a> SUBCOMMAND ... |
| 520 | Run various subcommands to control tags and properties |
| 521 | |
| 522 | fossil tag add ?--raw? TAGNAME CHECK-IN ?VALUE? |
| 523 | |
| @@ -569,11 +569,11 @@ | |
| 569 | |
| 570 | fossil update tag:decaf |
| 571 | |
| 572 | will assume that "decaf" is a tag/branch name. |
| 573 | |
| 574 | <hr><a href="#tof">ˆ</a> |
| 575 | <a name="timeline">Usage: </a><a href="cmd_timeline.wiki">fossil timeline</a> ?WHEN? ?CHECK-IN|DATETIME? ?-n|--count N? |
| 576 | Print a summary of activity going backwards in date and time |
| 577 | specified or from the current date and time if no arguments |
| 578 | are given. Show as many as N (default 20) check-ins. The |
| 579 | WHEN argument can be any unique abbreviation of one of these |
| @@ -587,30 +587,30 @@ | |
| 587 | The CHECK-IN can be any unique prefix of 4 characters or more. |
| 588 | The DATETIME should be in the ISO8601 format. For |
| 589 | examples: "2007-08-18 07:21:21". You can also say "current" |
| 590 | for the current version or "now" for the current time. |
| 591 | |
| 592 | <hr><a href="#tof">ˆ</a> |
| 593 | <a name="undo">Usage: </a><a href="cmd_undo.wiki">fossil undo</a> ?FILENAME...? |
| 594 | Undo the most recent update or merge operation. If FILENAME is |
| 595 | specified then restore the content of the named file(s) but otherwise |
| 596 | leave the update or merge in effect. |
| 597 | |
| 598 | A single level of undo/redo is supported. The undo/redo stack |
| 599 | is cleared by the commit and checkout commands. |
| 600 | |
| 601 | <hr><a href="#tof">ˆ</a> |
| 602 | <a name="update">Usage: </a><a href="cmd_update.wiki">fossil update</a> ?VERSION? ?--latest? |
| 603 | The optional argument is a version that should become the current |
| 604 | version. If the argument is omitted, then use the leaf of the |
| 605 | tree that begins with the current version, if there is only a single leaf. If there are a multiple leaves, the latest is used |
| 606 | if the --latest flag is present. |
| 607 | |
| 608 | This command is different from the "checkout" in that edits are |
| 609 | not overwritten. Edits are merged into the new version. |
| 610 | |
| 611 | <hr><a href="#tof">ˆ</a> |
| 612 | <a name="user">Usage: </a><a href="cmd_user.wiki">fossil user</a> SUBCOMMAND ... ?-R|--repository FILE? |
| 613 | Run various subcommands on users of the open repository or of |
| 614 | the repository identified by the -R or --repository option. |
| 615 | |
| 616 | fossil user capabilities USERNAME ?STRING? |
| @@ -634,15 +634,15 @@ | |
| 634 | |
| 635 | fossil user password USERNAME |
| 636 | |
| 637 | Change the web access password for a user. |
| 638 | |
| 639 | <hr><a href="#tof">ˆ</a> |
| 640 | <a name="version">Usage: </a><a href="cmd_version.wiki">fossil version</a> |
| 641 | Print the source code version number for the fossil executable. |
| 642 | |
| 643 | <hr><a href="#tof">ˆ</a> |
| 644 | <a name="wiki">Usage: </a><a href="cmd_wiki.wiki">fossil wiki</a> (export|create|commit|list) WikiName |
| 645 | Run various subcommands to fetch wiki entries. |
| 646 | |
| 647 | fossil wiki export PAGENAME ?FILE? |
| 648 | |
| @@ -684,11 +684,11 @@ | |
| 684 | Diffs the local copy of a page with a given version (defaulting |
| 685 | to the head version). |
| 686 | |
| 687 | </pre></nowiki> |
| 688 | |
| 689 | <hr><a href="#tof">ˆ</a> |
| 690 | |
| 691 | <h3>Caveats</h3> |
| 692 | This is not actually a reference, it's the start of a reference. |
| 693 | There are wikilinks to uncreated pages for the commands. This was |
| 694 | created by running the fossil help for each command listed by running |
| 695 |
| --- www/reference.wiki | |
| +++ www/reference.wiki | |
| @@ -1,10 +1,10 @@ | |
| 1 | <h2>Command Line Interface Reference</h2> |
| 2 | |
| 3 | This is an easy introduction to the fossil command line interface |
| 4 | (cli). It assumes some familiarity with using the command line, and |
| 5 | with Source Code Maintenence (SCM) systems—but not <i>too</i> |
| 6 | much. |
| 7 | |
| 8 | If you are trying to find information about fossil's web |
| 9 | capabilities, see the <a href="index.wiki">Fossil Home</a> and |
| 10 | <a href="wikitheory.wiki">Fossil Wiki</a> pages for pointers. |
| @@ -18,12 +18,12 @@ | |
| 18 | including any options, and it will make more sense. |
| 19 | |
| 20 | * Any fossil command is acceptable once enough of it has been |
| 21 | entered to make the intent unambiguous. 'clo' is a proper prefix of |
| 22 | both the 'clone' and 'close' commands, for instance, but 'clon' is |
| 23 | enough to make the intent—the 'clone' |
| 24 | command—unambiguous. |
| 25 | |
| 26 | * Pragmatically, a [./concepts.wiki#keyconc | <u>version</u>] |
| 27 | in <b>fossil</b> is a 40-character long string of hexadecimal. |
| 28 | <b>fossil</b> will be able to figure out which version you want |
| 29 | with any <i>distinct</i> prefix of that string which is at |
| @@ -48,11 +48,11 @@ | |
| 48 | guaranteed and fast access to the sources & docs (your cloned fossil |
| 49 | repository). |
| 50 | <br /><br /> <br /> |
| 51 | <b>You should</b> probably start interacting with fossil at the command |
| 52 | line by asking it what it can |
| 53 | do: <a name="tof">ˆ</a> |
| 54 | |
| 55 | <code>$ fossil help</code><nowiki><pre> |
| 56 | Usage: fossil help COMMAND. |
| 57 | Available COMMANDs:</pre><table width="80%" |
| 58 | style="font-family: fixed, courier, monospace;"> |
| @@ -133,16 +133,16 @@ | |
| 133 | fossil help <i>command</i> </code>for all of the |
| 134 | commands listed above. There are links to individual pages for each |
| 135 | of them; pages with content (commands marked with a '*' are done) go |
| 136 | into the reason for a command in a bit more depth than the program help. |
| 137 | <pre> |
| 138 | <hr><a href="#tof">ˆ</a> |
| 139 | <a name="add">Usage: </a><code><a href="cmd_add.wiki">fossil add</a></code> FILE... |
| 140 | Make arrangements to add one or more files to the current checkout |
| 141 | at the next commit. |
| 142 | |
| 143 | <hr><a href="#tof">ˆ</a> |
| 144 | <a name="all">Usage: </a><code><a href="cmd_all.wiki">fossil all</a></code> (list|pull|push|rebuild|sync) |
| 145 | The ~/.fossil file records the location of all repositories for a |
| 146 | user. This command performs certain operations on all repositories |
| 147 | that can be useful before or after a period of disconnection operation. |
| 148 | |
| @@ -163,11 +163,11 @@ | |
| 163 | |
| 164 | Respositories are automatically added to the set of known repositories |
| 165 | when one of the following commands against the repository: clone, info, |
| 166 | pull, push, or sync |
| 167 | |
| 168 | <hr><a href="#tof">ˆ</a> |
| 169 | <a name="branch">Usage: </a><code><a href="cmd_branch.wiki">fossil branch</a></code> SUBCOMMAND ... ?-R|--repository FILE? |
| 170 | |
| 171 | Run various subcommands on the branches of the open repository or |
| 172 | of the repository identified by the -R or --repository option. |
| 173 | |
| @@ -178,11 +178,11 @@ | |
| 178 | |
| 179 | fossil branch list |
| 180 | |
| 181 | List all branches |
| 182 | |
| 183 | <hr><a href="#tof">ˆ</a> |
| 184 | <a name="cgi">Usage: </a><a href="cmd_cgi.wiki">fossil cgi</a> SCRIPT |
| 185 | The SCRIPT argument is the name of a file that is the CGI script |
| 186 | that is being run. The command name, "cgi", may be omitted if |
| 187 | the GATEWAY_INTERFACE environment variable is set to "CGI" (which |
| 188 | should always be the case for CGI scripts run by a webserver.) The |
| @@ -193,24 +193,24 @@ | |
| 193 | |
| 194 | The second line defines the name of the repository. After locating |
| 195 | the repository, fossil will generate a webpage on stdout based on |
| 196 | the values of standard CGI environment variables. |
| 197 | |
| 198 | <hr><a href="#tof">ˆ</a> |
| 199 | <a name="changes">Usage: </a><a href="cmd_changes.wiki">fossil changes</a> |
| 200 | Report on the edit status of all files in the current checkout. |
| 201 | See also the "status" and "extra" commands. |
| 202 | |
| 203 | <hr><a href="#tof">ˆ</a> |
| 204 | <a name="checkout">Usage: </a><a href="cmd_checkout.wiki">fossil checkout</a> VERSION ?-f|--force? |
| 205 | Check out a version specified on the command-line. This command |
| 206 | will not overwrite edited files in the current checkout unless |
| 207 | the --force option appears on the command-line. |
| 208 | |
| 209 | See also the "update" command. |
| 210 | |
| 211 | <hr><a href="#tof">ˆ</a> |
| 212 | <a name="commit">Usage: </a><a href="cmd_commit.wiki">fossil commit</a> ?-m COMMENT? ?--nosign? ?FILE...? fossil ci ... (as above) |
| 213 | |
| 214 | Create a new version containing all of the changes in the current |
| 215 | checkout. You will be prompted to enter a check-in comment unless |
| 216 | the "-m" option is used to specify a comment line. You will be |
| @@ -217,32 +217,32 @@ | |
| 217 | prompted for your GPG passphrase in order to sign the new manifest |
| 218 | unless the "--nosign" option is used. All files that have |
| 219 | changed will be committed unless some subset of files is specified |
| 220 | on the command line. |
| 221 | |
| 222 | <hr><a href="#tof">ˆ</a> |
| 223 | <a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?-all? |
| 224 | Delete all "extra" files in the source tree. "Extra" files are |
| 225 | files that are not officially part of the checkout. See also |
| 226 | the "extra" command. This operation cannot be undone. |
| 227 | |
| 228 | You will be prompted before removing each file. If you are |
| 229 | sure you wish to remove all "extra" files you can specify the |
| 230 | optional -all flag. |
| 231 | |
| 232 | <hr><a href="#tof">ˆ</a> |
| 233 | <a name="clone">Usage: </a><a href="cmd_clone.wiki">fossil clone</a> URL FILENAME |
| 234 | Make a clone of a repository specified by URL in the local |
| 235 | file named FILENAME. |
| 236 | |
| 237 | <hr><a href="#tof">ˆ</a> |
| 238 | <a name="close">Usage: </a><a href="cmd_close.wiki">fossil close</a> ?-f|--force? |
| 239 | The opposite of "open". Close the current database connection. |
| 240 | Require a -f or --force flag if there are unsaved changed in the |
| 241 | current check-out. |
| 242 | |
| 243 | <hr><a href="#tof">ˆ</a> |
| 244 | <a name="configuration">Usage: </a><a href="cmd_configure.wiki">fossil configuration</a> METHOD ... |
| 245 | Where METHOD is one of: export import merge pull push reset. All methods |
| 246 | accept the -R or --repository option to specific a repository. |
| 247 | |
| 248 | fossil configuration export AREA FILENAME |
| @@ -278,28 +278,28 @@ | |
| 278 | |
| 279 | WARNING: Do not import, merge, or pull configurations from an untrusted |
| 280 | source. The inbound configuration is not checked for safety and can |
| 281 | introduce security vulnerabilities. |
| 282 | |
| 283 | <hr><a href="#tof">ˆ</a> |
| 284 | COMMAND: deconstruct |
| 285 | <a name="deconstruct">Usage: </a><a href="cmd_deconstruct.wiki">fossil deconstruct</a> ?-R|--repository REPOSITORY? DESTINATION |
| 286 | Populates the indicated DESTINATION directory with copies of all |
| 287 | artifcats contained within the repository. Artifacts are named AA/bbbbb |
| 288 | where AA is the first 2 characters of the artifact ID and bbbbb is the |
| 289 | remaining 38 characters. |
| 290 | |
| 291 | <hr><a href="#tof">ˆ</a> |
| 292 | <a name="rm">Usage: </a><a href="cmd_rm.wiki">fossil rm</a> FILE... or: fossil del FILE... |
| 293 | Remove one or more files from the tree. |
| 294 | |
| 295 | <hr><a href="#tof">ˆ</a> |
| 296 | <a name="descendants">Usage: </a><a href="cmd_descendants.wiki">fossil descendants</a> ?CHECKIN-ID? |
| 297 | Find all leaf descendants of the check-in specified or if the argument |
| 298 | is omitted, of the check-in currently checked out. |
| 299 | |
| 300 | <hr><a href="#tof">ˆ</a> |
| 301 | <a name="diff">Usage: </a><a href="cmd_diff.wiki">fossil diff</a>|gdiff ?-i? ?-r REVISION? FILE... |
| 302 | Show the difference between the current version of a file (as it |
| 303 | exists on disk) and that same file as it was checked out. |
| 304 | |
| 305 | diff will show a textual diff while gdiff will attempt to run a |
| @@ -319,78 +319,78 @@ | |
| 319 | fossil setting gdiff-command tortoisemerge |
| 320 | fossil setting gdiff-command meld |
| 321 | fossil setting gdiff-command xxdiff |
| 322 | fossil setting gdiff-command kdiff3 |
| 323 | |
| 324 | <hr><a href="#tof">ˆ</a> |
| 325 | <a name="extra">Usage: </a><a href="cmd_extra.wiki">fossil extra</a> |
| 326 | Print a list of all files in the source tree that are not part of |
| 327 | the current checkout. See also the "clean" command. |
| 328 | |
| 329 | <hr><a href="#tof">ˆ</a> |
| 330 | <a name="help">Usage: </a><a href="cmd_help.wiki">fossil help</a> COMMAND |
| 331 | Display information on how to use COMMAND |
| 332 | |
| 333 | <hr><a href="#tof">ˆ</a> |
| 334 | <a name="http">Usage: </a><a href="cmd_http.wiki">fossil http</a> REPOSITORY |
| 335 | Handle a single HTTP request appearing on stdin. The resulting webpage |
| 336 | is delivered on stdout. This method is used to launch an HTTP request |
| 337 | handler from inetd, for example. The argument is the name of the repository. |
| 338 | |
| 339 | <hr><a href="#tof">ˆ</a> |
| 340 | <a name="info">Usage: </a><a href="cmd_info.wiki">fossil info</a> ?ARTIFACT-ID|FILENAME? |
| 341 | With no arguments, provide information about the current tree. |
| 342 | If an argument is specified, provide information about the object |
| 343 | in the respository of the current tree that the argument refers |
| 344 | to. Or if the argument is the name of a repository, show |
| 345 | information about that repository. |
| 346 | |
| 347 | <hr><a href="#tof">ˆ</a> |
| 348 | <a name="leaves">Usage: </a><a href="cmd_leaves.wiki">fossil leaves</a> |
| 349 | Find leaves of all branches. |
| 350 | |
| 351 | <hr><a href="#tof">ˆ</a> |
| 352 | <a name="ls">Usage: </a><a href="cmd_ls.wiki">fossil ls</a> |
| 353 | Show the names of all files in the current checkout |
| 354 | |
| 355 | <hr><a href="#tof">ˆ</a> |
| 356 | <a name="merge">Usage: </a><a href="cmd_merge.wiki">fossil merge</a> VERSION |
| 357 | The argument is a version that should be merged into the current |
| 358 | checkout. |
| 359 | Only file content is merged. The result continues to use the |
| 360 | file and directory names from the current check-out even if those |
| 361 | names might have been changed in the branch being merged in. |
| 362 | |
| 363 | <hr><a href="#tof">ˆ</a> |
| 364 | <a name="mv">Usage: </a><a href="cmd_mv.wiki">fossil mv|rename</a> OLDNAME NEWNAME or: fossil mv|rename OLDNAME... DIR |
| 365 | |
| 366 | Move or rename one or more files within the tree |
| 367 | |
| 368 | This command does not rename the files on disk. All this command does is |
| 369 | record the fact that filenames have changed so that appropriate notations |
| 370 | can be made at the next commit/checkin. |
| 371 | |
| 372 | <hr><a href="#tof">ˆ</a> |
| 373 | <a name="new">Usage: </a><a href="cmd_new.wiki">fossil new</a> FILENAME |
| 374 | |
| 375 | Create a repository for a new project in the file named FILENAME. |
| 376 | This command is distinct from "clone". The "clone" command makes |
| 377 | a copy of an existing project. This command starts a new project. |
| 378 | |
| 379 | <hr><a href="#tof">ˆ</a> |
| 380 | <a name="open">Usage: </a><a href="cmd_open.wiki">fossil open</a> FILENAME |
| 381 | Open a connection to the local repository in FILENAME. A checkout |
| 382 | for the repository is created with its root at the working directory. |
| 383 | See also the "close" command. |
| 384 | |
| 385 | <hr><a href="#tof">ˆ</a> |
| 386 | <a name="rstats">Usage: </a><a href="cmd_rstats.wiki">fossil rstats</a> |
| 387 | |
| 388 | Deliver a report of the repository statistics for the |
| 389 | current checkout. |
| 390 | |
| 391 | <hr><a href="#tof">ˆ</a> |
| 392 | <a name="pull">Usage: </a><a href="cmd_pull.wiki">fossil pull</a> ?URL? ?-R|--respository REPOSITORY? |
| 393 | Pull changes in a remote repository into the local repository. |
| 394 | The repository is identified by the -R or --repository option. |
| 395 | If there is no such option then the open repository is used. |
| 396 | The URL of the remote server is specified on the command line |
| @@ -405,45 +405,45 @@ | |
| 405 | The "USER" substring specifies the login user. You will be |
| 406 | prompted for the password on the command-line. The PORT |
| 407 | specifies the TCP port of the server. The default port is |
| 408 | 80. |
| 409 | |
| 410 | <hr><a href="#tof">ˆ</a> |
| 411 | <a name="push">Usage: </a><a href="cmd_push.wiki">fossil push</a> ?URL? ?-R|--repository REPOSITORY? |
| 412 | Push changes in the local repository over into a remote repository. |
| 413 | See the "pull" command for additional information. |
| 414 | |
| 415 | <hr><a href="#tof">ˆ</a> |
| 416 | <a name="rebuild">Usage: </a><a href="cmd_rebuild.wiki">fossil rebuild</a> REPOSITORY |
| 417 | Reconstruct the named repository database from the core |
| 418 | records. Run this command after updating the fossil |
| 419 | executable in a way that changes the database schema. |
| 420 | |
| 421 | <hr><a href="#tof">ˆ</a> |
| 422 | COMMAND: reconstruct |
| 423 | <a name="reconstruct">Usage: </a><a href="cmd_reconstruct.wiki">fossil reconstruct</a> REPOSITORY ORIGIN |
| 424 | Creates the REPOSITORY and populates it with the artifacts in the |
| 425 | indicated ORIGIN directory. |
| 426 | |
| 427 | <hr><a href="#tof">ˆ</a> |
| 428 | <a name="redo">Usage: </a><a href="cmd_redo.wiki">fossil redo</a> ?FILENAME...? |
| 429 | Redo the an update or merge operation that has been undone by the |
| 430 | undo command. If FILENAME is specified then restore the changes |
| 431 | associated with the named file(s) but otherwise leave the update |
| 432 | or merge undone. |
| 433 | |
| 434 | A single level of undo/redo is supported. The undo/redo stack |
| 435 | is cleared by the commit and checkout commands. |
| 436 | |
| 437 | <hr><a href="#tof">ˆ</a> |
| 438 | <a name="revert">Usage: </a><a href="cmd_revert.wiki">fossil revert</a> ?--yes? ?-r CHECKIN? FILE |
| 439 | Revert to the current repository version of FILE, or to |
| 440 | the version associated with check-in CHECKIN if the -r flag |
| 441 | appears. This command will confirm your operation unless the |
| 442 | file is missing or the --yes option is used. |
| 443 | |
| 444 | <hr><a href="#tof">ˆ</a> |
| 445 | <a name="server">Usage: </a><a href="cmd_server.wiki">fossil server</a> ?-P|--port TCPPORT? ?REPOSITORY? Or: fossil ui ?-P|--port TCPPORT? ?REPOSITORY? |
| 446 | |
| 447 | Open a socket and begin listening and responding to HTTP requests on |
| 448 | TCP port 8080, or on any other TCP port defined by the -P or |
| 449 | --port option. The optional argument is the name of the repository. |
| @@ -451,11 +451,11 @@ | |
| 451 | within an open checkout. |
| 452 | |
| 453 | The "ui" command automatically starts a web browser after initializing |
| 454 | the web server. |
| 455 | |
| 456 | <hr><a href="#tof">ˆ</a> |
| 457 | COMMAND: settings |
| 458 | COMMAND: unset |
| 459 | <a name="settings">Usage: </a><a href="cmd_setting.wiki">fossil settings</a> ?PROPERTY? ?VALUE? ?-global? |
| 460 | fossil unset PROPERTY ?-global? |
| 461 | |
| @@ -503,21 +503,21 @@ | |
| 503 | web-browser A shell command used to launch your preferred |
| 504 | web browser when given a URL as an argument. |
| 505 | Defaults to "start" on windows, "open" on Mac, |
| 506 | and "firefox" on Unix. |
| 507 | |
| 508 | <hr><a href="#tof">ˆ</a> |
| 509 | <a name="status">Usage: </a><a href="cmd_status.wiki">fossil status</a> |
| 510 | Report on the status of the current checkout. |
| 511 | |
| 512 | <hr><a href="#tof">ˆ</a> |
| 513 | <a name="sync">Usage: </a><a href="cmd_sync.wiki">fossil sync</a> ?URL? ?-R|--repository REPOSITORY? |
| 514 | Synchronize the local repository with a remote repository. This is |
| 515 | the equivalent of running both "push" and "pull" at the same time. |
| 516 | See the "pull" command for additional information. |
| 517 | |
| 518 | <hr><a href="#tof">ˆ</a> |
| 519 | <a name="tag">Usage: </a><a href="cmd_tag.wiki">fossil tag</a> SUBCOMMAND ... |
| 520 | Run various subcommands to control tags and properties |
| 521 | |
| 522 | fossil tag add ?--raw? TAGNAME CHECK-IN ?VALUE? |
| 523 | |
| @@ -569,11 +569,11 @@ | |
| 569 | |
| 570 | fossil update tag:decaf |
| 571 | |
| 572 | will assume that "decaf" is a tag/branch name. |
| 573 | |
| 574 | <hr><a href="#tof">ˆ</a> |
| 575 | <a name="timeline">Usage: </a><a href="cmd_timeline.wiki">fossil timeline</a> ?WHEN? ?CHECK-IN|DATETIME? ?-n|--count N? |
| 576 | Print a summary of activity going backwards in date and time |
| 577 | specified or from the current date and time if no arguments |
| 578 | are given. Show as many as N (default 20) check-ins. The |
| 579 | WHEN argument can be any unique abbreviation of one of these |
| @@ -587,30 +587,30 @@ | |
| 587 | The CHECK-IN can be any unique prefix of 4 characters or more. |
| 588 | The DATETIME should be in the ISO8601 format. For |
| 589 | examples: "2007-08-18 07:21:21". You can also say "current" |
| 590 | for the current version or "now" for the current time. |
| 591 | |
| 592 | <hr><a href="#tof">ˆ</a> |
| 593 | <a name="undo">Usage: </a><a href="cmd_undo.wiki">fossil undo</a> ?FILENAME...? |
| 594 | Undo the most recent update or merge operation. If FILENAME is |
| 595 | specified then restore the content of the named file(s) but otherwise |
| 596 | leave the update or merge in effect. |
| 597 | |
| 598 | A single level of undo/redo is supported. The undo/redo stack |
| 599 | is cleared by the commit and checkout commands. |
| 600 | |
| 601 | <hr><a href="#tof">ˆ</a> |
| 602 | <a name="update">Usage: </a><a href="cmd_update.wiki">fossil update</a> ?VERSION? ?--latest? |
| 603 | The optional argument is a version that should become the current |
| 604 | version. If the argument is omitted, then use the leaf of the |
| 605 | tree that begins with the current version, if there is only a single leaf. If there are a multiple leaves, the latest is used |
| 606 | if the --latest flag is present. |
| 607 | |
| 608 | This command is different from the "checkout" in that edits are |
| 609 | not overwritten. Edits are merged into the new version. |
| 610 | |
| 611 | <hr><a href="#tof">ˆ</a> |
| 612 | <a name="user">Usage: </a><a href="cmd_user.wiki">fossil user</a> SUBCOMMAND ... ?-R|--repository FILE? |
| 613 | Run various subcommands on users of the open repository or of |
| 614 | the repository identified by the -R or --repository option. |
| 615 | |
| 616 | fossil user capabilities USERNAME ?STRING? |
| @@ -634,15 +634,15 @@ | |
| 634 | |
| 635 | fossil user password USERNAME |
| 636 | |
| 637 | Change the web access password for a user. |
| 638 | |
| 639 | <hr><a href="#tof">ˆ</a> |
| 640 | <a name="version">Usage: </a><a href="cmd_version.wiki">fossil version</a> |
| 641 | Print the source code version number for the fossil executable. |
| 642 | |
| 643 | <hr><a href="#tof">ˆ</a> |
| 644 | <a name="wiki">Usage: </a><a href="cmd_wiki.wiki">fossil wiki</a> (export|create|commit|list) WikiName |
| 645 | Run various subcommands to fetch wiki entries. |
| 646 | |
| 647 | fossil wiki export PAGENAME ?FILE? |
| 648 | |
| @@ -684,11 +684,11 @@ | |
| 684 | Diffs the local copy of a page with a given version (defaulting |
| 685 | to the head version). |
| 686 | |
| 687 | </pre></nowiki> |
| 688 | |
| 689 | <hr><a href="#tof">ˆ</a> |
| 690 | |
| 691 | <h3>Caveats</h3> |
| 692 | This is not actually a reference, it's the start of a reference. |
| 693 | There are wikilinks to uncreated pages for the commands. This was |
| 694 | created by running the fossil help for each command listed by running |
| 695 |
+1
-1
| --- www/reviews.wiki | ||
| +++ www/reviews.wiki | ||
| @@ -3,12 +3,12 @@ | ||
| 3 | 3 | |
| 4 | 4 | * [http://sheddingbikes.com/posts/1276624594.html | Why I Use Fossil] |
| 5 | 5 | by Zed A. Shaw. |
| 6 | 6 | * [http://nixtu.blogspot.com/2010/03/fossil-dvcs-on-go-first-impressions.html | |
| 7 | 7 | Fossil DVCS on the Go - First Impressions] |
| 8 | - by Juho Vepsäläinen. | |
| 9 | 8 | * [http://blog.fupps.com/2010/12/04/exploring-the-fossil-dvcs | |
| 9 | + by Juho Vepsäläinen. | |
| 10 | 10 | Exploring the Fossil DVCS] by Jan-Piet Mens. |
| 11 | 11 | * [http://blog.mired.org/2011/02/fossil-sweet-spot-in-vcs-space.html | |
| 12 | 12 | Fossil - a sweet spot in the VCS space] by Mike Meyer. |
| 13 | 13 | * [http://blog.s11n.net/?p=72|Four reasons to take a closer look at the Fossil SCM] by Stephan Beal |
| 14 | 14 | |
| 15 | 15 |
| --- www/reviews.wiki | |
| +++ www/reviews.wiki | |
| @@ -3,12 +3,12 @@ | |
| 3 | |
| 4 | * [http://sheddingbikes.com/posts/1276624594.html | Why I Use Fossil] |
| 5 | by Zed A. Shaw. |
| 6 | * [http://nixtu.blogspot.com/2010/03/fossil-dvcs-on-go-first-impressions.html | |
| 7 | Fossil DVCS on the Go - First Impressions] |
| 8 | by Juho Vepsäläinen. |
| 9 | * [http://blog.fupps.com/2010/12/04/exploring-the-fossil-dvcs | |
| 10 | Exploring the Fossil DVCS] by Jan-Piet Mens. |
| 11 | * [http://blog.mired.org/2011/02/fossil-sweet-spot-in-vcs-space.html | |
| 12 | Fossil - a sweet spot in the VCS space] by Mike Meyer. |
| 13 | * [http://blog.s11n.net/?p=72|Four reasons to take a closer look at the Fossil SCM] by Stephan Beal |
| 14 | |
| 15 |
| --- www/reviews.wiki | |
| +++ www/reviews.wiki | |
| @@ -3,12 +3,12 @@ | |
| 3 | |
| 4 | * [http://sheddingbikes.com/posts/1276624594.html | Why I Use Fossil] |
| 5 | by Zed A. Shaw. |
| 6 | * [http://nixtu.blogspot.com/2010/03/fossil-dvcs-on-go-first-impressions.html | |
| 7 | Fossil DVCS on the Go - First Impressions] |
| 8 | * [http://blog.fupps.com/2010/12/04/exploring-the-fossil-dvcs | |
| 9 | by Juho Vepsäläinen. |
| 10 | Exploring the Fossil DVCS] by Jan-Piet Mens. |
| 11 | * [http://blog.mired.org/2011/02/fossil-sweet-spot-in-vcs-space.html | |
| 12 | Fossil - a sweet spot in the VCS space] by Mike Meyer. |
| 13 | * [http://blog.s11n.net/?p=72|Four reasons to take a closer look at the Fossil SCM] by Stephan Beal |
| 14 | |
| 15 |