Changes between Version 23 and Version 24 of SettingUpEclipse


Ignore:
Timestamp:
Dec 31, 1969, 4:20:57 PM (54 years ago)
Author:
Peter Powers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpEclipse

    v23 v24  
    55Two 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)
     7
    78 2. Check the codebase out from our Subversion repository. Instructions on how to do this from within Eclipse are provided below.
    89
     
    4849 * Once it is checked out, switch to the Java perspective  ''`Window > Open Perspective > Java`'' (or ''`Other`'', then ''`Java`'').
    4950 * More patience, it will probably take a little while to build the project as well (you should see ''`Building Workspace`'' in the lower right corner of the Eclipse window.
     51[[BR]][[BR]]
    5052
    5153== Working with OpenSHA ==
    5254
    53 The instructions above will enable any registered user to get a copy of the codebase. However, any new code by authorized developers must be committed to the repository on a branch. There are many
     55The instructions above will enable any registered user to get a copy of the ''`trunk`'' or current codebase. Any new code by authorized developers, however, must be committed to the repository on a ''`branch`''. The details of merging and branching are outlined in detail in [http://svnbook.red-bean.com/ The SVN Book] and we encourage everyone involved to keep it handy. Some very basic instructions and guidelines are provided below.
     56[[BR]][[BR]]
     57
     58== Branching ==
     59OpenSHA development occurs on branches. To create a branch:
     60
     61 * Switch to the ''`SVN Repository Exploring`'' perspective (see step 3 above).
     62 * Right click on ''`trunk`'' and select ''`Branch/Tag...`'':
     63[[Image(http://intensity.usc.edu/trac/opensha/attachment/wiki/SettingUpEclipse/svn_branch.png?format=raw)]]
     64
     65 * In the window that follows, enter:
     66  `http://intensity.usc.edu/svn/opensha/branches/username_branchname`
     67  (replace ''`username`'' and ''`branchname`'' as appropriate)
     68
     69 * Click ''`Finish`'' (or ''`Next`'' for more advanced options).
     70
     71
     72== Merging ==
     73
     74
     75
    5476
    5577