nirvdrum / svn2git

Ruby tool for importing existing svn projects into git.
MIT License
2.11k stars 443 forks source link

Malformed XML: No element found at /mingw64/ #227

Open apetrut opened 8 years ago

apetrut commented 8 years ago

Hi,

I am trying to migrate a big SVN repo (15k revisions) and after 12k revisions it fails with this error:

Malformed network data: The XML response contains invalid XML: Malformed XML: no element found at /mingw64/share/perl5/site_perl/Git/SVN/Ra.pm line 312.

It seems to be a Perl issue.

I have tried to execute the same command on Windows, MAC OS and Linux and I got the same message.

Do you have any clues about solving this issue?

Thanks, Andrei

nirvdrum commented 8 years ago

Sorry. That error would be originating from git-svn. svn2git is basically a wrapper around git-svn that makes it easier to use. But, ultimately, we're subject to all of their bugs. You'd have to ask on the git mailing list or file an issue with them I'm afraid.