How to use Eclipse Mars to connect to Subversion

怎甘沉沦 提交于 2019-12-12 21:42:21

问题


How can I connect to SVN repositories from Eclipse Mars release?


回答1:


[Copied from the original "question" to be a proper SO Q&A]

  1. Install Subversive SVN Team Provider using Eclipse Marketplace. Under options choose what you need from optional software.
  2. After restart, you can use File > Import or the SVN Repositories perspective to import project from svn.
  3. You Will get prompted. Install the Latest SVNKit (1.8.10)



回答2:


  1. Eclipse Help >>> Install New Software .
  2. Provide http://download.eclipse.org/releases/mars/ site url.
  3. type svn , you will find svn clients.

After installing SVN client , if you try to connect to svn repository, you will be asked for connector to be installed. You can select anyone from the list shown.

Once the connectors are installed , restart eclipse. Now you are ready for svn from eclipse.



来源:https://stackoverflow.com/questions/31881733/how-to-use-eclipse-mars-to-connect-to-subversion

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!