|
Documents Download Building Support Wiki Stuff |
Main /
SubversionOpal uses Subversion for project file version control. The repository is hosted by SourceForge The repository can be browsed here Anonymous downloads from the SVN repository are possible using a number of popular clients:
The top level URL for the repository is: http://opalvoip.svn.sourceforge.net/svnroot/opalvoip
The top level modules are opal and ptlib. The trunk revision of these modules (which is also the development revision) can be extracted using the following commands: svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk ptlib
svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/trunk opal
The current development version is always in the trunk. Development snapshots have odd version numbers and stable revisions are always in branches with even numbers. To extract a stable release of OPAL and PTLib, use the following commands svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/branches/vA_B ptlib
svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/branches/vC_D opal
where vA_B is the current version e.g. PTLib version 2.2.x would be v2_2, similarly vC_D for OPAL version 3.2.x would be v3_2. For example: svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/branches/v2_2 ptlib
svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/branches/v3_2 opal
See the Wiki page on Version Numbering for more information on the versions available. |