Changes between Version 69 and Version 70 of SettingUpEclipse


Ignore:
Timestamp:
Sep 24, 2010, 10:13:55 AM (14 years ago)
Author:
Peter Powers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpEclipse

    v69 v70  
    4646[[Image(svn_add_repo_button.png)]]
    4747
    48  * Enter `https://intensity.usc.edu/svn/opensha` as the ''`URL`'' and hit ''`Finish`''.
     48 * Enter `https://source.usc.edu/svn/opensha` as the ''`URL`'' and hit ''`Finish`''.
    4949 * Enter your ''`username`'' and ''`password`''.[[BR]][[BR]]
    5050
     
    8484When new code is ready for inclusion in a release, project admins will assist with any required updates to a developers branched code and with merging it into the main line of the project.
    8585
     86----
     87== Other Eclipse Tasks ==
     88
     89=== Relocate Repository ===
     90If you had previously set up OpenSHA projects with our old server ''`intensity.usc.edu`'', you can 'relocate' the project rather than [SettingUpEclipse#ObtainingSourceCodeviaEclipse adding] the new server ''`source.usc.edu`'' and checking out the project again:
     91 1. Open any OpenSHA projects in the Eclipse ''Java perspective''.
     92 2. Switch to the ''SVN Repository browsing perspective''.
     93 3. Right click on ''`https://intensity.usc.edu/svn/opensha`''.
     94 4. Select 'Relocate' and advance to the screen where you can change ''`intensity`'' to ''`source`'' in the new repository URL.
     95
     96
    8697[[BR]][[BR]][[BR]]