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]] |
| 21 | The 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]] |