Jaedayr wrote:How do I get in sync with the latest and greatest? I have Eclipse 3.7 installed. Do I need Maven,
Subversion, Subclipse, and/or other tools?
`
Braids may be burned out on developing a training guide for Git. Not sure if she will want to go through this again for SVN.
You will want to install subversion and subclipse. It looks like there are versons of subclipse that "match" a specific version of subversion.
The wiki may provide enough info to figure out how to install Maven and it's connectors.
Once you have the above portion installed it is then a matter of importing the Forge project into Eclipse. I put together some instructions for this portion today:
At the Workspace Launcher dialog select a new workspace for the SVN version of Forge.
Select the File -> Import... menu command.
At the Import dialog select SVN -> Checkout Projects from SVN. Click Next >.
At the Checkout from SVN dialog select the radio button Create a new repository location. Click Next >.
Paste in this Url "http://svn.slightlymagic.net/forge/trunk" into the text box labeled Location Url. Click Next >.
You are asked to select the folder to be checked out from SVN. Select the top level folder labeled "http://svn.slightlymagic.net/forge/trunk". Click Finish.
It will take some time to import the project. You will see your progress displayed in a dialog labeled SVN Checkout.