Developer pages: Repository
Subversion accounts
Checkout works without requiring a subversion account.
Committing changes requires a subversion account on our SVN server. If you think you need commit rights ask for them on our developer mailing list. Please give a detailed rationale why you need commit access. Commit access is only granted if the existing developers feel confident about this. It is most likely that commit access is only granted to developers which sent a number of patches in the past and if those patches had a high quality.
Commit mailing list and RSS feed
Please see mailing lists.
Framework
Browse online
You may browse the repository using our source browser.
Checkout
To checkout Stubbles from our Subversion repository use this command:
svn co http://svn.stubbles.net/dev/framework/trunk stubbles
This will give you the complete current development version of Stubbles.
Forge
Browse online
You may browse the repository using our source browser.
Checkout
The forge repository is the place where applications for or build with Stubbles will be developed. Please refer to the documentation of the relevant application.
Labs
The labs part of our repository is used for developing code that may or may not become part of the regular Stubbles release in the future. It has two parts: The incubator contains packages not considered stable enough to be in the next release. The other part is the experiments folder. Each Stubbles developer has its own playground for toying around with code experiments.
Browse online
You may browse the repository using our source browser.
Checkout
To check out the experiments folder use
svn co http://svn.stubbles.net/dev/labs/experiments stubbles-experiments
To check out the incubator use
svn co http://svn.stubbles.net/dev/labs/incubator stubbles-incubator
