I recently needed to migrate a relatively large repository from SVN to GIT. For simple applications, this migration is done easily with git svn clone https://… However, due to the large repo size, or a shady network, or the fact that I was running on windows, the clone failed repeatedly. The work around is to…