简体   繁体   English

无法在Eclipse中添加SVN存储库WSIG

[英]can not add SVN repository WSIG in Eclipse

I am trying to add repository WSIG to Eclipse but i get this error unable to load default SVN client. 我试图将存储库WSIG添加到Eclipse,但出现此错误,无法加载默认的SVN客户端。

  • link WSIG repository in github 链接github中的WSIG存储库

在此处输入图片说明

Yes as explained above you'll need a Eclipse Plugin to clone the git repository. 是的,如上所述,您将需要一个Eclipse插件来克隆git存储库。 Or Install latest eclipse from here and use the already installed plugin. 或从此处安装最新的Eclipse,并使用已安装的插件。

But as it is mentioned it a GIT repo not SVN thus SVN plugin will not work. 但是正如所提到的,它是一个GIT仓库而不是SVN,因此SVN插件将无法工作。

First of all the repository you're trying to clone (in git terms) or checkout (in SVN) is a GIT repository . 首先,您要clone (以git方式)或检出(以SVN方式)的GIT repositoryGIT repository That means, it uses Git as its version control system. 就是说,它使用Git作为其版本控制系统。

Thus, you cannot use SVN plugin for that, for basic understanding you can go through here . 因此,您不能为此使用SVN插件,为了基本了解,您可以在这里进行学习

Also on github there are ample of ways to get hands-on on Git , which I'll recommend before you actually start working using Git. 同样在github上,有很多方法可以动手使用Git,在您实际开始使用Git之前,我会推荐这种方法。 Here is the link : https://try.github.io/ 这是链接: https : //try.github.io/

Now, for your question you have to do as below for importing in eclipse : 现在,对于您的问题,您必须执行以下操作以导入eclipse:

  • First see , whether you have EGit plugin already installed in your eclipse if not please get this installed, as : 首先查看,是否在eclipse中已经安装了EGit插件(如果没有),请安装此插件,如下所示:

在此处输入图片说明

  • Once thats setup, then Goto --> Import -> Git --> Projects from Git 多数民众赞成在一旦设置,然后转到->导入-> Git->从Git项目

在此处输入图片说明

  • Then Clone URI 然后克隆URI

在此处输入图片说明

  • Then add your project link which you see on git hub as : 然后添加您在git hub上看到的项目链接:

在此处输入图片说明

  • now paste the URL here. 现在将URL粘贴到此处。 Since we selected http while copying from Github then choose same here as below : 由于我们在从Github复制时选择了http,因此请在此处选择以下内容:

在此处输入图片说明

Hope this helps. 希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM