On Thu, Aug 21, 2014 at 4:05 AM, Gour <g...@atmarama.net> wrote: > On Sun, 20 Jul 2014 18:41:12 +0200 > Stephan Beal <sgb...@googlemail.com> wrote: > > > i don't have any more ideas off-hand, but i've never worked with repos > > having anywhere near that many files. Maybe a list-member who has can > > suggest something. Maybe it's something as simple as changing the > > sqlite3 write mode (and maybe it's not). > > After I set checksum checking to off, there are no more performance, but > I've > decided out that I can simply instruct Gnucash to keep its backup/log > files for > 30 days in case I need to revert and replay some transactions and ignore > newly > created ones in order not to keep them under Fossil. > > However, I'd like to re-enable checksum checking, but need to trim the > size of > my repo by possibly removing thousands of > one-time-only-inclded-and-never-changed *.log files, so I'm looking for > some > advice how to remove those files from the repo and just keep few files in > which > history I'm interested in? Can shun/Scrub help here? >
The checksums are only verified on "commit" and "checkout" and related commands. So if you simply "fossil rm" the excess files so that they are no longer in your checkout (even though they remain in the repository) that should take care of your problem. -- D. Richard Hipp d...@sqlite.org
_______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users