Fossil

Check-in [c685c46d]
Login

Check-in [c685c46d]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Document the --quiet option to 'fossil rebuild'.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | branch-1.34
Files: files | file ages | folders
SHA1: c685c46daf6546bf091d4d86569770097361c3c8
User & Date: mistachkin 2015-11-04 23:40:55
Context
2015-11-04
23:41
Indicate that OpenBSD builds are 5.x not 4.x. ... (check-in: de8438cd user: mistachkin tags: branch-1.34)
23:40
Document the --quiet option to 'fossil rebuild'. ... (check-in: c685c46d user: mistachkin tags: branch-1.34)
12:02
Update the built-in SQLite to version 3.9.2 ... (check-in: ac3889f0 user: jan.nijtmans tags: branch-1.34)
2015-11-02
18:51
Document the --quiet option to "fossil rebuild" ... (check-in: a25702b0 user: drh tags: trunk)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to src/rebuild.c.

531
532
533
534
535
536
537

538
539
540
541
542
543
544
**   --deanalyze       Remove ANALYZE tables from the database
**   --force           Force the rebuild to complete even if errors are seen
**   --ifneeded        Only do the rebuild if it would change the schema version
**   --index           Always add in the full-text search index
**   --noverify        Skip the verification of changes to the BLOB table
**   --noindex         Always omit the full-text search index
**   --pagesize N      Set the database pagesize to N. (512..65536 and power of 2)

**   --randomize       Scan artifacts in a random order
**   --stats           Show artifact statistics after rebuilding
**   --vacuum          Run VACUUM on the database after rebuilding
**   --wal             Set Write-Ahead-Log journalling mode on the database
**
** See also: deconstruct, reconstruct
*/







>







531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
**   --deanalyze       Remove ANALYZE tables from the database
**   --force           Force the rebuild to complete even if errors are seen
**   --ifneeded        Only do the rebuild if it would change the schema version
**   --index           Always add in the full-text search index
**   --noverify        Skip the verification of changes to the BLOB table
**   --noindex         Always omit the full-text search index
**   --pagesize N      Set the database pagesize to N. (512..65536 and power of 2)
**   --quiet           Only show output if there are errors
**   --randomize       Scan artifacts in a random order
**   --stats           Show artifact statistics after rebuilding
**   --vacuum          Run VACUUM on the database after rebuilding
**   --wal             Set Write-Ahead-Log journalling mode on the database
**
** See also: deconstruct, reconstruct
*/