On Tue, Jun 24, 2014 at 4:12 PM, Andy Goth <[email protected]> wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I'm having trouble with each commit taking about 45 seconds in a new > repository I initially populated with 5154 files totaling 425 > megabytes. At this point, there are only five or six commits. > Fossil computes an MD5 hash over all files in the repository as one of the verification steps prior to commit. See http://fossil-scm.org/index.html/doc/tip/www/selfcheck.wiki for additional information. Computing the MD5 sum over 425 megabytes is problem what is taking so long. It might be possible to provide an option to disable this checksum step for large repos. -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

