Stendhal on Eclipse: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge Stendhal on Eclipse: Add instructions for Git checkout (testing). |
imported>AntumDeluge Stendhal on Eclipse: Clean up "Project from CVS" instructions. |
||
| Line 4: | Line 4: | ||
<ol> |
<ol> |
||
<li> |
<li>Open the view called "Package Explorer".</li> |
||
<li> "New Project |
<li>Go to the menu bar and select "File -> New Project".</li> |
||
<li> " |
<li>In the "New Project" window select "CVS -> Project from CVS" and click "Next".</li> |
||
<li>Select "Create a new repository location" and click "Next".</li> |
|||
<li> Get stendhal from CVS. (Connection type: pserver, User: anonymous, Password - leave blank, Host:arianne.cvs.sourceforge.net, Repository: /cvsroot/arianne)</li> |
|||
<li>Fill in the following information: |
|||
<pre> |
<pre> |
||
| ⚫ | |||
file-> new -> project -> project-> from cvs |
|||
| ⚫ | |||
click next |
|||
User: "anonymous" or Sourceforge username (for privileged checkout). |
|||
Password: Leave blank for anonymous checkout. |
|||
check "create new repository" |
|||
Connection type: pserver (for anonymous checkout) or extssh (for privileged checkout). |
|||
click next |
|||
Select "Use default port". |
|||
| ⚫ | |||
| ⚫ | |||
user : anonymous |
|||
connection Type: pserver |
|||
click next |
|||
check "use an existing module" |
|||
click directory: stendhal |
|||
click next |
|||
</pre> |
</pre> |
||
<li> |
<li>Click "Next".</li> |
||
<li>Use specified module name: "stendhal" (or select "stendhal" from "Use an existing module).</li> |
|||
<li>Click "Finish" and checkout will begin.</li> |
|||
<li>Select "Checkout as a project configured using the new project wizard" and click "Finish".</li> |
|||
</ol> |
</ol> |
||