Skip to content
This repository was archived by the owner on Jan 16, 2019. It is now read-only.

Dev Repository

Frank Kleine edited this page Apr 7, 2012 · 1 revision

Table of Contents

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:framework/trunk].

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:forge].

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:labs].

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



---
Back to developer pages

Clone this wiki locally