Changes between Version 4 and Version 5 of SCS_REPO_MIGRATE_R0
- Timestamp:
- 09/18/08 14:56:08 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_REPO_MIGRATE_R0
v4 v5 1 1 [[BackLinksMenu]] 2 == Analysis == 2 3 = Analysis = 4 This task involves creating a new repository, defining a good repository structure and move important files from the old repository to the new one. 5 == Overview == 3 6 * Define a repository structure 4 7 * Define what should be used from the old repository. 5 8 * Move the selected files, possibly with the new structure. 6 9 7 == Design == 8 * Repository Structure 9 * There will be three main directories: trunk, branches, tags. 10 == Task requirements == 11 * svn server 12 * some maven project structure research 13 14 == Requirements to the task result == 15 An SVN repository. 16 17 = Design = 18 * Repository Structure 19 * There will be four main directories: trunk, branches, tags, manage. 10 20 * The trunk directory will contain the current sources for the Sophie-JR project. That is where the main line of development will be. 21 * /modules 22 * /org.sophie2.* 23 * /doc 11 24 * 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 25 * 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. 26 * The manage directory will contain all management oriented files and documents. 27 28 = Implementation = 29 = Testing =