Skip to content

SIPfoundry

Narrow screen resolution Wide screen resolution Increase font size Decrease font size Default font size
Home arrow Developer Tools
Developer Tools
Source Control (Subversion Access) PDF Print E-mail
Written by Administrator   
Monday, 30 October 2006
For the sipXecs project, the top level repository URL is:

http://sipxecs.sipfoundry.org/rep/sipXecs/

And the repository browser is here.

Typically, you will only want to check out one branch or tag (main is really just another branch. We recommend using the following command to check out the latest sources (use "https" instead of "http" if you have write access):

     svn checkout http://sipxecs.sipfoundry.org/rep/sipXecs/main/

To check out sources from a branch or tag (here we use the 3.8 tag as an example), use:

     svn checkout http://sipxecs.sipfoundry.org/rep/sipXecs/branches/3.8 sipXecs-3.8

The sipX Wiki provides information on how to build sipXecs on different platforms.

We welcome all contributions: from a small fixes to complicated features. It's always good to discuss your contribution ideas on a sipx-dev list. If you plan to develop a new plugin or a feature that consist of more than several lines you might want to read on how to use git to work with sipfoundry source.

Last Updated ( Tuesday, 25 March 2008 )
Read more...
 
Tag it:
Delicious
Furl it!
digg
blogmarks
De.lirio.us
YahooMyWeb
Jira Issue Tracking System - HowTo PDF Print E-mail
Written by Administrator   
Saturday, 04 November 2006

Jira logoWe use the Jira issue tracking system . JIRA is a bug tracking, issue tracking, and project management and we use it for bugs, improvement requests as well as to log desired future enhancements.

Below is a more detailed description of the workflow we use. Please note that only well defined issues can be worked on. Therefore we expect that with the exception of clear bugs, issues are first discussed on our mailing list and first after we reach consensus on what the issue actually is we file a bug in Jira. 

Last Updated ( Sunday, 24 February 2008 )
Read more...
 
Tag it:
Delicious
Furl it!
digg
blogmarks
De.lirio.us
YahooMyWeb
sipXecs tools that we use PDF Print E-mail
Written by Damian Krzeminski   
Thursday, 03 April 2008

In the tradition of open source projects, we use numerous tools that support planning, development and testing on a daily basis. This is the place where we would like to thank and acknowledge all open source communities, organization and companies that produced those tools or licensed them to be used with sipXecs.

Last Updated ( Thursday, 03 April 2008 )
Read more...
 
Tag it:
Delicious
Furl it!
digg
blogmarks
De.lirio.us
YahooMyWeb
C/C++ Unittesting PDF Print E-mail
Written by Administrator   
Friday, 16 March 2007
The CppUnit framework is used for unittesting C/C++ source code for all sipX related projects. The CppUnit Cookbook is the general guide to creating unittests but specific guidelines and information about extensions made to the CppUnit framework are described in this document.
Last Updated ( Sunday, 24 February 2008 )
Read more...
 
Tag it:
Delicious
Furl it!
digg
blogmarks
De.lirio.us
YahooMyWeb