如何使用 Eclipse 从 svn 中签出
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/16207758/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
how to check out from svn using Eclipse
提问by user2294256
I am using Eclipse for PHP Developers Version: 3.0.2. How could I check out from a remote svn(TortoiseSVN). I googled online, but it did help, I tried to import, but there is no such option as 'from svn'.
我正在使用 Eclipse for PHP Developers 版本:3.0.2。我怎么能从远程 svn(TortoiseSVN)签出。我在网上用谷歌搜索,但它确实有帮助,我尝试导入,但没有“来自 svn”这样的选项。
回答by Sumit Singh
- Install the subclipse plugin (provides svn connectivity in eclipse) and connect to the repository. Insturctions here
- Go to
File->New->Other->Under the SVN category
, select Checkout Projects from SVN. - Select your project's root folder and select checkout as a project in the workspace.
- 安装 subclipse 插件(在 eclipse 中提供 svn 连接)并连接到存储库。说明在这里
- 转到
File->New->Other->Under the SVN category
,选择 Checkout Projects from SVN。 - 选择您的项目的根文件夹并选择 checkout 作为工作区中的一个项目。
For more details take a look for How to use Subversion with Eclipse
有关更多详细信息,请查看如何在 Eclipse 中使用 Subversion
回答by Tazo
You might not have the svn plugin for eclipse installed.You could download it from here. http://www.eclipse.org/subversive/latest-releases.php
您可能没有安装 Eclipse 的 svn 插件。您可以从这里下载。 http://www.eclipse.org/subversive/latest-releases.php
回答by wagnerpeer
If you do not have the option to "Checkout Projects from SVN" you are probably missing the SVN plugin. @Arcane posted a link to download the plugin and HERE[1] is a link to a full description how to use the plugin.
如果您没有“从 SVN 签出项目”的选项,您可能缺少 SVN 插件。@Arcane 发布了一个下载插件的链接,这里[ 1] 是一个完整描述如何使用插件的链接。
[1] : http://www.ibm.com/developerworks/opensource/library/os-ecl-subversion/
[ 1]:http: //www.ibm.com/developerworks/opensource/library/os-ecl-subversion/