| | 1 | = Stable Repositories = |
| | 2 | |
| | 3 | *** NOTE that the CVS server has been discontinued *** |
| | 4 | |
| | 5 | == openlibraries SVN server == |
| | 6 | |
| | 7 | * To checkout the current version of openlibraries in an empty directory use: |
| | 8 | * svn co https://openlibraries.svn.sourceforge.net/svnroot/openlibraries/trunk openlibraries |
| | 9 | |
| | 10 | * To update an existing working repository to current stable version of openlibraries use: |
| | 11 | * svn update |
| | 12 | |
| | 13 | == openlibraries STABLE SVN server == |
| | 14 | |
| | 15 | TBD |
| | 16 | |
| | 17 | == SVN Utilities == |
| | 18 | |
| | 19 | * Linux |
| | 20 | |
| | 21 | svn should be built into the command line on all linux distros |
| | 22 | |
| | 23 | for a gui use Eclipse on Linux, its got the best diff tools for merges!!! |
| | 24 | |
| | 25 | for ubuntu you need to install with sudo apt-get install subversion |
| | 26 | |
| | 27 | * Windows |
| | 28 | |
| | 29 | Use Tortoise-SVN to checkout and update on Windows platforms. |
| | 30 | |
| | 31 | * OsX |
| | 32 | |
| | 33 | head here for a command line client http://www.wikihow.com/Install-Subversion-on-Mac-OS-X |
| | 34 | |
| | 35 | or use ZigVersion at http://zigzig.com |