Fossil SCM
Tooting SQLite's horn in the "you may safely Ctrl-C out of fossil ui" bit in the Quick Start. The truth of this claim is no accident.
Commit
9c07d8a3a5cf06aeb408e670027a54d8927948f5e34add117c41aaa7569be9e1
Parent
e6c4176cd320da3…
1 file changed
+3
-1
+3
-1
| --- www/quickstart.wiki | ||
| +++ www/quickstart.wiki | ||
| @@ -364,11 +364,13 @@ | ||
| 364 | 364 | localhost on a high-numbered port and then reverse-proxy it out to the |
| 365 | 365 | world via HTTPS, a practice this author does engage in, with confidence.) |
| 366 | 366 | |
| 367 | 367 | Once you are finished configuring Fossil, you may safely Control-C out |
| 368 | 368 | of the <b>fossil ui</b> command to shut down this privileged |
| 369 | -built-in web server. | |
| 369 | +built-in web server. Moreover, you may by grace of SQLite do this <i>at | |
| 370 | +any time</i>: all changes are either committed durably to the repo DB or | |
| 371 | +rolled back, in their totality. This includes configuration changes. | |
| 370 | 372 | |
| 371 | 373 | <h2 id="sharing">Sharing Changes</h2> |
| 372 | 374 | |
| 373 | 375 | When [./concepts.wiki#workflow|autosync] is turned off, |
| 374 | 376 | the changes you [/help/commit | commit] are only |
| 375 | 377 |
| --- www/quickstart.wiki | |
| +++ www/quickstart.wiki | |
| @@ -364,11 +364,13 @@ | |
| 364 | localhost on a high-numbered port and then reverse-proxy it out to the |
| 365 | world via HTTPS, a practice this author does engage in, with confidence.) |
| 366 | |
| 367 | Once you are finished configuring Fossil, you may safely Control-C out |
| 368 | of the <b>fossil ui</b> command to shut down this privileged |
| 369 | built-in web server. |
| 370 | |
| 371 | <h2 id="sharing">Sharing Changes</h2> |
| 372 | |
| 373 | When [./concepts.wiki#workflow|autosync] is turned off, |
| 374 | the changes you [/help/commit | commit] are only |
| 375 |
| --- www/quickstart.wiki | |
| +++ www/quickstart.wiki | |
| @@ -364,11 +364,13 @@ | |
| 364 | localhost on a high-numbered port and then reverse-proxy it out to the |
| 365 | world via HTTPS, a practice this author does engage in, with confidence.) |
| 366 | |
| 367 | Once you are finished configuring Fossil, you may safely Control-C out |
| 368 | of the <b>fossil ui</b> command to shut down this privileged |
| 369 | built-in web server. Moreover, you may by grace of SQLite do this <i>at |
| 370 | any time</i>: all changes are either committed durably to the repo DB or |
| 371 | rolled back, in their totality. This includes configuration changes. |
| 372 | |
| 373 | <h2 id="sharing">Sharing Changes</h2> |
| 374 | |
| 375 | When [./concepts.wiki#workflow|autosync] is turned off, |
| 376 | the changes you [/help/commit | commit] are only |
| 377 |