I'm trying to migrate a large project from SVN to Git. It's a +15 years old project and it has a large history. We are using the svn2git Ruby tool, but can't push to the repo because the history file is +1GB, therefore get an error message.
Is it possible to enable LFS support to the history files, or any other way to keep the history?
Also, is there a way to migrate only the last 4 branches and 4 tags, instead of all the branches and tags?