Recent Changes - Search:

Documents

Download

Building

Support

Wiki Stuff

edit SideBar

Subversion

Main.Subversion History

Hide minor edits - Show changes to markup

Changed lines 1-2 from:

This page is now obsolete - Please see the page on [[Git | Using Git]

to:

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

Changed lines 39-46 from:

where vA_B_C is the current version e.g. PTLib version 2.8.3 would be v2_8_3, similarly vC_D_E for OPAL version 3.8.3 would be v3_8_3. For example:

svn checkout svn://svn.code.sf.net/p/opalvoip/code/ptlib/tags/v2_8_3 ptlib
svn checkout svn://svn.code.sf.net/p/opalvoip/code/opal/tags/v3_8_3 opal

The SVN trunk has odd version numbers and stable revisions are always in branches with even numbers. The development trunk will also be marked as "alpha" when you get version numbers strings from the libraries. The even numbered stable branch are marked as "beta". Only the formally released tar balls, and their associated "tagged" SVN versions do not have "alpha" or "beta" associated with them.

See the Wiki page on Version Numbering for more information on the versions available.

to:

w

August 24, 2016, at 01:34 AM by CRS - Marked as obsolete
Added lines 1-2:

This page is now obsolete - Please see the page on [[Git | Using Git]

Changed lines 24-26 from:
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/ptlib/branches/vA_B ptlib
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/opal/branches/vC_D opal
to:
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
Changed lines 29-31 from:
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/ptlib/branches/v2_2 ptlib
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/opal/branches/v3_2 opal
to:
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
Changed lines 34-36 from:
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/ptlib/tags/vA_B_C ptlib
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/opal/tags/vC_D_E opal
to:
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
Changed lines 39-40 from:
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/ptlib/tags/v2_8_3 ptlib
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/opal/tags/v3_8_3 opal
to:
svn checkout svn://svn.code.sf.net/p/opalvoip/code/ptlib/tags/v2_8_3 ptlib
svn checkout svn://svn.code.sf.net/p/opalvoip/code/opal/tags/v3_8_3 opal
May 28, 2014, at 07:09 AM by 115.64.157.126 -
Changed line 3 from:

The repository can be browsed here

to:

The repository can be browsed here

March 26, 2013, at 06:04 AM by CRS - More changes for top level SVN relocation
Changed lines 13-14 from:
http://opalvoip.svn.sourceforge.net/svnroot/opalvoip
to:
svn checkout svn://svn.code.sf.net/p/opalvoip/code
Changed lines 17-19 from:
svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk ptlib
svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/trunk opal
to:
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
Changed lines 24-26 from:
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
to:
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/ptlib/branches/vA_B ptlib
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/opal/branches/vC_D opal
Changed lines 29-31 from:
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
to:
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/ptlib/branches/v2_2 ptlib
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/opal/branches/v3_2 opal
Changed lines 34-36 from:
svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/tags/vA_B_C ptlib
svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/tags/vC_D_E opal
to:
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/ptlib/tags/vA_B_C ptlib
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/opal/tags/vC_D_E opal
Changed lines 39-41 from:
svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/tags/v2_8_3 ptlib
svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/tags/v3_8_3 opal
to:
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/ptlib/tags/v2_8_3 ptlib
svn co svn checkout svn://svn.code.sf.net/p/opalvoip/code/opal/tags/v3_8_3 opal
March 26, 2013, at 06:01 AM by CRS - Updated for new SVN location
Changed lines 3-4 from:

The repository can be browsed here

to:

The repository can be browsed here

Changed lines 3-4 from:

The repository can be browsed here

to:

The repository can be browsed here

Changed lines 3-4 from:

The repository can be browsed here

to:

The repository can be browsed here

Changed lines 20-23 from:

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

to:

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

Added lines 32-43:

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

svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/tags/vA_B_C ptlib
svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/tags/vC_D_E opal

where vA_B_C is the current version e.g. PTLib version 2.8.3 would be v2_8_3, similarly vC_D_E for OPAL version 3.8.3 would be v3_8_3. For example:

svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/tags/v2_8_3 ptlib
svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/tags/v3_8_3 opal

The SVN trunk has odd version numbers and stable revisions are always in branches with even numbers. The development trunk will also be marked as "alpha" when you get version numbers strings from the libraries. The even numbered stable branch are marked as "beta". Only the formally released tar balls, and their associated "tagged" SVN versions do not have "alpha" or "beta" associated with them.

Changed lines 13-14 from:
https://opalvoip.svn.sourceforge.net/svnroot/opalvoip
to:
http://opalvoip.svn.sourceforge.net/svnroot/opalvoip
Changed lines 17-19 from:
svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk ptlib
svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/trunk opal
to:
svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk ptlib
svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/trunk opal
Changed lines 24-29 from:
svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/branches/vA_B ptlib
svn co https://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.

See the Wiki page on Version Numbering for more information on the versions available

to:
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.

Changed lines 3-4 from:

The repository can be browsed here

to:

The repository can be browsed here

Deleted line 17:
Added lines 20-28:

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 https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/branches/vA_B ptlib
svn co https://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.

Deleted lines 4-11:

The Subversion repository is still being populated with revision information from the OpenH323 project. A post will be made to the opalvoip-announce list when this is completed

Until this occurs, please use the OpenH323 CVS with the following access key:

 :pserver:anonymous@openh323.cvs.sourceforge.net:/cvsroot/openh323

See the OpenH323 FAQ for more information

Changed lines 15-16 from:

The top level modules are opal and ptlib. The trunk revision of these can be extracted using the following commands:

to:

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:

Changed lines 19-21 from:
svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/trunk opal
to:
svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/trunk opal

See the Wiki page on Version Numbering for more information on the versions available

October 17, 2007, at 08:50 AM by CRS - Add announcement that Subversion is not yet available
Added lines 5-12:

The Subversion repository is still being populated with revision information from the OpenH323 project. A post will be made to the opalvoip-announce list when this is completed

Until this occurs, please use the OpenH323 CVS with the following access key:

 :pserver:anonymous@openh323.cvs.sourceforge.net:/cvsroot/openh323

See the OpenH323 FAQ for more information

Changed lines 5-6 from:

Anonymous downloads from the SVN repository is possible using a number of popular clients:

to:

Anonymous downloads from the SVN repository are possible using a number of popular clients:

Changed lines 11-12 from:

The top level URL for repository is https://opalvoip.svn.sourceforge.net/svnroot/opalvoip

to:

The top level URL for the repository is:

https://opalvoip.svn.sourceforge.net/svnroot/opalvoip
Changed lines 17-19 from:
   svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk ptlib

   svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/trunk opal
to:
svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk ptlib
svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/trunk opal
October 17, 2007, at 04:29 AM by CRS - Fix commands
Changed lines 15-17 from:
   svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip opal/trunk

   svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip ptlib/trunk
to:
   svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk ptlib

   svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/trunk opal
October 17, 2007, at 04:24 AM by CRS - Add initial content
Added lines 1-17:

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 is possible using a number of popular clients:

  • The "svn" command is provided as part of most Unix distributions. SourceForge provides an excellent introduction to the svn command
  • On Windows, the TortoiseSVN client provides excellent integration with the Windows explorer

The top level URL for repository is https://opalvoip.svn.sourceforge.net/svnroot/opalvoip

The top level modules are opal and ptlib. The trunk revision of these can be extracted using the following commands:

   svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip opal/trunk

   svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip ptlib/trunk
Edit - History - Print - Recent Changes - Search
Page last modified on August 24, 2016, at 01:35 AM