| 15 | | todo |
| | 15 | |
| | 16 | First you need a copy of subversion for OS/2 available here http://silk.apana.org.au/subversion/ |
| | 17 | Installation is as simple as copying the binaries to your PATH and having a HOME directory set. |
| | 18 | Create a folder, perhaps Innotek_libc, cd into it and enter svn -co URL so to pull the trunk the command would be |
| | 19 | svn -co http://svn.netlabs.org/repos/libc/trunk |
| | 20 | |
| | 21 | which will create a directory called trunk and mirror the Netlabs trunk repositry. For other interesting targets see Select Source Tree. |
| | 22 | |