| 9 | = Getting the sources = |
| 10 | |
| 11 | In addition to [../browser browsing] the sources here, you can check out the |
| 12 | [/repos/fm2 sources] |
| 13 | with your favorite subversion client. |
| 14 | |
| 15 | Keep in mind that, unlike [http://www.nongnu.org/cvs/ cvs], tags and branches are |
| 16 | ordinary directories in subversion. |
| 17 | With the typical subversion respository layout, it is |
| 18 | rather easy to checkout more than you |
| 19 | probably intend to. To pull just the trunk version, use something like |
| 20 | |
| 21 | {{{ |
| 22 | mkdir fm2_workspace |
| 23 | cd fm2_workspace |
| 24 | svn checkout http://svn.netlabs.org/repos/fm2/trunk trunk |
| 25 | }}} |
| 26 | |
| 27 | To update your workspace with the current repository content, use |
| 28 | |
| 29 | {{{ |
| 30 | cd fm2_workspace\trunk |
| 31 | svn update |
| 32 | }}} |
| 33 | |
| 34 | If you want commit access to the repository, contact me. |