(一)unable to load default svn client

在Win7下的Eclipse,安装了subclipse 1.10.x,已经选中了subclipse和subversion Client Adapter。但是,在新建SVN 资源库时,出现unable to load default svn client错误,把Subversion JavaHL Native Library Adpter安装上即可。如下图所示:

(二)Eclipse SVN 插件与TortoiseSVN对应关系

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 +

Subclipse 1.10.1 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.

Links for 1.10.x Release:
Changelog: http://subclipse.tigris.org/subclipse_1.10.x/changes.html
Eclipse update site URL: http://subclipse.tigris.org/update_1.10.x
Zipped downloads: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
Archived releases: http://subclipse.tigris.org/archive

Links for 1.8.x Release:
Changelog: http://subclipse.tigris.org/subclipse_1.8.x/changes.html
Eclipse update site URL: http://subclipse.tigris.org/update_1.8.x
Zipped downloads: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
Archived releases: http://subclipse.tigris.org/archive

Links for 1.6.x Release:
Changelog: http://subclipse.tigris.org/subclipse_1.6.x/changes.html
Eclipse update site URL: http://subclipse.tigris.org/update_1.6.x
Zipped downloads: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240

Links for 1.4.x Release:
Changelog: http://subclipse.tigris.org/subclipse_1.4.x/changes.html
Eclipse update site URL: http://subclipse.tigris.org/update_1.4.x
Zipped downloads: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240

官网地址:http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA

(三)附:TortoiseSVN相关

官网下载地址:http://tortoisesvn.net/downloads.html

中文语言包

32位:http://downloads.sourceforge.net/tortoisesvn/LanguagePack_1.8.2.24708-win32-zh_CN.msi?download

64位:http://downloads.sourceforge.net/tortoisesvn/LanguagePack_1.8.2.24708-x64-zh_CN.msi?download

最新文章

  1. MYSQL (二)
  2. unity选择形象并替换
  3. GC垃圾回收机制
  4. hdu-5834 Magic boy Bi Luo with his excited tree(树形dp)
  5. 用Navicat for oracle导入现有数据库
  6. LINQ TO DATATABLE/DATASET基本操作之-简单查询
  7. 【BZOJ】【1053】【HAOI2007】反素数ant
  8. oracle触发器学习
  9. VLC命令参数(转载)
  10. nginx 几个参数
  11. 【Android Developers Training】 38. 文件共享需求
  12. 简单好用用js就可以保存文本文件到本地
  13. Ant 给project打包
  14. Dynamics CRM2016 Web Api之分页查询
  15. SpringBoot-MongoDB 索引冲突分析及解决
  16. python 匿名函数&内置函数
  17. PTA 5-3 解题报告
  18. hdu 2095 find your present (2) 位运算
  19. Openlayer3之瓦片数据接入
  20. io整理

热门文章

  1. Vbox视图热键
  2. C#中对文件的操作
  3. HBase概念学习(七)HBase与Mapreduce集成
  4. Swift - 通过设置视图的transform属性实现动画
  5. Mac 下安装配置Mysql
  6. Qt图片显示效率的比较 转
  7. CentOS查看端口是否被占用
  8. 奇葩的UI引用LayoutInflater.from问题
  9. QNX---- interrupts 例程
  10. java内存模型与线程(转) good