subclipse: Unable to load default SVN Client

前端 未结 14 1544
北海茫月
北海茫月 2021-01-30 19:39

I am constantly getting this error when working with eclispe and the subclipse plugin:

Unable to load default SVN Client

I have already install

14条回答
  •  佛祖请我去吃肉
    2021-01-30 20:33

    The above problem arises with custom eclipse installation and due to updated version of subclipse.

    You have to install the older version of subclipse manually.

    For this i have done as following:

    Under Help menu click "Install New Software..." Select "http://subclipse.tigris.org/update_1.6.x" from the drop down menu If URL of any other advanced version of are available change it to look as above.

    Check the options selected are sensible e.g. "Hide items that are already installed" Click "Select All" Click Next/Finish through to completion.

    After finishing the installation,under windows menu go to preferences,click on Team and on SVN. Now change the client from Java HL to SVN pure kit.

    That's it.

    This resolved problem for me

提交回复
热议问题