Stendhal on Eclipse: Difference between revisions

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:
 
<ol>
<li> First of all openOpen the view called "Package Explorer".</li>
<li>Go to the menu bar and select "File -> New Project...".</li>
<li>In the "CVSNew 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>
host Host: arianne.cvs.sourceforge.net
file-> new -> project -> project-> from cvs
repository path Repository: /cvsroot/arianne
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".
 
host : arianne.cvs.sourceforge.net
repository path : /cvsroot/arianne
user : anonymous
connection Type: pserver
click next
 
check "use an existing module"
click directory: stendhal
click next
</pre>
 
<li>Checkout as a project configured using the new project wizard. Click "Next" then "Finish".</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>