我们正在尝试从svn迁移到git。当我尝试git svn clone
时,我们会遇到异常。
Can't create session: Unable to connect to a repository at URL
'https://myhost.com/svn/repos/sampleRepo/testProject': Unexpected server
error 500 'Internal Server Error' on '/svn/repos/sampleRepo/testProject'
at /mingw64/share/perl5/site_perl/Git/SVN.pm line 143.
但是当我们尝试svn checkout
时,存储库得到了很好的检查。可能是什么原因?
更新
与Cygwin合作得很好。但是命令提示符和Git Bash的异常相同
答案 0 :(得分:0)
my $url = $remote->{url} or die "svn-remote.$repo_id.url not defined\n";
仔细检查git config svn-remote.svn.url
点击“How can I reconnect a git repository with a svn repository?”了解更多信息。