StendhalNetBeans: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>AntumDeluge
imported>AntumDeluge
 
(25 intermediate revisions by the same user not shown)
Line 33: Line 33:
</ol>
</ol>


=== Import Source ===
=== CVS Checkout ===
<ol>
<ol>
<li>In the group window under the "Projects" tab select the project.</li>
<li>In the group window under the "Projects" tab select the project.</li>
<li>From the menu bar select "Team -> CVS -> Checkout" or right-click the project and select "Versioning -> Checkout".</li>
<li>From the menu bar select "Team -> CVS -> Import into Repository" or right-click the project and select "Versioning -> Import into CVS Repository".</li>
<li>Fill in the following information under "CVS Root":</li>
<li>Fill in the following information under "CVS Root":</li>


<pre>
<pre>
For anonymous checkout:
For anonymous checkout:
CVS Root: :pserver:anonymous@arianne.cvs.sourceforge.net:/cvsroot/arianne
CVS Root: :pserver:anonymous@arianne.cvs.sourceforge.net:/cvsroot/arianne/stendhal
Password: (leave blank)
Password: (leave blank)


For privileged checkout:
For privileged checkout:
CVS Root: :ext:username@arianne.cvs.sourceforge.net:/cvsroot/arianne
CVS Root: :ext:username@arianne.cvs.sourceforge.net:/cvsroot/arianne/stendhal
Select "Use internal SSH".
Select "Use internal SSH".
Password: (your Sourceforge password)
Password: (your Sourceforge password)
Line 51: Line 51:


<li>Click "Next".</li>
<li>Click "Next".</li>
<li>Fill in the following information under "Module to Checkout":</li>
<li>Fill in the following information under "Folder to Import":</li>


<pre>
<pre>
Folder to Import: (the project's root directory)
Module: stendhal
Import Message: (anything, cannot be left empty)
Branch: HEAD
Repository Folder: stendhal
Local Folder: (your project's root folder)
Check "Checkout After Import".
</pre>
</pre>


<li>Click "Finish" to begin checkout.</li>
<li>Click "Finish" to begin import and checkout.</li>
<li>After importing is finished go to the menu bar and select "Team -> Update -> Update" or right-click the project and select "CVS -> Update -> Update".</li>
</ol>
</ol>


Line 93: Line 95:
<pre>
<pre>
Source Package Folders:
Source Package Folders:
Package Folder = src
Package Folder = (the project's root folder)
Label = (your choice)

Test Package Folders:
Package = tests
Label = (your choice)
Label = (your choice)
</pre>
</pre>