StendhalNetBeans: Difference between revisions

Content deleted Content added
imported>AntumDeluge
StendhalNetBeans: Add warning about incomplete instructions.
imported>AntumDeluge
StendhalNetBeans: Add some instructions for Git checkout/clone.
Line 44:
 
== New Project from Git ==
<span style="color:blue; font-weight:bold; font-style:italic;">To be addedIncomplete...</span>
 
<ol>
<li>From the menu bar select "Team -> Git -> Clone".</li>
<li>Fill in the following information:</li>
 
<span style="font-style:italic;"><span style="color:red;">NOTE:</span> While there are plans to move Stendhal from CVS to Git there is not yet an official Git repository. The following URIs are to testing repository which may not contain updated code. These will change once an official repository is available.</span>
<pre>
Anonymous checkout:
Repository: git://git.code.sf.net/p/delugebuilds/stendhal-git
 
Privileged checkout:
Repository: ssh://username@git.code.sf.net/p/delugebuilds/stendhal-git
Password: Sourceforge password.
</pre>
 
</ol>
 
== Setting Up Project ==