当我在Eclipse中创建一个新项目时,为什么SVN Checkout不是我的选项?

时间:2010-08-21 20:26:02

标签: java eclipse svn ubuntu

我最近刚将Eclipse安装到Ubuntu 10.04机器上。

现在,我正在阅读我想要参与的项目的“入门”说明,并说明了以下内容:

Using Eclipse Galileo for Java part:

File -> New -> Other  
SVN -> Checkout projects from SVN  
Create a new repository location http://marioai.googlecode.com/svn/trunk or use the existing one  
Next >  
Select "Check out as a project configured using the New Project Wizard"  
Next > (You will see a project creation wizard)  
Select "Java Project"  
Name the project, say "MarioAI" and select a location  
Make root folder as source folder  
Configure inclusion and exclusion filters  
Press Add and put down '.lvl', '.dat'  
Finish  

然而,SVN - >结帐不是我的选择。

我已经安装了Eclipse和Subversion。为了获得这个新的项目类型,我是否必须对我的安装执行其他操作?

1 个答案:

答案 0 :(得分:2)

您需要为Subversion安装Eclipse插件。这可以是subclipsesubversive。您可以使用Help->安装新软件轻松地在Eclipse中安装其中一个。有关如何安装插件的一些说明是here