nirvdrum / svn2git

Ruby tool for importing existing svn projects into git.
MIT License
2.11k stars 443 forks source link

Error : Software caused connection abort: Error running context: Software caused connection abort at C:/Program Files/Git/mingw64/share/perl5/Git/SVN/Ra.pm line 312. #294

Open JamesJeongTangun opened 4 years ago

JamesJeongTangun commented 4 years ago

I got the error when I tried to migrate from svn to GitHub by using svn2git command below. svn2git https://.........repourl/ --notrunk --nobranches --notags --verbose --authors /c/authors.txt

My pc OS is Windows10 64bit and I ran on CMD window. I ran the command and then (after about 10mins) it is stopped with message. Could you please help me?

Best Regards, James

Everade commented 2 years ago

This means that the server closed the connection to due reaching a timeout as configured. Increase the (http.conf) timeout settings on the apache server (SVN server side) if you've got access to it.