I suspect it's related to the large number of commits in my repo. I made some tweaks and succeeded to create the fast-import file. But I get:
fatal: Unsupported command: . fast-import: dumping crash report to .git/fast_import_crash_10301 Do you recognize this error? I will check my changes tweaking the git-migration tool to see if I modified some behavior my mistake... cheers, Martín On Fri, Dec 1, 2017 at 1:42 PM, Martin Dias <[email protected]> wrote: > Julien, I dodn't know it but anyway my issue was just in the step > smalltalkhub -> filtree using the migration tool. > > Peter, yes it's public. This is the code I used: > > ---------------------------------------- > > migration := GitMigration on: 'MartinDias/Epicea'. > migration cacheAllVersions. > migration authors: { > 'md' -> #('Martin Dias' '<[email protected]>'). > 'MD' -> #('Martin Dias' '<[email protected]>'). > 'MartinDias' -> #('Martin Dias' '<[email protected]>'). > 'PabloTesone' -> #('Pablo Tesone' '<[email protected]>'). > 'PavelKrivanek' -> #('Pavel Krivanek' '<[email protected]>'). > 'DamienCassou' -> #('Damien Cassou' '<[email protected]>'). > 'DenisKudryashov' -> #('Denis Kudryashov' '<[email protected]>'). > 'GustavoSantos' -> #('Gustavo Santos' '<[email protected]>'). > 'ThomasHeniart' -> #('Thomas Heniart' '<[email protected]>'). > 'LucasGodoy' -> #('Lucas Godoy' '<[email protected]>'). > 'StephaneDucasse' -> #('Stephane Ducasse' '<[email protected]>'). > 'VincentBlondeau' -> #('Vincent Blondeau' '<[email protected]>'). > 'AlbertoBacchelli' -> #('Alberto Bacchelli' '<[email protected]>'). > 'SkipLentz' -> #('Skip Lentz' '<[email protected]>'). > 'TheIntegrator' -> #('The Integrator' '<[email protected]>'). > }.l > migration > fastImportCodeToDirectory: 'src' > initialCommit: '18a30d8d' > to: './epicea-fast-import.txt' > > ---------------------- > > Martín > > On Thu, Nov 30, 2017 at 2:14 PM, Julien <[email protected]> > wrote: > >> If you use Traits and want to have Epicea loadable from GitHub on Pharo >> 6.1, it will not work. >> >> There is an issue when you try to load a Trait in Tonel format in the >> image. >> >> --- >> Julien Delplanque >> Doctorant à l’Université de Lille 1 >> http://juliendelplanque.be/phd.html >> Equipe Rmod, Inria >> Bâtiment B 40, avenue Halley 59650 >> <https://maps.google.com/?q=40,+avenue+Halley+59650%C2%A0Villeneuve%C2%A0d'Ascq&entry=gmail&source=g> >> Villeneuve >> <https://maps.google.com/?q=40,+avenue+Halley+59650%C2%A0Villeneuve%C2%A0d'Ascq&entry=gmail&source=g> >> d'Ascq >> <https://maps.google.com/?q=40,+avenue+Halley+59650%C2%A0Villeneuve%C2%A0d'Ascq&entry=gmail&source=g> >> Numéro de téléphone: +333 59 35 86 40 >> >> Le 6 nov. 2017 à 01:42, Martin Dias <[email protected]> a écrit : >> >> Hi all, I'm considering to move Epicea (+Ombu+Hiedra) to github. I read >> that tonel is the new format and there is Peter's git-migration, which >> could be the tool to do it. >> >> Is it good idea to move now? >> Is it the right tool? >> >> Bests, >> Martín >> >> >> >
