I have a large SVN repo (around 140GB) that holds many projects and does not follow the svn recommended directory structure. From all this data (it includes binaries, release builds and dependencies), all I really care about is at an specific path, that actually has a very small history compared to everything else.
All docs I've read so far on SVN-to-Git migration require me to pull the whole SVN repo to Git but this is taking forever, timeouting, going OOM and crashing. Is there any way I can pull only the history for this very specific folder?
Or is there a way I can export the SVN history for this folder alone into a new SVN repo and start the git migration from there?