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> First of all open the view called Package Explorer.</li>
<li>Open the view called "Package Explorer".</li>
<li> "New Project..."</li>
<li>Go to the menu bar and select "File -> New Project".</li>
<li> "CVS" -> "Project from CVS" </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>
Host: arianne.cvs.sourceforge.net
file-> new -> project -> project-> from cvs
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>
</pre>


<li>Checkout as a project configured using the new project wizard. Click "Next" then "Finish".</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>