StendhalNetBeans: Difference between revisions

Content deleted Content added
imported>AntumDeluge
imported>AntumDeluge
Updating CVS checkout instructions for NetBeans.
Line 31:
<li>Restart NetBeans</li>
<li>In the group window under the "Projects" tab select the project.</li>
<li>From the menu bar select "Team -> CVS -> CheckoutImport into Repository" or right-click the project and select "Versioning -> CheckoutImport into CVS Repository".</li>
<li>Fill in the following information under "CVS Root":</li>
 
Line 40:
 
For privileged checkout:
CVS Root: :extsshext:username@arianne.cvs.sourceforge.net:/cvsroot/arianne
Select "Use internal SSH".
Password: (your Sourceforge password)
</pre>
 
<li>Click "Next" and fillFill in the following information under "ModuleFolder to CheckoutImport":</li>
 
<pre>
Folder to Import: (path to the projects root directory)
Import Message: (whatever you want, I.E. "Initial Import", cannot be left blank)
Repository Folder: stendhal
Check "Checkout After Import".
</pre>
 
<li>Click "Finish" to begin import and checkout.</li>
<li>If project does not automatically checkout after import go to the menu bar and select "Team -> CVS -> Checkout".</li>
<li>Fill in the following information under "CVS Checkout":</li>
 
<pre>
Line 54 ⟶ 65:
 
<li>Click "Finish" and checkout will begin.</li>
<li>After checkout completes click "Create Project".</li>
<li>Select "Java -> Java Project with Existing Sources" and click "Next".</li>
</ol>
 
<p style="color:red; font-weight:bold; font-style:italic;">Skip to the section labelled "Configure Project".</p>
 
== Download Source from Git ==