4 | | * Move the selected files, possibly with a new structure. |
| 5 | * Move the selected files, possibly with the new structure. |
| 6 | |
| 7 | == Design == |
| 8 | * Repository Structure |
| 9 | * There will be three main directories: trunk, branches, tags. |
| 10 | * The trunk directory will contain the current sources for the Sophie-JR project. That is where the main line of development will be. |
| 11 | * 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). |
| 12 | * 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. |