Eclipse的SVN插件与本地客户端关联不上的解决办法

Eclipse的SVN插件与本地客户端关联不上的解决办法

前言:
1.当我们用SVN客户端(TortoiseSVN)把代码更新到本地,并导入到eclipse之后,却发现我们的SVN插件并没有起作用(没有提交、更新、还原等小图标的显示),只有Apply PatchShare Project 选项。


2.如果我们直接用svn插件在eclipse中更新,当打开文件夹的时候,又不能使用SVN客户端

原因分析:
这是Eclipse中的SVN和本地客户端(TortoiseSVN)中的SVN版本不一致导致的。

解决办法:修改版本
1.查看TortoiseSVN中的SVN版本:

 

 
2.查看Eclipse中的SVN版本:
方式一:

 

方式二:

 

 
3.若版本不对应,重新安装SVN客户端或Eclipse中的SVN插件

Eclipse SVN 插件与TortoiseSVN对应关系:

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.
相关链接: Eclipse的SVN插件与本地客户端关联不上如何解决 unable to load default svn client 和 Eclipse SVN 插件与TortoiseSVN对应关系 Eclipse 导入项目与 svn 插件关联全过程记录

猜你喜欢

转载自zyjustin9.iteye.com/blog/2171261