##Task ## If any of the below links or sections are not applicable to your page, then please comment them out rather than deleting ## as they may become relevant later on. = F.1. Source Code Repository Setup = ## Valid states: "Not started", "In progress" and "Finished" '''State:''' In progress ## The time used is measured in man days and does not include the time spent on any sub-tasks. '''Time used:''' 0 md. == Description == ## Add a high level task (goals / sub-goals) description here, sufficiently detailed to provide a background for creation of action descriptions. ## Any available (technical) details goes into the below documentation pages. * Set up a CVS or SVN repository * Add directory structure as described in [[Directiory layout|Directiory_layout]] * Set up a build server, see BuildServer * Add an automated test suite to the build server ##== Sub tasks == ## . [:TaskX.Y.Z:Add sub task link 1 here] ## . [:TaskX.Y.Z:Add sub task link 2 here] ## . ..[[BR]] ## . ..[[BR]] ## . .. ## . [:TaskX.Y.Z:Add sub task link N here] ##== Documentation == ## The documentation section links to the documentation relevant to this task and its sub-tasks (if any). ## ## The below links will automatically be expanded to page names like "MyTaskPageNameAnalysisDocument" in your created page. ## This should be a proper default, however, it may be changed. ## * [:TaskF.1AnalysisDocument: Analysis Document] ## * [:TaskF.1DesignDocument: Design Document] ## * [:TaskF.1SystemMaintenanceDocument: System Set-up and Maintenance Document] == Parent task == * [[TaskF]] == Progress history == <> ## Add information about about the current state of the task here. That is, information about what has been completed so far and ## what outstanding issues that are left. Example: ## ##=== 2007-09-13 === ##Finished the design documentation. A review is needed before this task can is completed. ## ##=== 2007-08-25 === ##Completed requirement specification. We are now ready for writing the design document. === 2007-09-13 === We settled on Subversion for our version control system. This is to be considered a pilot project. To check out the source code with svn do: {{{ svn co https://merkur.statsbiblioteket.dk/svn/doms }}} If you need to use a different login for the svn server there is a {{{--username}}} switch available. There is no running automated test suite yet. However this should be trivial to integrate in [[BuildServer|Continuum]] via an {{{ant}}} target. This tasks is therefore considered complete.