Getting error while migrating code from svn to git repository: Malformed network data: The XML response contains invalid XML: svn2git
问题 Ran command git svn clone "SVN URL". It works fine till 4568 commits, but then it gets after this commit giving the error stated in title. 回答1: this seems to be because the default log-window-size is too small. When you get error, from the new git repo, try running: git svn fetch --log-window-size=4000 You can experiment with the actual number, but 4000 was the magic number for me. 回答2: git-svn is not the right tool for one-time conversions of repositories. It is a great tool if you want to