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 |
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 | | }}} |