How to use Eclipse Mars to connect to Subversion

2019-07-11 05:53发布

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

2条回答
Luminary・发光体
2楼-- · 2019-07-11 06:18
  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.

查看更多
【Aperson】
3楼-- · 2019-07-11 06:19

[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)
查看更多
登录 后发表回答