Git svn rebase : checksum mismatch

前端 未结 6 919
长情又很酷
长情又很酷 2020-12-04 19:40

I have a problem when I try to do a git svn rebase on my repository. It displays :

Checksum mismatch: code/app/meta_appli/app_info.py
expected: d9cefed5d1a63         


        
6条回答
  •  遥遥无期
    2020-12-04 19:52

    Just happened to me, I run out of space in the middle of a "git svn dcommit" and after that I was getting the same message, "Checksum mismatch".

    I just edited .git/refs/remotes/git-svn and replaced the id of the problematic commit with the previous one. Next rebase fixes the problem.

提交回复
热议问题