【发布时间】:2011-04-02 02:48:12
【问题描述】:
我最近刚刚在一台 Ubuntu 10.04 机器上安装了 Eclipse。
现在,我正在阅读我想要参与的项目的“入门”说明,其中说明了以下内容:
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 -> Checkout 不适合我。
我已经 apt-get 安装了 Eclipse 和 Subversion。为了获得这种新的项目类型,我是否必须对我的安装执行其他操作?
【问题讨论】: