nirvdrum svn2git fetch from interrupted clone
问题 I am using the below svn2git tool to migrate the repo. I have initiated the clone process and got interrupted due to network connectivity. svn2git svn://repo/repo-name --tags tags --trunk trunk --branches branches --authors "~\authors.txt" https://github.com/nirvdrum/svn2git Is there a way to restart the clone process from where it got interrupted? I have executed the above command again and got the below error message. In Pro Git, I think we can restart the clone using git svn fetch . Is