Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Note: This page is currently a work in progress. Have questions? Contact Nicole at npg4@cornell.edu

Eclipse -

...

Subversion 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.

...

Installing Eclipse

#Download Eclipse can be downloaded here. Be sure to download Eclipse IDE for Java EE developers. Unzip the downloaded file and then drag . Select Eclipse Classic 3.4.
#Unzip the downloaded file using a program like Zipeg.
#Drag the unziped folder into the applications Applications folder on your computerMac.

...

Subclipse - SVN Plugin for Eclipse

Subclipse is an Eclipse Team Provider plug-in providing support for

...

This Subversion within the Eclipse IDE. The SVN plugin called Subclipse 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:
Image Removed
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.
Image Removed
More information about Subversive Project for Elipse can be found here

...

here.

Installing Subclipse Plugin

#At the Subclipse page select the zipped downloads link for Eclipse 3.2+.
#Download the first stable release listed. This download should yield a folder.
#Open this folder in one window and then open your Eclispe folder in a separate window. You should have two windows open. One containing plugin files and the other containing files for Eclispe. INSERT SCREEN SHOT HERE
#Click on the features folder found in the window with your plugin files, then drag the files within this folder into the corresponding features folder in the Eclipse Window.
#Repeat the step above with the plugins folder found in the window with your plugin files.

Accessing Files with Eclipse

#Open Eclipse by clicking on the circular Eclipse icon within the Eclipse folder.
#Go to the workbench within Eclipse.
#Create a new project by going to File > New > Project

Select the url of the repository you wish to access:

...