Fossil SCM
Change Quick Start to store the repository file outside the working directory.
Commit
1ce4fd2f15049e5269f683f0e78ff40c572908a1d9a16e2da4861fd8cd855af0
Parent
0f90d0df757ab4a…
1 file changed
+2
-2
+2
-2
| --- www/index.wiki | ||
| +++ www/index.wiki | ||
| @@ -95,12 +95,12 @@ | ||
| 95 | 95 | <hr> |
| 96 | 96 | <h3>Quick Start</h3> |
| 97 | 97 | |
| 98 | 98 | 1. [/uv/download.html|Download] or install using a package manager or |
| 99 | 99 | [./build.wiki|compile from sources]. |
| 100 | - 2. <tt>fossil init</tt> <i>new-repository</i> | |
| 101 | - 3. <tt>fossil open</tt> <i>new-repository</i> | |
| 100 | + 2. <tt>fossil init</tt> <i>REPOSTORE-DIR/new-repository</i> | |
| 101 | + 3. <tt>fossil open</tt> <i>REPOSTORE-DIR/new-repository</i> | |
| 102 | 102 | 4. <tt>fossil add</tt> <i>files-or-directories</i> |
| 103 | 103 | 5. <tt>fossil commit -m</tt> "<i>commit message</i>" |
| 104 | 104 | 6. <tt>fossil ui</tt> |
| 105 | 105 | 7. Repeat steps 4, 5, and 6, in any order, as necessary. |
| 106 | 106 | See the [./quickstart.wiki|Quick Start Guide] for more detail. |
| 107 | 107 |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -95,12 +95,12 @@ | |
| 95 | <hr> |
| 96 | <h3>Quick Start</h3> |
| 97 | |
| 98 | 1. [/uv/download.html|Download] or install using a package manager or |
| 99 | [./build.wiki|compile from sources]. |
| 100 | 2. <tt>fossil init</tt> <i>new-repository</i> |
| 101 | 3. <tt>fossil open</tt> <i>new-repository</i> |
| 102 | 4. <tt>fossil add</tt> <i>files-or-directories</i> |
| 103 | 5. <tt>fossil commit -m</tt> "<i>commit message</i>" |
| 104 | 6. <tt>fossil ui</tt> |
| 105 | 7. Repeat steps 4, 5, and 6, in any order, as necessary. |
| 106 | See the [./quickstart.wiki|Quick Start Guide] for more detail. |
| 107 |
| --- www/index.wiki | |
| +++ www/index.wiki | |
| @@ -95,12 +95,12 @@ | |
| 95 | <hr> |
| 96 | <h3>Quick Start</h3> |
| 97 | |
| 98 | 1. [/uv/download.html|Download] or install using a package manager or |
| 99 | [./build.wiki|compile from sources]. |
| 100 | 2. <tt>fossil init</tt> <i>REPOSTORE-DIR/new-repository</i> |
| 101 | 3. <tt>fossil open</tt> <i>REPOSTORE-DIR/new-repository</i> |
| 102 | 4. <tt>fossil add</tt> <i>files-or-directories</i> |
| 103 | 5. <tt>fossil commit -m</tt> "<i>commit message</i>" |
| 104 | 6. <tt>fossil ui</tt> |
| 105 | 7. Repeat steps 4, 5, and 6, in any order, as necessary. |
| 106 | See the [./quickstart.wiki|Quick Start Guide] for more detail. |
| 107 |