opensipstack.org banner
Home
¤ Downloads
¤ CVS
¤ Development
¤ Authors
¤ Sponsors
¤ Events
¤ Commercial Support

Docs
¤ OpenSBC Manual
¤ F.A.Q
¤ Related RFC's
CVS Repository


Version Control


The OpenSIPStack version control is hosted at Source Forge.  It can be viewed on-line here.  It is also available via anonymous read-only access.  For developers who wish to be regular contributors, we can give you write access to the CVS repository.  Please contact the project coordinator at joegen@opensipstack.org




Anonymous CVS

OpenSIPStack CVS is hosted at sourceforge. It can be accessed via anonymous login.

For unix users, the following command line should download the latest CVS Head from sourceforge.

unix-shell>#cvs
-d:pserver:anonymous@opensipstack.cvs.sourceforge.net:
/cvsroot/opensipstack
login

unix-shell>#
cvs -z3
-d:pserver:anonymous@opensipstack.cvs.sourceforge.net:
/cvsroot/opensipstack
co -P opensipstack

You may also get cvs-get from here.  cvs-get is a PERL script that automates downloads of OpenSIPStack modules.  Simply extract cvs-get.tar.gz and execute:

unix-shell>#cvs-get grab opensipstack
unix-shell>#cvs-get grab opensbc
unix-shell>#cvs-get grab atlsip

For windows users, we recommend Tortoise CVS. Since Tortoise CVS is is a 32-bit shell extension, Windows 64-bit users will not be able to use it in the 64-bit explorer shell. Luckily, the 32-bit Explorer shell is still available in Windows 64-bit. Just create a new shortcut on your desktop and set the target to %windir%\syswow64\explorer.exe /separate. You should have the old 32-bit shell back!