SVN - 更新时校验和不匹配 [英] SVN - Checksum mismatch while updating

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

问题描述

当我尝试从 Subversion 更新某些文件时,出现错误:

When I try to update some files from Subversion, I get the error:

org.tigris.subversion.javahl.ClientException: 
Checksum mismatch while updating 'D:\WWW\Project\\.svn\text-base\import.php.svn-base'; expected: '3f9fd4dd7d1a0304d8020f73300a3e07', actual: 'cd669dce5300d7035eccb543461a961e'

为什么我会得到这个?我该如何解决?

Why do I get this? How can I fix it?

推荐答案

最简单的修复方法(如果你没有太多改动的话)是将你的改动复制到另一个目录,删除你项目所在的目录退出,然后再次检查项目.

The easiest way to fix it (if you don't have many changes) is to copy your changes to another directory, delete the directory where your project is checked out, and checkout the project again.

然后将您的更改复制回(不要复制任何 .svn 文件夹)并提交,然后继续.

Then copy your changes back in (don't copy any .svn folders) and commit, and continue.

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

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