Changes between Version 53 and Version 54 of SettingUpEclipse


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpEclipse

    v53 v54  
    33
    44== Obtaining Source Code ==
    5 Two options are available to obtain the OpenSHA source code:
     5Three options are available to obtain the OpenSHA source code:
    66 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 (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:
     8 2. Check the codebase out directly 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:
    99
    1010{{{
    11 svn checkout --username <name> --password <pass> http://intensity.usc.edu/svn/opensha/trunk
     11svn checkout --username <username> --password <password> http://intensity.usc.edu/svn/opensha/trunk
    1212}}}
     13
     14 3. Check the codebase out from our Subversion (SVN) repository using Eclipse.
    1315
    1416== Obtaining Source Code via Eclipse ==