|
|
Contributing to SIP projectThe details on how-to contribute to the SIP project follows: 1) Like any other project on OpenSolaris we use Mercurial for Source Code Management. To install the Mercurial client on your Solaris box follow instructions at http://www.opensolaris.org/os/community/tools/scm/hg_help/ 2) Once you have installed Mercurial on your machine, to access the SIP repository you need to have a registered account at opensolaris.org and should have uplaoded your RSA/DSA public key for that account. See the above link for instructions. 3) The repository is accessible through web at the following URL: http://hg.opensolaris.org/sc/src/network-sip/network-sip/ 4) To check out the initial copy of the repository use the following command hg clone ssh://username at hg dot opensolaris dot org/hg/network-sip/network-sip 5) Once checked out, there is a README.txt which has instructions for compiling the source code 6) To get a committers access for the project you need to send a mail to leader of the project and they would add you as a committer. 7) You participate in the project using network-sip-discuss at opensolaris dot org as the medium for communication. 8) The design documents and additional information on the SIP project can be found at the project home page. http://www.opensolaris.org/os/project/network-sip/ Contributing to SDP projectThe details on how-to contribute to the SDP project follows: 1) Like any other project on OpenSolaris we use Mercurial for Source Code Management. To install the Mercurial client on your Solaris box follow instructions at http://www.opensolaris.org/os/community/tools/scm/hg_help/ 2) Once you have installed Mercurial on your machine, to access the SDP repository you need to have a registered account at opensolaris.org and should have uplaoded your RSA/DSA public key for that account. See the above link for instructions. 3) The repository is accessible through web at the following URL: http://hg.opensolaris.org/sc/src/network-sip/SDP_Parser/ 4) To check out the initial copy of the repository use the following command hg clone ssh://username at hg dot opensolaris dot org/hg/network-sip/SDP_Parser 5) Once checked out, there is a README which has instructions for compiling the source code 6) To get a committers access for the project you need to send a mail to leader of the project and they would add you as a committer. 7) You participate in the project using network-sip-discuss at opensolaris dot org as the medium for communication. 8) The design document for SDP project can be found at the project home page. http://www.opensolaris.org/os/project/network-sip/files/SDPParserDesign.pdf |