Version 7 (modified by pacitu, 17 years ago) (diff) |
---|
Analysis
This task involves creating a new repository, defining a good repository structure and move important files from the old repository to the new one.
Overview
- Define a repository structure
- Define what should be used from the old repository.
- Move the selected files, possibly with the new structure.
Task requirements
- svn server
- some maven project structure research
Requirements to the task result
An SVN repository.
Design
- Repository Structure
- trunk/ - will contain the current sources for the Sophie-JR project. That is where the main line of development will be.
- sophie2-platform/ - the main platform development goes here
- modules/ - the modules go here
- org.sophie2.<module>/ - a directory for each module named according to its root package
- doc/ - documentation for the whole platform (not related to specific module)
- modules/ - the modules go here
- sophie2-platform/ - the main platform development goes here
- branches/ - 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 may be merged back into the main branch (trunk). TODO: research good practices
- tags/ - will consist of particular revisions (e.g. milestones), so you can at any time recreate a certain build or environment.
- manage/ - will contain all management oriented files and documents.
- trunk/ - will contain the current sources for the Sophie-JR project. That is where the main line of development will be.