如何在 Eclipse 工作区中检出 SVN-URL?

How can I checkout a SVN-URL in an Eclipse workspace?

我将 Eclipse Neon 与 SVN 插件一起使用。 我们的团队与分支机构合作。 如果我想在我的工作区中获取分支的代码,我有两个选择:

有没有更懒惰的方法将 url 转储到 eclipse 中并使其结帐 a svn-branch 进入工作区?

在 Eclipse 中 Subversive you can do the following (in the alternative Eclipse plugin Subclipse 它可能工作方式类似):

  • 文件 > 导入...: SVN > 来自 SVN 的项目

或使用快速访问:

  • Ctrl+3 并输入 Import (Project from SVN)

据我所知,将 URL 放到 Eclipse 上只对 Git 有效。