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 <tinchodias@gmail.com> 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' '<tinchodias@gmail.com>').
'MD' -> #('Martin Dias' '<tinchodias@gmail.com>').
'MartinDias' -> #('Martin Dias' '<tinchodias@gmail.com>').
'PabloTesone' -> #('Pablo Tesone' '<tesonep@gmail.com>').
'PavelKrivanek' -> #('Pavel Krivanek' '<pavel.krivanek@gmail.com>').
'DamienCassou' -> #('Damien Cassou' '<DamienCassou@gmail.com>').
'DenisKudryashov' -> #('Denis Kudryashov' '<dionisiydk@gmail.com>').
'GustavoSantos' -> #('Gustavo Santos' '<gugajansen@gmail.com>').
'ThomasHeniart' -> #('Thomas Heniart' '<heniart.thomas@gmail.com>').
'LucasGodoy' -> #('Lucas Godoy' '<godoy.lucas@gmail.com>').
'StephaneDucasse' -> #('Stephane Ducasse' '<stephane.ducasse@inria.fr>').
'VincentBlondeau' -> #('Vincent Blondeau' '<vincent.blondeau@inria.fr>').
'AlbertoBacchelli' -> #('Alberto Bacchelli' '<sbackg@gmail.com>').
'SkipLentz' -> #('Skip Lentz' '<skippetie@gmail.com>').
'TheIntegrator' -> #('The Integrator' '<integrator@fake.com>').
}.l
migration
fastImportCodeToDirectory: 'src'
initialCommit: '18a30d8d'
to: './epicea-fast-import.txt'

----------------------

Mart��n

On Thu, Nov 30, 2017 at 2:14 PM, Julien <julien.delplanque@inria.fr> 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
B��timent B 40, avenue Halley 59650��Villeneuve��d'Ascq
Num��ro de t��l��phone: +333 59 35 86 40

Le 6 nov. 2017 �� 01:42, Martin Dias <tinchodias@gmail.com> 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