1、问题描述
一直使用的是Kepler版eclipse,后因为开发新项目,需要使用MARs版的eclipse,重新安装了svn插件,安装之后重启测试报错:
update D:/Users/xxx/workspace/ccao -r HEAD --force
The working copy needs to be upgraded
svn: The working copy at 'D:\Users\xxx\workspace\ccao'
is too old (format 29) to work with client version '1.9.3 (r1718519)' (expects format 31). You need to upgrade the working copy first.
2、问题原因
因为之前在kepler上checkout出来的项目使用的svn插件版本较低,MARs上使用的是新版本的svn插件,因此导致无法正常更新。
3、解决办法
upgrade 项目