bozaro / git-lfs-migrate

Simple project for convert old repository for using git-lfs feature
MIT License
223 stars 29 forks source link

Uploading progress #35

Open masics opened 7 years ago

masics commented 7 years ago

Is there an option to add uploading progress? For a large repos it is not clear if the migration stuck or something is really happening.

mverrey commented 7 years ago

I've just run into this situation. I'm currently doing a migration, and had the output get stuck on one ref. I went to lunch, came back an hour later, and the tool was still working on the same ref. I aborted and restarted the tool. As I write this, it's "stuck" on the very last ref, but looking at the project page, files are actually being uploaded. I suspect that the previous "hang" was actually just a really big change with a lot of files.

It would be good if the tool would output the number of files in the current change, the size of those files, and possibly the hash of the current change (in the source repository) that's being worked on to make it easier to diagnose why the it's taking so long. Perhaps use git lfs push as a template.