I'm using git svn
for svn repo. My colleague commited to repo some native libraries and i can't rebase my trunk after that:
D native/libVal.so.v8.0.38za
A native/libHelpVAL.so
A native/libValuation.so.v9.0.36l
Incomplete data: Delta source ended unexpectedly at /usr/lib/git-core/git-svn line 5117
I've tryed to set core.autocrlf to false (as suggested) and do the clone but it didn't help to me. I'm using git 1.7.3.3 under cygwin(win xp).
Thx for any help.