美文网首页
SVN WARN:This client is too old

SVN WARN:This client is too old

作者: 沧海月明猪有泪 | 来源:发表于2017-03-24 15:18 被阅读0次

    现象复现:

    在本地通过svn提交代码后,在Eclipse同步代码时出现。

    出现原因:

    本地SVN版本(1.9.4)太高,而Eclipse的svn插件版本过低(1.8)

    问题解决:

    升级Eclipse的svn插件版本 ,有两种升级方法 :

    第一种方法
    1.点击Help>Install New Software
    2.输入更新的版本,如图

    Paste_Image.png
    3.然后下一步,下一步就ok

    第二种方法:
    1.下载离线svn插件包,地址svn插件;
    2.点击Add,然后上传下载的插件包

    Paste_Image.png
    3.点击ok.

    备注:SVN与Eclipse的SVN插件版本对应关系

    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.

    相关文章

      网友评论

          本文标题:SVN WARN:This client is too old

          本文链接:https://www.haomeiwen.com/subject/nirfottx.html