> Le 27 déc. 2017 à 13:22, Olivier Mascia <o...@integral.be> a écrit :
> 
>> But the fossil import turned short after about 3200 revisions (and about 10 
>> minutes too) as such:
>> 
>>      C:\Develop\Fossil>fossil import --svn integral.fossil integral.dump
>>      Importing SVN revision: 3203
>>      Fossil internal error: out of memory
>> 
>> What could I do from here to overcome this or, before that, better identify 
>> what might be the reason for "out of memory"?
>> This is fossil version 2.4 [a0001dcf57] 2017-11-03 09:29:29 UTC.
>> 
>> The computer I'm running it on for now is a VM with 4 GB RAM which could be 
>> easily reconfigured for much more, even if only temporarily, but as I 
>> understand the fossil.exe I have downloaded from fossil-scm.org is a 32-bits 
>> process, so should not benefit much.
>> 
>> Should I see to build my own copy of fossil, as a 64-bits process first and 
>> simply retry?
>> Or are there other paths to walk first?
> 
> Considering that the dump file out of svnadmin is probably 'portable' across 
> platforms, and that the fossil pre-built binary for Mac is logically 64 bits, 
> I moved the dump file to my MacBook Pro where I'm currently re-running the 
> import.
> 
> So far it has imported past the point where it failed on Windows (did about 
> 1/3 of the revisions for now).
> 
>       $ fossil import --svn integral.fossil integral.dump
>       Importing SVN revision: 6393
> 
> I'll report wether it went OK up the end or not and wether I seem to have 
> issues using fossil (32 bits) on Windows on such a repository afterwards.

Success.

        $ fossil import --svn integral.fossil integral.dump
        Importing SVN revision: 15678 Done!
        Rebuilding repository meta-data...
          100.0% complete...
        Vacuuming... ok

And in between, while import running on Mac, I built a 64 bits binary on 
Windows, out of the latest trunk obtained by cloning the fossil repository, 
which went flawlessly (at least apparently, but I have confidence) and I now 
have there:

        This is fossil version 2.5 [f4a9df4dd0] 2017-12-23 04:21:41 UTC
        Compiled on Dec 27 2017 13:45:17 using msc-19.11 (64-bit)

I think I should be covered for my further tests and discoveries, even though 
this is now latest unreleased trunk code.
:)

-- 
Best Regards, Meilleures salutations, Met vriendelijke groeten,
Olivier Mascia


_______________________________________________
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