Open main menu

CDOT Wiki β

Changes

Hints for Using SVN to collaborate on school projects

35 bytes added, 14:50, 27 September 2010
Tags
*: ''These directories(Task1, Task2,...) are called branches of trunk. Also Note that when the word '''branch''' is used as a verb, it means copying the whole trunk into a subdirectory, either in '''Branches''' or '''tags'''.
=== Tags ===
* '''tags''' directory holds '''copies''' of successful stages of '''trunk''' during development. (''Also called as '''Milestones''''')
* '''tags''' are never modified or edited. ''You may branch the a directory of tag into branches under a workspace and then modify it and apply the changes back to trunk, but the contents of a tag should never change''
* The action of '''branching''' the trunk into '''tags''' is often referred to as a '''release'''.
** When a release is due, always the latest version of that realease will be marked.
**: ''If R0.3 is due, and in '''tags''' R0.3, R0.31, R0.32 are present, then R0.32 will be marked
== Starting the Project On SVN ==