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(http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA)看就知道了. 之前一直是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.
ubuntu 15.04下使用Eclipse搭建Hadoop开发环境:http://www.linuxdiyf.com/linux/15008.html
ubuntu15.04搭建eclipse环境:http://www.linuxdiyf.com/linux/15007.html
Ubuntu15.04下JavaJDK的安装和eclipse的安装:http://www.linuxdiyf.com/linux/12531.html
在Ubuntu 15.04中使用Eclipse 4.4、Java 8以及WTP:http://www.linuxdiyf.com/linux/11736.html
ubuntu15.04下安装eclipse4.4:http://www.linuxdiyf.com/linux/12322.html