Fossil SCM
More refactoring of "control artifact" to "structural artifact". Also improve the wording. All in the selfcheck document.
Commit
43c3d95a31c486ae18e46013db1287aeb5401786997585386a4fa77681ead3f5
Parent
1dda1b6df58b8f7…
1 file changed
+5
-4
+5
-4
| --- www/selfcheck.wiki | ||
| +++ www/selfcheck.wiki | ||
| @@ -78,15 +78,15 @@ | ||
| 78 | 78 | Note that these added checks use a different hash algorithm (MD5) |
| 79 | 79 | in order to avoid common-mode failures in the hash |
| 80 | 80 | algorithm implementation. |
| 81 | 81 | |
| 82 | 82 | |
| 83 | -<h2>Checksums On Control Artifacts And Deltas</h2> | |
| 83 | +<h2>Checksums On Structural Artifacts And Deltas</h2> | |
| 84 | 84 | |
| 85 | -Every [./fileformat.wiki | control artifact] in a fossil repository | |
| 85 | +Every [./fileformat.wiki | structural artifact] in a fossil repository | |
| 86 | 86 | contains a "Z-card" bearing an MD5 checksum over the rest of the |
| 87 | -artifact. Any mismatch causes the control artifact to be ignored. | |
| 87 | +artifact. Any mismatch causes the structural artifact to be ignored. | |
| 88 | 88 | |
| 89 | 89 | The [./delta_format.wiki | file delta format] includes a 32-bit |
| 90 | 90 | checksum of the target file. Whenever a file is reconstructed from |
| 91 | 91 | a delta, that checksum is verified to make sure the reconstruction |
| 92 | 92 | was done correctly. |
| @@ -103,6 +103,7 @@ | ||
| 103 | 103 | reliability is more important than raw speed. The developers of |
| 104 | 104 | fossil see no merit in getting the wrong answer quickly. |
| 105 | 105 | |
| 106 | 106 | Fossil may not be the fastest versioning system, but it is "fast enough". |
| 107 | 107 | Fossil runs quickly enough to stay out of the developers way. |
| 108 | -Most operations complete in under a second. | |
| 108 | +Most operations complete in milliseconds, faster that you can press | |
| 109 | +the "Enter" key. | |
| 109 | 110 |
| --- www/selfcheck.wiki | |
| +++ www/selfcheck.wiki | |
| @@ -78,15 +78,15 @@ | |
| 78 | Note that these added checks use a different hash algorithm (MD5) |
| 79 | in order to avoid common-mode failures in the hash |
| 80 | algorithm implementation. |
| 81 | |
| 82 | |
| 83 | <h2>Checksums On Control Artifacts And Deltas</h2> |
| 84 | |
| 85 | Every [./fileformat.wiki | control artifact] in a fossil repository |
| 86 | contains a "Z-card" bearing an MD5 checksum over the rest of the |
| 87 | artifact. Any mismatch causes the control artifact to be ignored. |
| 88 | |
| 89 | The [./delta_format.wiki | file delta format] includes a 32-bit |
| 90 | checksum of the target file. Whenever a file is reconstructed from |
| 91 | a delta, that checksum is verified to make sure the reconstruction |
| 92 | was done correctly. |
| @@ -103,6 +103,7 @@ | |
| 103 | reliability is more important than raw speed. The developers of |
| 104 | fossil see no merit in getting the wrong answer quickly. |
| 105 | |
| 106 | Fossil may not be the fastest versioning system, but it is "fast enough". |
| 107 | Fossil runs quickly enough to stay out of the developers way. |
| 108 | Most operations complete in under a second. |
| 109 |
| --- www/selfcheck.wiki | |
| +++ www/selfcheck.wiki | |
| @@ -78,15 +78,15 @@ | |
| 78 | Note that these added checks use a different hash algorithm (MD5) |
| 79 | in order to avoid common-mode failures in the hash |
| 80 | algorithm implementation. |
| 81 | |
| 82 | |
| 83 | <h2>Checksums On Structural Artifacts And Deltas</h2> |
| 84 | |
| 85 | Every [./fileformat.wiki | structural artifact] in a fossil repository |
| 86 | contains a "Z-card" bearing an MD5 checksum over the rest of the |
| 87 | artifact. Any mismatch causes the structural artifact to be ignored. |
| 88 | |
| 89 | The [./delta_format.wiki | file delta format] includes a 32-bit |
| 90 | checksum of the target file. Whenever a file is reconstructed from |
| 91 | a delta, that checksum is verified to make sure the reconstruction |
| 92 | was done correctly. |
| @@ -103,6 +103,7 @@ | |
| 103 | reliability is more important than raw speed. The developers of |
| 104 | fossil see no merit in getting the wrong answer quickly. |
| 105 | |
| 106 | Fossil may not be the fastest versioning system, but it is "fast enough". |
| 107 | Fossil runs quickly enough to stay out of the developers way. |
| 108 | Most operations complete in milliseconds, faster that you can press |
| 109 | the "Enter" key. |
| 110 |