On Sat, Jul 27, 2013 at 3:41 PM, Eric Rubin-Smith <eas....@gmail.com> wrote:

> On Sat, Jul 27, 2013 at 3:23 PM, Richard Hipp <d...@sqlite.org> wrote:
>
>> What's the total size of all those files (how big is the checkout)?
>>
>
> [monk:repo.fossil] $ du -sch .
> 392M    .
> 392M    total
>


That would be the culprit.  As one of several "self-checks" (see
http://www.fossil-scm.org/fossil/doc/trunk/www/selfcheck.wiki), Fossil
always computes an MD5 checksum over the entire check-out and compares that
to the content being checked in, to make sure they are identical.  With a
392MB checkout on an older machine, that might easily take a minute.

The Fossil repositories for Fossil itself, and for SQLite are just 14MB and
22MB, respectively.  And I do most of my work on a fast machine, so I never
notice the extra commit-time needed for this self-check.

I think you can turn off this safety-check using:

     fossil setting repo-cksum off

Please try that, and let us know whether or not it solves 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

Reply via email to