I use git svn
to track a SVN repo. When I try to do a git svn rebase
I am getting this error:
Incomplete data: Delta source ended unexpectedly
This is a large repo, with a long history. Just fetching the original single revision took almost 90mins, so I don't want to reclone.
Are there any ways to track down which file is causing the error, or any solution to this problem?