Open main menu

CDOT Wiki β

Changes

Hints for Using SVN to collaborate on school projects

11 bytes added, 16:13, 27 September 2011
Tags
==== Tags ====
* The '''tags''' is the directory that holds '''copies''' of successful stages of '''trunk''' throughout development. (''Also called as '''Milestones''''')
* '''tags''' are never modified or edited. ''You may branch a directory of tag into branches under a workspace and then modify the branch and apply the changes back to trunk, but you should never change the contents of a tag''
* The action of '''branchingbranch''' ing the trunk into '''tags''' is often referred to as a '''release'''.
* We use the '''tags''' directory to submit the work for marking. ''Your instructor will specify the requirements of a release.
** A release is usual usually tagged by a version number like: R0.1, Prj0.2, As1_1.0
** When a release is due, your instructor will always mark the latest version of that release.
**: ''If R0.3 is due, and in '''tags''' R0.3, R0.31, R0.32 are presentin '''tags''', then your instructor will mark R0.32 
==== Trunk ====
* '''trunk''' holds the project in its current stage, '''complied and run-able'''