Fossil SCM
Updates to the encrypted Fossil documentation.
Commit
7fd600903f599770df2bfe7273ff9b5b872c6c9d
Parent
8ce629f916c615f…
3 files changed
+9
-3
+1
+4
+9
-3
| --- www/encryptedrepos.wiki | ||
| +++ www/encryptedrepos.wiki | ||
| @@ -10,11 +10,13 @@ | ||
| 10 | 10 | <p> |
| 11 | 11 | Assuming you have an SEE license, the first step of compiling Fossil to |
| 12 | 12 | use SEE is to create an SEE-enabled version of the SQLite database source code. |
| 13 | 13 | This alternative SQLite database source file should be called "sqlite3-see.c" |
| 14 | 14 | and should be placed in the src/ subfolder of the Fossil sources, right beside |
| 15 | -the public-domain "sqlite3.c" source file. | |
| 15 | +the public-domain "sqlite3.c" source file. Also make a copy of the SEE-enabled | |
| 16 | +"shell.c" file, renamed as "shell-see.c", and place it in the src/ subfolder | |
| 17 | +beside the original "shell.c". | |
| 16 | 18 | <p> |
| 17 | 19 | Add the --with-see command-line option to the configuration script to enable |
| 18 | 20 | the use of SEE on unix-like systems. |
| 19 | 21 | <blockquote><pre> |
| 20 | 22 | ./configure --with-see; make |
| @@ -28,10 +30,14 @@ | ||
| 28 | 30 | <h2>Using Encrypted Repositories</h2><blockquote> |
| 29 | 31 | Any Fossil repositories whose filename ends with ".efossil" is taken to be |
| 30 | 32 | an encrypted repository. Fossil will prompt for the encryption password and |
| 31 | 33 | attempt to open the repository database using that password. |
| 32 | 34 | <p> |
| 33 | -Every use of an encrypted repository requires retyping the encryption password. | |
| 35 | +Every invocation of fossil on an encrypted repository requires retyping the | |
| 36 | +encryption password. | |
| 37 | +To avoid excess password typing, consider using the "fossil shell" | |
| 38 | +command which prompts for the password just once, then reuses it for each | |
| 39 | +subsequent Fossil command entered at the prompt. | |
| 34 | 40 | <p> |
| 35 | -On Windows, the "fossil server" and "fossil ui" commands do not | |
| 41 | +On Windows, the "fossil server", "fossil ui", and "fossil shell" commands do not | |
| 36 | 42 | (currently) work on an encrypted repository. |
| 37 | 43 | </blockquote> |
| 38 | 44 |
| --- www/encryptedrepos.wiki | |
| +++ www/encryptedrepos.wiki | |
| @@ -10,11 +10,13 @@ | |
| 10 | <p> |
| 11 | Assuming you have an SEE license, the first step of compiling Fossil to |
| 12 | use SEE is to create an SEE-enabled version of the SQLite database source code. |
| 13 | This alternative SQLite database source file should be called "sqlite3-see.c" |
| 14 | and should be placed in the src/ subfolder of the Fossil sources, right beside |
| 15 | the public-domain "sqlite3.c" source file. |
| 16 | <p> |
| 17 | Add the --with-see command-line option to the configuration script to enable |
| 18 | the use of SEE on unix-like systems. |
| 19 | <blockquote><pre> |
| 20 | ./configure --with-see; make |
| @@ -28,10 +30,14 @@ | |
| 28 | <h2>Using Encrypted Repositories</h2><blockquote> |
| 29 | Any Fossil repositories whose filename ends with ".efossil" is taken to be |
| 30 | an encrypted repository. Fossil will prompt for the encryption password and |
| 31 | attempt to open the repository database using that password. |
| 32 | <p> |
| 33 | Every use of an encrypted repository requires retyping the encryption password. |
| 34 | <p> |
| 35 | On Windows, the "fossil server" and "fossil ui" commands do not |
| 36 | (currently) work on an encrypted repository. |
| 37 | </blockquote> |
| 38 |
| --- www/encryptedrepos.wiki | |
| +++ www/encryptedrepos.wiki | |
| @@ -10,11 +10,13 @@ | |
| 10 | <p> |
| 11 | Assuming you have an SEE license, the first step of compiling Fossil to |
| 12 | use SEE is to create an SEE-enabled version of the SQLite database source code. |
| 13 | This alternative SQLite database source file should be called "sqlite3-see.c" |
| 14 | and should be placed in the src/ subfolder of the Fossil sources, right beside |
| 15 | the public-domain "sqlite3.c" source file. Also make a copy of the SEE-enabled |
| 16 | "shell.c" file, renamed as "shell-see.c", and place it in the src/ subfolder |
| 17 | beside the original "shell.c". |
| 18 | <p> |
| 19 | Add the --with-see command-line option to the configuration script to enable |
| 20 | the use of SEE on unix-like systems. |
| 21 | <blockquote><pre> |
| 22 | ./configure --with-see; make |
| @@ -28,10 +30,14 @@ | |
| 30 | <h2>Using Encrypted Repositories</h2><blockquote> |
| 31 | Any Fossil repositories whose filename ends with ".efossil" is taken to be |
| 32 | an encrypted repository. Fossil will prompt for the encryption password and |
| 33 | attempt to open the repository database using that password. |
| 34 | <p> |
| 35 | Every invocation of fossil on an encrypted repository requires retyping the |
| 36 | encryption password. |
| 37 | To avoid excess password typing, consider using the "fossil shell" |
| 38 | command which prompts for the password just once, then reuses it for each |
| 39 | subsequent Fossil command entered at the prompt. |
| 40 | <p> |
| 41 | On Windows, the "fossil server", "fossil ui", and "fossil shell" commands do not |
| 42 | (currently) work on an encrypted repository. |
| 43 | </blockquote> |
| 44 |
+1
| --- www/mkindex.tcl | ||
| +++ www/mkindex.tcl | ||
| @@ -24,10 +24,11 @@ | ||
| 24 | 24 | customskin.md {Theming: Customizing The Appearance of Web Pages} |
| 25 | 25 | custom_ticket.wiki {Customizing The Ticket System} |
| 26 | 26 | delta_encoder_algorithm.wiki {Fossil Delta Encoding Algorithm} |
| 27 | 27 | delta_format.wiki {Fossil Delta Format} |
| 28 | 28 | embeddeddoc.wiki {Embedded Project Documentation} |
| 29 | + encryptedrepos.wiki {How To Use Encrypted Repositories} | |
| 29 | 30 | env-opts.md {Environment Variables and Global Options} |
| 30 | 31 | event.wiki {Events} |
| 31 | 32 | faq.wiki {Frequently Asked Questions} |
| 32 | 33 | fileformat.wiki {Fossil File Format} |
| 33 | 34 | fiveminutes.wiki {Update and Running in 5 Minutes as a Single User} |
| 34 | 35 |
| --- www/mkindex.tcl | |
| +++ www/mkindex.tcl | |
| @@ -24,10 +24,11 @@ | |
| 24 | customskin.md {Theming: Customizing The Appearance of Web Pages} |
| 25 | custom_ticket.wiki {Customizing The Ticket System} |
| 26 | delta_encoder_algorithm.wiki {Fossil Delta Encoding Algorithm} |
| 27 | delta_format.wiki {Fossil Delta Format} |
| 28 | embeddeddoc.wiki {Embedded Project Documentation} |
| 29 | env-opts.md {Environment Variables and Global Options} |
| 30 | event.wiki {Events} |
| 31 | faq.wiki {Frequently Asked Questions} |
| 32 | fileformat.wiki {Fossil File Format} |
| 33 | fiveminutes.wiki {Update and Running in 5 Minutes as a Single User} |
| 34 |
| --- www/mkindex.tcl | |
| +++ www/mkindex.tcl | |
| @@ -24,10 +24,11 @@ | |
| 24 | customskin.md {Theming: Customizing The Appearance of Web Pages} |
| 25 | custom_ticket.wiki {Customizing The Ticket System} |
| 26 | delta_encoder_algorithm.wiki {Fossil Delta Encoding Algorithm} |
| 27 | delta_format.wiki {Fossil Delta Format} |
| 28 | embeddeddoc.wiki {Embedded Project Documentation} |
| 29 | encryptedrepos.wiki {How To Use Encrypted Repositories} |
| 30 | env-opts.md {Environment Variables and Global Options} |
| 31 | event.wiki {Events} |
| 32 | faq.wiki {Frequently Asked Questions} |
| 33 | fileformat.wiki {Fossil File Format} |
| 34 | fiveminutes.wiki {Update and Running in 5 Minutes as a Single User} |
| 35 |
| --- www/permutedindex.html | ||
| +++ www/permutedindex.html | ||
| @@ -71,10 +71,11 @@ | ||
| 71 | 71 | <li><a href="contribute.wiki">Documentation To The Fossil Project — Contributing Code or</a></li> |
| 72 | 72 | <li><a href="theory1.wiki">DVCS — Thoughts On The Design Of The Fossil</a></li> |
| 73 | 73 | <li><a href="quotes.wiki">DVCSes in General — Quotes: What People Are Saying About Fossil, Git, and</a></li> |
| 74 | 74 | <li><a href="embeddeddoc.wiki">Embedded Project Documentation</a></li> |
| 75 | 75 | <li><a href="delta_encoder_algorithm.wiki">Encoding Algorithm — Fossil Delta</a></li> |
| 76 | +<li><a href="encryptedrepos.wiki">Encrypted Repositories — How To Use</a></li> | |
| 76 | 77 | <li><a href="env-opts.md">Environment Variables and Global Options</a></li> |
| 77 | 78 | <li><a href="event.wiki">Events</a></li> |
| 78 | 79 | <li><a href="webpage-ex.md">Examples — Webpage</a></li> |
| 79 | 80 | <li><a href="inout.wiki">Export To And From Git — Import And</a></li> |
| 80 | 81 | <li><a href="fossil-from-msvc.wiki">Express 2010 IDE — Integrating Fossil in the Microsoft</a></li> |
| @@ -111,10 +112,11 @@ | ||
| 111 | 112 | <li><a href="hints.wiki">Hints — Fossil Tips And Usage</a></li> |
| 112 | 113 | <li><a href="index.wiki">Home Page</a></li> |
| 113 | 114 | <li><a href="selfhost.wiki">Hosting Repositories — Fossil Self</a></li> |
| 114 | 115 | <li><a href="server.wiki">How To Configure A Fossil Server</a></li> |
| 115 | 116 | <li><a href="newrepo.wiki">How To Create A New Fossil Repository</a></li> |
| 117 | +<li><a href="encryptedrepos.wiki">How To Use Encrypted Repositories</a></li> | |
| 116 | 118 | <li><a href="hacker-howto.wiki">How-To — Hacker</a></li> |
| 117 | 119 | <li><a href="fossil-from-msvc.wiki">IDE — Integrating Fossil in the Microsoft Express 2010</a></li> |
| 118 | 120 | <li><a href="tech_overview.wiki">Implementation Of Fossil — A Technical Overview Of The Design And</a></li> |
| 119 | 121 | <li><a href="inout.wiki">Import And Export To And From Git</a></li> |
| 120 | 122 | <li><a href="build.wiki">Installing Fossil — Compiling and</a></li> |
| @@ -150,10 +152,11 @@ | ||
| 150 | 152 | <li><a href="faq.wiki">Questions — Frequently Asked</a></li> |
| 151 | 153 | <li><a href="qandc.wiki">Questions And Criticisms</a></li> |
| 152 | 154 | <li><a href="quickstart.wiki">Quick Start Guide — Fossil</a></li> |
| 153 | 155 | <li><a href="quotes.wiki">Quotes: What People Are Saying About Fossil, Git, and DVCSes in General</a></li> |
| 154 | 156 | <li><a href="selfhost.wiki">Repositories — Fossil Self Hosting</a></li> |
| 157 | +<li><a href="encryptedrepos.wiki">Repositories — How To Use Encrypted</a></li> | |
| 155 | 158 | <li><a href="newrepo.wiki">Repository — How To Create A New Fossil</a></li> |
| 156 | 159 | <li><a href="selfcheck.wiki">Repository Integrity Self Checks — Fossil</a></li> |
| 157 | 160 | <li><a href="reviews.wiki">Reviews</a></li> |
| 158 | 161 | <li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User — Update and</a></li> |
| 159 | 162 | <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General — Quotes: What People Are</a></li> |
| @@ -194,10 +197,11 @@ | ||
| 194 | 197 | <li><a href="customgraph.md">Timeline Graph — Theming: Customizing the</a></li> |
| 195 | 198 | <li><a href="hints.wiki">Tips And Usage Hints — Fossil</a></li> |
| 196 | 199 | <li><a href="bugtheory.wiki">Tracking In Fossil — Bug</a></li> |
| 197 | 200 | <li><a href="fiveminutes.wiki">Update and Running in 5 Minutes as a Single User</a></li> |
| 198 | 201 | <li><a href="hints.wiki">Usage Hints — Fossil Tips And</a></li> |
| 202 | +<li><a href="encryptedrepos.wiki">Use Encrypted Repositories — How To</a></li> | |
| 199 | 203 | <li><a href="fiveminutes.wiki">User — Update and Running in 5 Minutes as a Single</a></li> |
| 200 | 204 | <li><a href="ssl.wiki">Using SSL with Fossil</a></li> |
| 201 | 205 | <li><a href="env-opts.md">Variables and Global Options — Environment</a></li> |
| 202 | 206 | <li><a href="checkin_names.wiki">Version Names — Check-in And</a></li> |
| 203 | 207 | <li><a href="fossil-v-git.wiki">Versus Git — Fossil</a></li> |
| 204 | 208 |
| --- www/permutedindex.html | |
| +++ www/permutedindex.html | |
| @@ -71,10 +71,11 @@ | |
| 71 | <li><a href="contribute.wiki">Documentation To The Fossil Project — Contributing Code or</a></li> |
| 72 | <li><a href="theory1.wiki">DVCS — Thoughts On The Design Of The Fossil</a></li> |
| 73 | <li><a href="quotes.wiki">DVCSes in General — Quotes: What People Are Saying About Fossil, Git, and</a></li> |
| 74 | <li><a href="embeddeddoc.wiki">Embedded Project Documentation</a></li> |
| 75 | <li><a href="delta_encoder_algorithm.wiki">Encoding Algorithm — Fossil Delta</a></li> |
| 76 | <li><a href="env-opts.md">Environment Variables and Global Options</a></li> |
| 77 | <li><a href="event.wiki">Events</a></li> |
| 78 | <li><a href="webpage-ex.md">Examples — Webpage</a></li> |
| 79 | <li><a href="inout.wiki">Export To And From Git — Import And</a></li> |
| 80 | <li><a href="fossil-from-msvc.wiki">Express 2010 IDE — Integrating Fossil in the Microsoft</a></li> |
| @@ -111,10 +112,11 @@ | |
| 111 | <li><a href="hints.wiki">Hints — Fossil Tips And Usage</a></li> |
| 112 | <li><a href="index.wiki">Home Page</a></li> |
| 113 | <li><a href="selfhost.wiki">Hosting Repositories — Fossil Self</a></li> |
| 114 | <li><a href="server.wiki">How To Configure A Fossil Server</a></li> |
| 115 | <li><a href="newrepo.wiki">How To Create A New Fossil Repository</a></li> |
| 116 | <li><a href="hacker-howto.wiki">How-To — Hacker</a></li> |
| 117 | <li><a href="fossil-from-msvc.wiki">IDE — Integrating Fossil in the Microsoft Express 2010</a></li> |
| 118 | <li><a href="tech_overview.wiki">Implementation Of Fossil — A Technical Overview Of The Design And</a></li> |
| 119 | <li><a href="inout.wiki">Import And Export To And From Git</a></li> |
| 120 | <li><a href="build.wiki">Installing Fossil — Compiling and</a></li> |
| @@ -150,10 +152,11 @@ | |
| 150 | <li><a href="faq.wiki">Questions — Frequently Asked</a></li> |
| 151 | <li><a href="qandc.wiki">Questions And Criticisms</a></li> |
| 152 | <li><a href="quickstart.wiki">Quick Start Guide — Fossil</a></li> |
| 153 | <li><a href="quotes.wiki">Quotes: What People Are Saying About Fossil, Git, and DVCSes in General</a></li> |
| 154 | <li><a href="selfhost.wiki">Repositories — Fossil Self Hosting</a></li> |
| 155 | <li><a href="newrepo.wiki">Repository — How To Create A New Fossil</a></li> |
| 156 | <li><a href="selfcheck.wiki">Repository Integrity Self Checks — Fossil</a></li> |
| 157 | <li><a href="reviews.wiki">Reviews</a></li> |
| 158 | <li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User — Update and</a></li> |
| 159 | <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General — Quotes: What People Are</a></li> |
| @@ -194,10 +197,11 @@ | |
| 194 | <li><a href="customgraph.md">Timeline Graph — Theming: Customizing the</a></li> |
| 195 | <li><a href="hints.wiki">Tips And Usage Hints — Fossil</a></li> |
| 196 | <li><a href="bugtheory.wiki">Tracking In Fossil — Bug</a></li> |
| 197 | <li><a href="fiveminutes.wiki">Update and Running in 5 Minutes as a Single User</a></li> |
| 198 | <li><a href="hints.wiki">Usage Hints — Fossil Tips And</a></li> |
| 199 | <li><a href="fiveminutes.wiki">User — Update and Running in 5 Minutes as a Single</a></li> |
| 200 | <li><a href="ssl.wiki">Using SSL with Fossil</a></li> |
| 201 | <li><a href="env-opts.md">Variables and Global Options — Environment</a></li> |
| 202 | <li><a href="checkin_names.wiki">Version Names — Check-in And</a></li> |
| 203 | <li><a href="fossil-v-git.wiki">Versus Git — Fossil</a></li> |
| 204 |
| --- www/permutedindex.html | |
| +++ www/permutedindex.html | |
| @@ -71,10 +71,11 @@ | |
| 71 | <li><a href="contribute.wiki">Documentation To The Fossil Project — Contributing Code or</a></li> |
| 72 | <li><a href="theory1.wiki">DVCS — Thoughts On The Design Of The Fossil</a></li> |
| 73 | <li><a href="quotes.wiki">DVCSes in General — Quotes: What People Are Saying About Fossil, Git, and</a></li> |
| 74 | <li><a href="embeddeddoc.wiki">Embedded Project Documentation</a></li> |
| 75 | <li><a href="delta_encoder_algorithm.wiki">Encoding Algorithm — Fossil Delta</a></li> |
| 76 | <li><a href="encryptedrepos.wiki">Encrypted Repositories — How To Use</a></li> |
| 77 | <li><a href="env-opts.md">Environment Variables and Global Options</a></li> |
| 78 | <li><a href="event.wiki">Events</a></li> |
| 79 | <li><a href="webpage-ex.md">Examples — Webpage</a></li> |
| 80 | <li><a href="inout.wiki">Export To And From Git — Import And</a></li> |
| 81 | <li><a href="fossil-from-msvc.wiki">Express 2010 IDE — Integrating Fossil in the Microsoft</a></li> |
| @@ -111,10 +112,11 @@ | |
| 112 | <li><a href="hints.wiki">Hints — Fossil Tips And Usage</a></li> |
| 113 | <li><a href="index.wiki">Home Page</a></li> |
| 114 | <li><a href="selfhost.wiki">Hosting Repositories — Fossil Self</a></li> |
| 115 | <li><a href="server.wiki">How To Configure A Fossil Server</a></li> |
| 116 | <li><a href="newrepo.wiki">How To Create A New Fossil Repository</a></li> |
| 117 | <li><a href="encryptedrepos.wiki">How To Use Encrypted Repositories</a></li> |
| 118 | <li><a href="hacker-howto.wiki">How-To — Hacker</a></li> |
| 119 | <li><a href="fossil-from-msvc.wiki">IDE — Integrating Fossil in the Microsoft Express 2010</a></li> |
| 120 | <li><a href="tech_overview.wiki">Implementation Of Fossil — A Technical Overview Of The Design And</a></li> |
| 121 | <li><a href="inout.wiki">Import And Export To And From Git</a></li> |
| 122 | <li><a href="build.wiki">Installing Fossil — Compiling and</a></li> |
| @@ -150,10 +152,11 @@ | |
| 152 | <li><a href="faq.wiki">Questions — Frequently Asked</a></li> |
| 153 | <li><a href="qandc.wiki">Questions And Criticisms</a></li> |
| 154 | <li><a href="quickstart.wiki">Quick Start Guide — Fossil</a></li> |
| 155 | <li><a href="quotes.wiki">Quotes: What People Are Saying About Fossil, Git, and DVCSes in General</a></li> |
| 156 | <li><a href="selfhost.wiki">Repositories — Fossil Self Hosting</a></li> |
| 157 | <li><a href="encryptedrepos.wiki">Repositories — How To Use Encrypted</a></li> |
| 158 | <li><a href="newrepo.wiki">Repository — How To Create A New Fossil</a></li> |
| 159 | <li><a href="selfcheck.wiki">Repository Integrity Self Checks — Fossil</a></li> |
| 160 | <li><a href="reviews.wiki">Reviews</a></li> |
| 161 | <li><a href="fiveminutes.wiki">Running in 5 Minutes as a Single User — Update and</a></li> |
| 162 | <li><a href="quotes.wiki">Saying About Fossil, Git, and DVCSes in General — Quotes: What People Are</a></li> |
| @@ -194,10 +197,11 @@ | |
| 197 | <li><a href="customgraph.md">Timeline Graph — Theming: Customizing the</a></li> |
| 198 | <li><a href="hints.wiki">Tips And Usage Hints — Fossil</a></li> |
| 199 | <li><a href="bugtheory.wiki">Tracking In Fossil — Bug</a></li> |
| 200 | <li><a href="fiveminutes.wiki">Update and Running in 5 Minutes as a Single User</a></li> |
| 201 | <li><a href="hints.wiki">Usage Hints — Fossil Tips And</a></li> |
| 202 | <li><a href="encryptedrepos.wiki">Use Encrypted Repositories — How To</a></li> |
| 203 | <li><a href="fiveminutes.wiki">User — Update and Running in 5 Minutes as a Single</a></li> |
| 204 | <li><a href="ssl.wiki">Using SSL with Fossil</a></li> |
| 205 | <li><a href="env-opts.md">Variables and Global Options — Environment</a></li> |
| 206 | <li><a href="checkin_names.wiki">Version Names — Check-in And</a></li> |
| 207 | <li><a href="fossil-v-git.wiki">Versus Git — Fossil</a></li> |
| 208 |