Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Developing in Eclipse

These instructions assume you have JDK 1.5 and Eclipse 3.1+ already installed and running.

Preparing Eclipse

  1. Install the JavaSVN plugin using the Eclipse Update URL: http://tmate.org/svn/
  2. Install Subclipse using the Eclipse Update URL: http://subclipse.tigris.org/update
  3. Restart Eclipse
  4. In the Preferences windows, Team -> SVN pane, ensure that the SVN interface is set to "JavaSVN"

Checking Out a Project

  1. Open the Subversion (SVN) Perspective
  2. Add a new SVN repository using the URL https://svn.middleware.georgetown.edu/[REPO_NAME]
  3. Expand the newly added repository and right click on trunk
  4. Select "Check Out As Project"
  5. Switch back to the Java Perspective