Changes between Version 5 and Version 6 of FRCSoftwareSetup


Ignore:
Timestamp:
Jan 6, 2016, 6:29:06 PM (9 years ago)
Author:
alex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRCSoftwareSetup

    v5 v6  
    39398. After installing, restart Eclipse. The plugins will continue to install when Eclipse starts back up. This is normal operation.
    4040
    41 == 4. Install Subversive for Eclipse
    42 The programming teams for our team use subversion (SVN) for configuration management of code.
    43 1. In Eclipse, select the Help menu in the top menu bar.
    44 2. Select {{{Eclipse Marketplace...}}}.
    45 3. Search for "Subversive" without the quotes.
    46 4. Select {{{Subversive}}}.
    47 5. When prompted for SVN connectors, select the 1.8 version. Accept any and all license agreements which appear.
    48 6. When a dialog comes up saying some features aren't available, click ok and continue.
    49 7. Continue to the end of the wizard and restart eclipse.
    50 
    51 == 5. Creating a FRC Java Project
     41== 4. Creating a FRC Java Project
    52421. In Eclipse, right-click in the open space in the Package Explorer and select {{{New >}}}, and then inside the sub-menu that pops up, select {{{Project...}}}. Selecting {{{Java Project...}}} will not work.
    53432. Under {{{WPILib Robot Java Development}}}, select {{{Robot Java Project}}}.
     
    6252  c. Simple - ''DO NOT USE''
    63536. Click {{{Finish}}}.
    64 
    65 == 6. Accessing the Subversion Server for the First Time
    66 1. To open the SVN perspective, select {{{Window}}}, {{{Open perspective >}}}, {{{Other...}}}. Then, select {{{SVN Repository Exploring}}}.
    67 2. In the perspective, right-click the open space in the {{{SVN Repositories}}}. Select {{{New >}}}, then {{{Repository Location}}}.
    68 3. In the window that pops up, enter one of the following in the URL field:
    69 Test Repository(including last years code)
    70 {{{
    71 svn+ssh://jupiter2.raidtech.net/home/svn/test
    72 }}}
    73 Sensors Repository
    74 {{{
    75 svn+ssh://jupiter2.raidtech.net/home/svn/sensors
    76 }}}
    77 Website Repository
    78 {{{
    79 svn+ssh://jupiter2.raidtech.net/home/svn/web
    80 }}}
    81 Core Software Repository
    82 {{{
    83 svn+ssh://jupiter2.raidtech.net/home/svn/FIRST
    84 }}}
    85 Game App Repository
    86 {{{
    87 svn+ssh://jupiter2.raidtech.net/home/svn/gameapp
    88 }}}
    89 4. Authenticate using your username and password. Default password for most users is '1234' without the quotes.
    90 5. Click finish.
    91 
    92 {{{
    93 #!div class="important"
    94 For more information on how to use SVN and subversive, see the [wiki:ConfigurationManagement Configuration Management page].
    95 }}}