一,svn: E210004: Number is larger than maximum
这个问题是因为svn服务器的版本为1.8比eclipse的svn插件版本高导致的.1.8的svn服务器需要1.10的Subclipse
安装最新的svn插件就可以解决,Install New Software....
更新地址:http://subclipse.tigris.org/update_1.10.x/
二,Missing requirement: Subclipse Integration for Mylyn 3.x (Optional) 3.0.0 (org.tigris.subversion.subclipse.mylyn.feature.gro up 3.0.0) requires 'org.eclipse.mylyn.tasks.core [3.0.0,4.0.0)'
In order to get the required packages you have to enable the Mylyn update site by
simply adding it in the "Install New Software" dialogue and select "Contact all update sites..." while installing Subclipse.
The Mylyn update site is located here:
http://download.eclipse.org/mylyn/releases/latest
After that a new dependency occurs:
requires 'org.eclipse.draw2d 3.2.0' but it could not be found
Same solution as above: Add the following update site: http://download.eclipse.org/tools/gef/updates/releases/
The Mylyn update site is located here:
http://download.eclipse.org/mylyn/releases/latest
After that a new dependency occurs:
requires 'org.eclipse.draw2d 3.2.0' but it could not be found
Same solution as above: Add the following update site: http://download.eclipse.org/tools/gef/updates/releases/