[[BackLinksMenu]] = 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.[[BR]] /manage/shed This folder will contain shedule plans, for iterations and global. Here should be stored different outputs, calendars and auxilary files.[[BR]] /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]] /trunk This folder contains folders and source files that are currently developed. Current version that is worked on.[[BR]] /branches This folder contains folders and source files that are currently developed but in research phase, sort of experimental work.[[BR]] /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]] = Implementation = = Testing =