Changes between Version 25 and Version 26 of SCS_REPO_MAINTENANCE_R0
- Timestamp:
- 10/02/08 15:38:38 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified SCS_REPO_MAINTENANCE_R0
v25 v26 1 1 [[BackLinksMenu]] 2 2 = Analysis = 3 This task should make sure the repository is well maintained and easy to use .3 This task should make sure the repository is well maintained and easy to use at all times. 4 4 5 5 == Overview == 6 6 It involves: 7 * Branching 8 * Tagging and general repository maintenance. 7 * Branching when needed 8 * Tagging when needed 9 * Follow the project structure. 10 * Tracking and removing obsolite items. 11 * Make sure there are regular back-up in case of natural disasters. 9 12 10 13 == Task requirements == 11 * A repository. 14 * A server. 15 * A repository on a server. 12 16 * Defined repository structure. 13 17 14 18 == Requirements to the task result == 15 Maintained repository 19 Maintained repository. 16 20 17 21 == Related == 18 22 [wiki:SCS_REPO_MIGRATE_R0][[BR]] 19 23 [wiki:PLATFORM_STRUCTURE_R0] 24 20 25 == How to Demo == 21 26 Open the [http://asteasolutions.net:7080/sophie2/browser repository] and explain the structure. 27 22 28 = Design = 23 24 The repository should contain the folders from [wiki:SCS_REPO_MIGRATE_R0#Design] 29 * The repository created in [wiki:SCS_REPO_MIGRATE] will be used. 30 * Folder are to be created according to [wiki:SCS_REPO_MIGRATE_R0#Design] 31 * All important files will be moved from the old repository to the new one as described in [wiki:SCS_REPO_MIGRATE_R0#Implementation] 25 32 26 33 = Implementation = 27 The file structure from the Design is created and the repository is ready for use.28 There is no need for branches or tags in this sprint.34 * The file structure from the Design is created and the repository is ready for use. 35 * There is no need for branches or tags in this sprint. 29 36 30 37 = Testing =