[[BackLinksMenu]] == Analysis == * how to work with the repository and repository structure. * when submit is allowed. * what should comments contain. Write this in a wiki page. This page should also contain SVN server address and links to needed tools. == Design == * Repository Structure * There will be four main directories: trunk, branches, tags, doc. * The trunk directory will contain the current sources for the Sophie-JR project. That is where the main line of development will be. * 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). * 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. * In the Doc directory we'll put useful artefacts.