nirvdrum svn2git fetch from interrupted clone

匆匆过客 提交于 2019-12-23 03:43:27

问题


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 there any similar command in svn2git?

Use of uninitialized value in substitution (s///) at /usr/lib/perl5/site_perl/Gi
t/SVN.pm line 106.
Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/site
_perl/Git/SVN.pm line 106.

I am aware that there are other svn2git tools available and may be superior than this tool. I just wanted to resolve this error and go ahead with this tool.

git version 1.9.5.msysgit.1

OS - Windows 7

SVN version 1.9.3-SlikSvn

svn2git - 2.3.2

来源:https://stackoverflow.com/questions/39751091/nirvdrum-svn2git-fetch-from-interrupted-clone

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!