-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 6/24/2014 3:27 PM, Richard Hipp wrote:
> On Tue, Jun 24, 2014 at 4:12 PM, Andy Goth
> <andrew.m.g...@gmail.com> wrote: 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.

This command, run at the top level of the source tree:

find -type f | xargs cat | md5sum

completes in 3.62 seconds.

To confirm,

find -type f | xargs cat | wc -c

outputs 428,488,837 (without the commas).

- -- 
Andy Goth | <andrew.m.goth/at/gmail/dot/com>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJTqeCVAAoJELtYwrrr47Y4Dd8IAJQa9/oOCzbazI1+6jOkDyxU
OO09i38fGlcLNzgXVoCwaQH5dXWy2NjQTfj8WAYJDe4kLBRK89QSecmp6ilOlrDB
p1dZozU1CaZRl/ejj7TLAttNLE5dugaVW6G4u2b1BbI+lyTx9p0kia12AjLj6HrU
MrV7W50d+TrqM5tlgYegSQUWkvWqy86Uz0E6RtfKG8kpvRvyzX1RFPcJc4KcWvG4
SENpiRZKDBvkcKElrnpmvRl8EIZtzEYMHrA0SykRayRusyPOMkhjasgBtA87DfUn
l/u6pN21Ef7chiZ7j+lJjZshUU92B9Tb/OQ368o49XXXmdGUczxVRqD94/H0R4o=
=ImCZ
-----END PGP SIGNATURE-----
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to