On 11/26/14, Richard Hipp <[email protected]> wrote: > If you have been using the latest trunk versions of Fossil, you should: > > (1) Recompile with the very latests > > (2) Check all of your repositories for possible corruption. You can do > this easily using the command: > > fossil all dbstat --db-check > > If you find a repository that gives errors about an incorrect fragment > count,
Is this the error you're speaking of: ************* /home/bch/work/fossils/fossil.fsl ******************************** project-name: Fossil repository-size: 112620544 bytes (112.6MB) artifact-count: 28013 (stored as 7183 full text and 20830 delta blobs) artifact-sizes: 76122 average, 5426487 max, 2132124812 bytes (2.1GB) total compression-ratio: 18:1 checkins: 7647 files: 848 across all branches wikipages: 26 (296 changes) tickets: 1076 (3426 changes) events: 5 tagchanges: 899 latest-change: 2014-11-26 20:09:19 - about 0 days ago project-age: 2686 days or approximately 7.35 years. project-id: CE59BB9F186226D80E49D1FA2DB29F935CCA0333 database-stats: 109981 pages, 1024 bytes/pg, 27351 free pages, UTF-8, delete mode database-check: *** in database main *** Fragmentation of 102 bytes reported as 0 on page 70508 ? > then fix them using: > > fossil sql -R $REPO -cmd vacuum </dev/null > > -- > D. Richard Hipp > [email protected] > _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

