1

我正在使用以下svn2git工具来迁移 repo。我已启动克隆过程并因网络连接而中断。

svn2git svn://repo/repo-name --tags tags --trunk trunk --branches branches --authors "~\authors.txt"

https://github.com/nirvdrum/svn2git

有没有办法从中断的地方重新启动克隆过程?

我再次执行了上述命令并收到以下错误消息。

在 Pro Git 中,我认为我们可以使用git svn fetch. 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.

我知道还有其他可用的 svn2git 工具,并且可能比这个工具更好。我只是想解决这个错误并继续使用这个工具。

git 版本 1.9.5.msysgit.1

操作系统 - Windows 7

SVN版本1.9.3-SlikSvn

svn2git - 2.3.2

4

0 回答 0