eclipse_svn客户端插件site-1.10.13-1.9.x、site-1.12.x不存在

来源:互联网 发布:w3cschool sql 编辑:程序博客网 时间:2024/06/18 07:16

一定要保证Eclipse中svn插件版本和TortoiseSvn版本一致!!

插件svn1.4.x对应TortoiseSvn 1.5.x

插件svn1.6.x对应TortoiseSvn 1.6.x

插件svn1.8.x对应TortoiseSvn 1.7.x

插件svn1.10.x对应TortoiseSvn 1.8.x

插件svn1.12.x对应TortoiseSvn 1.9.x

查看svn服务端的安装版本,


插件svn1.12.x插件不存在, 可用site-1.10.13-1.9.x代替。**下载地址 :** http://download.csdn.net/download/prefectjava/10018149



subclipse 官网: http://subclipse.tigris.org/ 目前该项目已经放到GitHub上:https://github.com/subclipse/subclipse或者在首页找:Download and Install 可以直接看到最新的插件。简介:Eclipse中的SVN插件,让Eclipse具有svn的功能:share project ,提交,更新,分支,管理分支,合并,解决冲突,与资源库同步等集成功能。TortoiseSvn 官网: http://tortoisesvn.tigris.org/ 简介:SVN的一个开源客户端,就是个桌面程序。再次强调下载的时候一定要保证 SVN插件和 TortoiseSvn是同一个版本。subclipse下载的时候,在Download and Install 中有这么一段话: Eclipse 3.2/Callisto, 3.3/Europa, 3.4/Ganymede, 3.5/Galileo, 3.6/Helios, 3.7/Indigo, 3.8/4.2/Juno, 4.3/Kepler, 4.4/Luna, 4.5/Mars +Subclipse 1.10.13 and 1.8.22 and 1.6.18 and 1.4.8 are now available for Eclipse 3.2+!See the changelog for details. Existing Subclipse users should read the upgrade instructions for important information on changes you to need to make to your Eclipse preferences to see the new version in the update manager.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.Subclipse 1.12.x includes and requires Subversion 1.9.x client features and working copy format.对于1.12.x版本的Subclipse一直没有提供安装包,只有如下地址Links for 1.12.x Release:Eclipse update site URL: http://subclipse.tigris.org/update_1.12.x这就是两者的对应版本。截图:svn插件下载地址:Subclipse 1.4.x http://subclipse.tigris.org/files/documents/906/45156/site-1.4.8.zipSubclipse 1.6.x http://subclipse.tigris.org/files/documents/906/49028/site-1.6.18.zipSubclipse 1.8.x http://subclipse.tigris.org/files/documents/906/49280/site-1.8.22.zipSubclipse 1.10.x http://subclipse.tigris.org/files/documents/906/49431/site-1.10.9.zip

原创粉丝点击