SVN报错:Cleanup with an older 1.7 client before upgrading with this client Proevious operation...

时间:2024-05-19 19:40:11

SVN报错:Cleanup with an older 1.7 client before upgrading with this client Proevious operation...
这个问题应该是不太会SVN的小白有可能遇到的。
今天在使用SVN的时候做了一个错误操作导致了这个问题。
错误操作:右键SVN => TortoiseSVN => 导出 => 修改代码 => 增加
然后就报了以上错误,无论是执行清理、增加、提交还是在另一个文件重新导出代码,都会报这个错。
这就进入了 清理 => 清理不了提示“需要先清理” 的死循环。

解决办法:
先选择显示隐藏文件
SVN报错:Cleanup with an older 1.7 client before upgrading with this client Proevious operation...
再全局搜索“.svn”
SVN报错:Cleanup with an older 1.7 client before upgrading with this client Proevious operation...
把搜到的 “.svn” 文件夹删除(我的这个文件在Z盘根目录)再重新执行正确步骤即可。
注意:如果有其他关联svn仓库的代码,也会有这个文件夹,删除需谨慎。

正确步骤:
右键SVN => SVN检出 => 修改代码 => 增加

附上SVN使用指南
SVN使用指南
以及网上通用但是和我情况不一样的解决办法,也供大家参考
SVN Cleanup失败解决方法