ubuntu eclipse svn错误

Eclipse 更新或同步svn代码时, 出现如下错误. 

svn: The path 'xx/xx/' appears to be part of a Subversion 1.7 or greater

working copy. Please upgrade your Subversion client to use this

working copy.


因为执行了命令svn upgradte导致svn版本不匹配. 去官网Subversion看就知道了.  之前一直是subclipse 1.6.x, ubuntu命令安装的是subversion是1.6.x, 升级之后 subversion是1.7.x, 所以就有上面的错误了. 重新安装Subclipse 1.8.x就好.

Subclipse 1.4.x includes and requires Subversion 1.5.x client features and working copy format.

Subclipse 1.6.x includes and requires Subversion 1.6.x client features and working copy format.

Subclipse 1.8.x includes and requires Subversion 1.7.x client features and working copy format.

Subclipse 1.10.x includes and requires Subversion 1.8.x client features and working copy format.


你可能感兴趣的:(eclipse,环境搭建,ubuntu,svn,subversion,eclipse)