Git svn rebase:校验和不匹配 [英] Git svn rebase : checksum mismatch

查看:106
本文介绍了Git svn rebase:校验和不匹配的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试在存储库上执行git svn rebase时遇到问题。它显示:

 校验和不匹配:代码/应用程序/ meta_appli / app_info.py 
预期:d9cefed5d1a630273aa3742f7f414c83
got:4eb5f3506698bdcb64347b5237ada19f

我搜索了很多,但没有找到解决此问题的方法。 p>

如果有人知道,请分享您的知识。
在此先感谢。

解决方案

这个解决方案是唯一一个适合我的人:


看看是什么
$ b

git svn log chrome / test / functional / search_engines.py

将svn重置为该版本之前最接近的父级:

git svn reset - r62248 -p



做一个 git svn fetch



跳舞成功。



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: d9cefed5d1a630273aa3742f7f414c83
     got: 4eb5f3506698bdcb64347b5237ada19f

I searched a lot but haven't found a way to solve this problem.

If anybody knows, please share your knowledge. Thanks in advance.

解决方案

This solution was the only one that worked for me:

See what was the revision number of the last change on the file:

git svn log chrome/test/functional/search_engines.py

Reset svn to be closest parent before that revision:

git svn reset -r62248 -p

Do a git svn fetch!

Dance at your success.

这篇关于Git svn rebase:校验和不匹配的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆