首页 > 学院 > 开发设计 > 正文

Eclipse中SVN插件安装附带资源

2019-11-06 09:06:32
字体:
来源:转载
供稿:网友
安装教程:资源   链接:http://pan.baidu.com/s/1o8dO2G6 密码:7tvf 

第二种:简单粗暴,我用过有效(配上上面的云盘链接地址就可以了)

MyEclipse2014安装svn插件的方式: 

进入subclipse官方网站下载页面 http://subclipse.tigris.org/servlets/PRojectDocumentList?folderID=2240 下载你需要的版本 如1.8.22.zip 下载完毕之后解压到site-1.x.xx的目录下(千万别直接解压到当前文件夹,不然一大堆东西全解压出来比较麻烦) 将解压出来的文件夹内的所有文件剪切至  ../ MyEclipse Professional 2014/ dropins  目录下,直接启动myeclipse即可!

服务器可以用 VisualSVN

先走一波:http://www.izhang3.com/archives/112(下载教程)

Eclipse中SVN插件常遇到的异常:

Subclipse talks to Subversion via a java API that requires access to native libraries.Those libraries where either not found or an incompatible version was loaded. Theerrors are displayed below.

Information on getting a proper version installed and visible to Eclipse is avaiable here:

http://subclipse.tigris.org/wiki/JavaHL

Errors:Failed to load JavaHL Library.These are the errors that were encountered:no msvcp100 in java.library.pathD:/Program Files/eclipses/configuration/org.eclipse.osgi/bundles/767/1/.cp/libsvnjavahl-1.dll: Can't find dependent librariesno svnjavahl-1 in java.library.pathno svnjavahl in java.library.pathjava.library.path = D:/Program Files/eclipses;C:/Windows/Sun/Java/bin;C:/Windows/system32;C:/Windows;D:/Program Files/Java/jdk1.7.0_09/bin/../jre/bin/server;D:/Program Files/Java/jdk1.7.0_09/bin/../jre/bin;D:/Program Files/Java/jdk1.7.0_09/bin/../jre/lib/amd64;D:/Program Files/Java/jdk1.7.0_09/bin;C:/Windows/system32;C:/Windows;C:/Windows/System32/Wbem;C:/Windows/System32/WindowsPowerShell/v1.0/;D:/Program Files/apache-maven-3.0.3/bin;D:/Program Files/TortoiseSVN/bin;D:/Program Files/SSH;D:/Program Files/eclipses;;.

 

org.apache.subversion.javahl.ClientException:svn:E155021:This client is too old to work with the working copy at 'E:/SVN/java'.

解决方案:Window -> Preferences -> Team -> SVN,将SVN接口的Client修改为SVNKit(Pure JAVA) SVNKit v1.7.9.XXXX选项

如图:

 

 

 

 来自:http://www.cnblogs.com/icerainsoft/p/3807596.html


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表