Changes between Version 76 and Version 77 of SettingUpEclipse


Ignore:
Timestamp:
Jan 26, 2011, 2:07:01 PM (13 years ago)
Author:
Peter Powers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpEclipse

    v76 v77  
    99 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).
    1010
    11  2. Checkout the codebase 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 (if you have a unique user/pass, substitute ''`shauser`'' and ''`OpenSHA`'' in the following command):
     11 2. Checkout the codebase 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:
    1212
    1313{{{
    14 svn checkout --username shauser --password OpenSHA https://source.usc.edu/svn/opensha/trunk
     14svn checkout https://source.usc.edu/svn/opensha/trunk
    1515}}}
    1616
     17If you are a developer and have a unique user/pass, run the following command, substituting ''`username`'' and ''`password`'' as appropriate:
     18
     19{{{
     20svn checkout --username username --password password https://source.usc.edu/svn/opensha/trunk
     21}}}
    1722
    1823
     
    4954
    5055 * Enter `https://source.usc.edu/svn/opensha` as the ''`URL`'' and hit ''`Finish`''.
    51  * Enter your ''`username`'' and ''`password`'' (or ''`shauser`'' and ''`OpenSHA`'' for anonymous read-only access).[[BR]][[BR]]
     56 * Enter your ''`username`'' and ''`password`'' if you have have them, otherwise leave the fields blank for anonymous read-only access.[[BR]][[BR]]
    5257
    5358=== 4) Check out the OpenSHA Project ===