-
Notifications
You must be signed in to change notification settings - Fork 0
Dev Repository
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.
Please see mailing lists.
You may browse the repository using our [source:framework/trunk].
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.
You may browse the repository using our [source:forge].
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.
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.
You may browse the repository using our [source:labs].
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