Changes between Version 19 and Version 20 of SCS_REPO_MAINTENANCE_R0


Ignore:
Timestamp:
10/01/08 13:31:43 (17 years ago)
Author:
pacitu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_REPO_MAINTENANCE_R0

    v19 v20  
    1818== How to Demo == 
    1919= Design = 
    20 Current repository tree can be generated with  
    21 {{{ 
    2220 
    23 "ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/   /' -e 's/-/|/' > /home/peko/Desktop/repositorytree.txt" 
    24  
    25 }}} 
    26  
    27  
    28 /manage                 This folder will keep managing information.[[BR]] 
    29 /manage/shed    This folder will contain shedule plans, for iterations and global. Here should be stored different outputs, calendars and auxilary files.[[BR]] 
    30 /manage/reports Report folder contains daily reports of the team members. Each team member should add daily report here. Report requirements are here [source:/manage/reports/0README.txt][[BR]] 
    31 /trunk                  This folder contains folders and source files that are currently developed. Current version that is worked on.[[BR]] 
    32 /branches               This folder contains folders and source files that are currently developed but in research phase, sort of experimental work.[[BR]] 
    33 /tags                   Here should be stored source files considered as ready for this sprint. At the end of each sprint, source from the trunk should be stored here.[[BR]] 
     21The repository should contain the folowing folders: 
     22 * /manage                      This folder will keep managing information.[[BR]] 
     23   * /shed      This folder will contain shedule plans, for iterations and global. Here should be stored different outputs, calendars and auxilary files.[[BR]] 
     24   * /reports   Report folder contains daily reports of the team members. Each team member should add daily report here. Report structure is here [source:/manage/reports/0README.txt][[BR]] 
     25 * /trunk                       This folder contains folders and source files that are currently developed. Current version that is worked on.[[BR]] 
     26  * /sophie2-platform   Here will be all the source code. 
     27 * /branches            This folder contains folders and source files that are currently developed but in research phase, sort of experimental work.[[BR]] 
     28 * /tags                        Here should be stored source files considered as ready for this sprint. At the end of each sprint, source from the trunk should be stored here.[[BR]] 
    3429 
    3530See [wiki:SCS_REPO_MIGRATE_R0] and [wiki:PLATFORM_STRUCTURE_R0] for more detailed information. 
    3631 
    3732= Implementation = 
     33 The file structure from the Design is created and the repository is ready for use. 
    3834= Testing = 
    3935= Log =