我正在尝试将SVN存储库迁移到git。为此,我正在使用git-svn工具。我正在运行命令:
git svn clone [SVN repo URL] --no-metadata -A authors-transform.txt --stdlayout ~/temp
我收到以下错误:
Name does not refer to a filesystem directory: Can’t get entries of non-directory at /Applications/Xcode.app/Contents/Developer/usr/share/git-core/perl/Git/SVN/Ra.pm line 312.”
该脚本的第312行为:
$reporter->finish_report($pool);
所以我知道finish_report失败了,但是我不明白为什么。
答案 0 :(得分:0)
perl/Git/SVN/Ra.pm
中的特定部分已有七年历史,并且是git-svn.perl
的{{3}}的一部分
改为尝试initial split(在免费版本中,一次导入):它应该更健壮。