Recent Changes - Search:

Documents

Download

Building

Support

Wiki Stuff

edit SideBar

Subversion

+This page is now obsolete - Please see the page on Using Git +

Opal 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:

svn checkout svn://svn.code.sf.net/p/opalvoip/code

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 checkout svn://svn.code.sf.net/p/opalvoip/code/ptlib/trunk ptlib
svn checkout svn://svn.code.sf.net/p/opalvoip/code/opal/trunk opal

The current development version is always in the trunk. There may be snapshots of development versions though this is rare.

To extract a stable branch of OPAL and PTLib, use the following commands

svn checkout svn://svn.code.sf.net/p/opalvoip/code/ptlib/branches/vA_B ptlib
svn checkout svn://svn.code.sf.net/p/opalvoip/code/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 checkout svn://svn.code.sf.net/p/opalvoip/code/ptlib/branches/v2_2 ptlib
svn checkout svn://svn.code.sf.net/p/opalvoip/code/opal/branches/v3_2 opal

To extract a formal stable release of OPAL and PTLib, use the following commands

svn checkout svn://svn.code.sf.net/p/opalvoip/code/ptlib/tags/vA_B_C ptlib
svn checkout svn://svn.code.sf.net/p/opalvoip/code/opal/tags/vC_D_E opal

w

Edit - History - Print - Recent Changes - Search
Page last modified on August 24, 2016, at 01:35 AM