This gist explains the detail of migrating from SVN to Git. I have had a significant portion of my research work, paper, and source code in Subversion (SVN) since 2015. Recently we decided to migrate everything to GitHub private repository. I am detailing the steps below in case that will be helpful.
svn co https://svn.engr.arizona.edu/svn/jms/jmsgroup/trunk/wildcat wildcat_SVN
This will save the subversion code in wildcat_SVN.
Run following inside wildcat_SVN
directory to get the list of author information who have committed so far.