Fossil SCM
Tweaks to the "quick start" documentation page.
Commit
6f1cc96ff0da6131160aa14246f05f9bb40ff44a
Parent
f7a3c6deefc5b69…
1 file changed
+6
-12
+6
-12
| --- www/quickstart.wiki | ||
| +++ www/quickstart.wiki | ||
| @@ -14,15 +14,14 @@ | ||
| 14 | 14 | someplace on your PATH environment variable.</p> |
| 15 | 15 | |
| 16 | 16 | <a name="fslclone"></a> |
| 17 | 17 | <h2>General Work Flow</h2> |
| 18 | 18 | |
| 19 | - <p>Fossil works with repository files, a database with the project's | |
| 20 | - complete history, and with checked-out local trees, the working directory | |
| 21 | - you use to do your work. In most operations that require you to work on a | |
| 22 | - specific repository you must have a checked out tree in place to work from. | |
| 23 | - The resulting workflow looks like this:</p> | |
| 19 | + <p>Fossil works with repository files (a database with the project's | |
| 20 | + complete history) and with checked-out local trees (the working directory | |
| 21 | + you use to do your work). | |
| 22 | + The workflow looks like this:</p> | |
| 24 | 23 | |
| 25 | 24 | <ul> |
| 26 | 25 | <li>Create or clone a repository file. ([/help/new|fossil new] or |
| 27 | 26 | [/help/clone | fossil clone]) |
| 28 | 27 | <li>Check out a local tree. ([/help/open | fossil open]) |
| @@ -113,11 +112,11 @@ | ||
| 113 | 112 | |
| 114 | 113 | <h2>Configuring Your Local Repository</h2> |
| 115 | 114 | |
| 116 | 115 | <p>When you create a new repository, either by cloning an existing |
| 117 | 116 | project or create a new project of your own, you usually want to do some |
| 118 | - local configuration. This is easily accomplished using the webserver | |
| 117 | + local configuration. This is easily accomplished using the web-server | |
| 119 | 118 | that is built into fossil. Start the fossil webserver like this: |
| 120 | 119 | ([/help/ui | more info])</p> |
| 121 | 120 | |
| 122 | 121 | <blockquote> |
| 123 | 122 | <b>fossil ui </b><i> repository-filename</i> |
| @@ -346,13 +345,8 @@ | ||
| 346 | 345 | <b>fossil sync http://192.168.1.36:8080/ --proxy off</b> |
| 347 | 346 | </blockquote> |
| 348 | 347 | |
| 349 | 348 | <h2>More Hints</h2> |
| 350 | 349 | |
| 351 | - <p>Try these commands:</p> | |
| 352 | - | |
| 353 | - <blockquote><b> | |
| 354 | - [/help/help | fossil help]<br> | |
| 355 | - [/help/test-command | fossil test-commands] | |
| 356 | - </b></blockquote> | |
| 350 | + <p>A [/help | complete list of commands] is available. | |
| 357 | 351 | |
| 358 | 352 | <p>Explore and have fun!</p> |
| 359 | 353 |
| --- www/quickstart.wiki | |
| +++ www/quickstart.wiki | |
| @@ -14,15 +14,14 @@ | |
| 14 | someplace on your PATH environment variable.</p> |
| 15 | |
| 16 | <a name="fslclone"></a> |
| 17 | <h2>General Work Flow</h2> |
| 18 | |
| 19 | <p>Fossil works with repository files, a database with the project's |
| 20 | complete history, and with checked-out local trees, the working directory |
| 21 | you use to do your work. In most operations that require you to work on a |
| 22 | specific repository you must have a checked out tree in place to work from. |
| 23 | The resulting workflow looks like this:</p> |
| 24 | |
| 25 | <ul> |
| 26 | <li>Create or clone a repository file. ([/help/new|fossil new] or |
| 27 | [/help/clone | fossil clone]) |
| 28 | <li>Check out a local tree. ([/help/open | fossil open]) |
| @@ -113,11 +112,11 @@ | |
| 113 | |
| 114 | <h2>Configuring Your Local Repository</h2> |
| 115 | |
| 116 | <p>When you create a new repository, either by cloning an existing |
| 117 | project or create a new project of your own, you usually want to do some |
| 118 | local configuration. This is easily accomplished using the webserver |
| 119 | that is built into fossil. Start the fossil webserver like this: |
| 120 | ([/help/ui | more info])</p> |
| 121 | |
| 122 | <blockquote> |
| 123 | <b>fossil ui </b><i> repository-filename</i> |
| @@ -346,13 +345,8 @@ | |
| 346 | <b>fossil sync http://192.168.1.36:8080/ --proxy off</b> |
| 347 | </blockquote> |
| 348 | |
| 349 | <h2>More Hints</h2> |
| 350 | |
| 351 | <p>Try these commands:</p> |
| 352 | |
| 353 | <blockquote><b> |
| 354 | [/help/help | fossil help]<br> |
| 355 | [/help/test-command | fossil test-commands] |
| 356 | </b></blockquote> |
| 357 | |
| 358 | <p>Explore and have fun!</p> |
| 359 |
| --- www/quickstart.wiki | |
| +++ www/quickstart.wiki | |
| @@ -14,15 +14,14 @@ | |
| 14 | someplace on your PATH environment variable.</p> |
| 15 | |
| 16 | <a name="fslclone"></a> |
| 17 | <h2>General Work Flow</h2> |
| 18 | |
| 19 | <p>Fossil works with repository files (a database with the project's |
| 20 | complete history) and with checked-out local trees (the working directory |
| 21 | you use to do your work). |
| 22 | The workflow looks like this:</p> |
| 23 | |
| 24 | <ul> |
| 25 | <li>Create or clone a repository file. ([/help/new|fossil new] or |
| 26 | [/help/clone | fossil clone]) |
| 27 | <li>Check out a local tree. ([/help/open | fossil open]) |
| @@ -113,11 +112,11 @@ | |
| 112 | |
| 113 | <h2>Configuring Your Local Repository</h2> |
| 114 | |
| 115 | <p>When you create a new repository, either by cloning an existing |
| 116 | project or create a new project of your own, you usually want to do some |
| 117 | local configuration. This is easily accomplished using the web-server |
| 118 | that is built into fossil. Start the fossil webserver like this: |
| 119 | ([/help/ui | more info])</p> |
| 120 | |
| 121 | <blockquote> |
| 122 | <b>fossil ui </b><i> repository-filename</i> |
| @@ -346,13 +345,8 @@ | |
| 345 | <b>fossil sync http://192.168.1.36:8080/ --proxy off</b> |
| 346 | </blockquote> |
| 347 | |
| 348 | <h2>More Hints</h2> |
| 349 | |
| 350 | <p>A [/help | complete list of commands] is available. |
| 351 | |
| 352 | <p>Explore and have fun!</p> |
| 353 |