| | 1 | To checkout the SVN tree for this project, use the following command: |
|---|
| | 2 | |
|---|
| | 3 | {{{ |
|---|
| | 4 | svn co --username <onid username> https://code.oregonstate.edu/svn/cspfl |
|---|
| | 5 | }}} |
|---|
| | 6 | SVN will them prompt you for your ONID password. other useful SVN commands are: |
|---|
| | 7 | |
|---|
| | 8 | {{{ |
|---|
| | 9 | svn up |
|---|
| | 10 | }}} |
|---|
| | 11 | to update your local copy |
|---|
| | 12 | |
|---|
| | 13 | {{{ |
|---|
| | 14 | svn ci |
|---|
| | 15 | }}} |
|---|
| | 16 | to checkin new changes |
|---|
| | 17 | |
|---|
| | 18 | |
|---|
| | 19 | Enjoy! [[BR]] |
|---|
| | 20 | ''The cspfl Team'' |
|---|
| | 21 | |
|---|
| | 22 | == Starting Points == |
|---|
| | 23 | |
|---|
| | 24 | * TracGuide -- Built-in Documentation |
|---|
| | 25 | * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project |
|---|
| | 26 | * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions |
|---|
| | 27 | * TracSupport -- Trac Support |