Version 12 (modified by deyan, 17 years ago) (diff) |
---|
Analysis
This task should make sure the repository is well maintained and easy to use. It involves branching and tagging when needed.
Overview
- Branching
- Tagging and general repository maintenance.
Task requirements
- A repository.
- Defined repository structure.
Requirements to the task result
Maintained repository.
Related
How to Demo
Design
Current repository tree can be generated with
"ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/' > /home/peko/Desktop/repositorytree.txt"
/manage This folder will keep managing information.
/manage/shed This folder will contain shedule plans, for iterations and global. Here should be stored different outputs, calendars and auxilary files.
/manage/reports Report folder contains daily reports of the team members. Each team member should add daily report here. Report requirements are here manage/reports/0README.txt
/trunk This folder contains folders and source files that are currently developed. Current version that is worked on.
/branches This folder contains folders and source files that are currently developed but in research phase, sort of experimental work.
/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.