Changes between Version 52 and Version 53 of SettingUpEclipse


Ignore:
Timestamp:
Dec 31, 1969, 4:20:58 PM (54 years ago)
Author:
shauser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpEclipse

    v52 v53  
    44== Obtaining Source Code ==
    55Two options are available to obtain the OpenSHA source code:
    6  1. ''`Browse Source`'' on this website. Once in the ''`trunk`'' folder, the current release code may be downloaded as a zip file (the link is at the bottom of the page)
     6 1. ''`Browse Source`'' on this website. Once in the ''`trunk`'' folder, the current release code may be downloaded as a zip file (the link is at the bottom of the page).
    77
    8  2. Check the codebase out from our Subversion repository. Instructions on how to do this from within Eclipse are provided below.
     8 2. Check the codebase out from our Subversion (SVN) repository. We recommend using a newer version of the [http://subversion.tigris.org/getting.html SVN client], even if your computer already has a client installed. Navigate to the directory you wish to download the project to, and run (substituting your ''`username`'' and ''`password`'' as appropriate:
     9
     10{{{
     11svn checkout --username <name> --password <pass> http://intensity.usc.edu/svn/opensha/trunk
     12}}}
     13
     14== Obtaining Source Code via Eclipse ==
     15
     16If you plan on working with OpenSHA, an alternative, and perhaps easier approach is to download the code from within Eclipse:
    917
    1018=== 1) Download Eclipse ===