Note: This page is currently a work in progress. Have questions? Contact Nicole at npg4@cornell.edu
Eclipse - SVN for Macs
Eclipse, an open development platform, can be used on Macintosh, Windows, and Linux operating systems in order to access files stored on Source Forge. However, an SVN plugin must be installed to properly configure Ecilpse to retrieve files from the AguaClara Source Forge Repository.
Note: This tutorial assumes that you already have a source forge account through forge.cornell.edu. If this is not the case please contact Alissa Diminich and ask to be added to the AguaClara project in source forge.
Downloading Eclipse
Eclipse can be downloaded here. Be sure to download Eclipse IDE for Java EE developers. Unzip the downloaded file and then drag the unziped folder into the applications folder on your computer.
Subversive - SVN Team Provider for Eclipse
This SVN plugin can be downloaded using the software update feature in eclipse. Using the toolbar menu go to Help > Software Updates, as shown in the screenshot below:
After accessing the Software Updates panel, click on the Available Software tab, and type SVN into the search box. Afterwards, check the box for Collaboration tools to select all available SVN plugins. Then click on the Install button on the right.
More information about Subversive Project for Elipse can be found here
Accessing Files with Eclipse
Select the url of the repository you wish to access:
- Automated Design - (https://forge.cornell.edu/svn/repos/automated_design)
- Pilot Plant - (https://forge.cornell.edu/svn/repos/pilot_plant)
- Demo Plant - (https://forge.cornell.edu/svn/repos/demo_plant)
- Automated Flow Control - (https://forge.cornell.edu/svn/repos/automated_flow_control)
- Sedimentation Prototype - (https://forge.cornell.edu/svn/repos/sedimentation_prototype)
- Tube Flocculator - (https://forge.cornell.edu/svn/repos/tube_floc)
- Outreach - (https://forge.cornell.edu/svn/repos/outreach)
Using Eclipse to Add/Modify Files
In order to use SVN on Eclipse