git svn给出500内部服务器错误

时间:2016-06-09 05:27:53

标签: git svn

我们正在尝试从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的异常相同

1 个答案:

答案 0 :(得分:0)

SVN.pm perl script提及:

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?”了解更多信息。