On Mon, Aug 15, 2011 at 9:47 PM, Richard Hipp <d...@sqlite.org> wrote:

> On Mon, Aug 15, 2011 at 1:54 AM, Christopher Vance <cjsva...@gmail.com>
> wrote:
>>
>> I'm using fossil 1.18 [d5bc072296] 2011-07-13 23:40:29 on MacOS (64
>> bits), OpenBSD (32 bits), and Linux (32 and 64 bits on different
>> machines). I have a local clone of the fossil repo for fossil itself,
>> with one extra (make) file committed and a small number of my own
>> tickets. I pull from an official repos daily, so the commit number is
>> presumably relevant only here, but the date should be indicative of
>> which 'release' version I used.
>>
>> After prompting to rebuild the local repo I find that the rebuild has
>> been running extraordinarily slowly.
>>
>> One attempt to fix this was to stop the MacOS rebuild, rebuild a
>> theoretically identical repo on another machine (they regularly pull
>> from each other, since I've had no success with sync over ssh), and
>> copy the result over the MacOS file. The other rebuild completed
>> within a few seconds, but I still had a rebuild prompt on MacOS after
>> the copy. The subsequent rebuild on MacOS has been running for more
>> than 20 hours.
>
> A rebuild should never run for that long.
>
> Have you tried running "sqlite3 fossil.fossil 'PRAGMA integrity_check'" on
> the repository database (which I assume you are calling "fossil.fossil" -
> substitute whatever name you are using if different).

Says 'ok'.

> How about "fossil test-integrity"?

fossil: checksum mismatch on blob rid=7657:
da39a3ee5e6b4b0d3255bfef95601890afd80709 vs
76ce4c2d48d71c1c50113303fa40dbf1805bfad7

But I also notice that a fresh clone from www.fossil-scm.org on two
different OSs shows

fossil: checksum mismatch on blob rid=2:
da39a3ee5e6b4b0d3255bfef95601890afd80709 vs
f62f7b3cc4dfa0516391806d2c1276dd170be809

So this is clearly not unusual.

Next I'll do a sqlite3 .dump and see what I can discover ferretting around.

>
>>
>> Any suggestions? Any other information I can provide?

-- 
Christopher Vance
_______________________________________________
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