Help: test-integrity
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2019 Conference, Houston/TX, US, Nov 4-8
Send your abstracts to tclconference@googlegroups.com
or submit via the online form by Sep 9.

The "test-integrity" command:

Verify that all content can be extracted from the BLOB table correctly. If the BLOB table is correct, then the repository can always be successfully reconstructed using "fossil rebuild".

Options:

-d|--db-only
Run "PRAGMA integrity_check" on the database only. No other validation is performed.
--parse
Parse all manifests, wikis, tickets, events, and so forth, reporting any errors found.
-q|--quick
Run "PRAGMA quick_check" on the database only. No other validation is performed.