| 10 | |
| 11 | * Repository Structure |
| 12 | * There will be four main directories: trunk, branches, tags, doc. |
| 13 | * The trunk directory contains the current sources for the Sophie-JR project. That is where the main line of development will be. |
| 14 | * The branches directory will be used to try out new features without disturbing the main line of development.As soon as a new feature is stable enough then the development branch is merged back into the main branch (trunk). |
| 15 | * The tags directory will consist of particular revisions (e.g. a release version), so you can at any time recreate a certain build or environment. |
| 16 | * In the Doc directory we'll put useful documents. |