nirvdrum / svn2git

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

Svndiff compressed data is invalid #176

Open nschloe opened 10 years ago

nschloe commented 10 years ago

When using svn2git on OpenTTD

$ svn2git svn://svn.openttd.org

I'm getting the error message

Svndiff compressed data is invalid: Compression of svndiff data failed at /usr/share/perl5/Git/SVN/Ra.pm line 290.
henry2man commented 7 years ago

I was migrating a very big repository and this error appeared around 8 hours later since "svn2git" process started, aborting the whole process.

Currently, I am trying the "--rebase" option executed into the new repository ( documented here https://github.com/nirvdrum/svn2git#repository-updates ) and apparently the command is processing again the task "--rebase" option failed too :-1: