Open main menu

CDOT Wiki β

Changes

Hints for Using SVN to collaborate on school projects

3 bytes added, 15:21, 27 September 2011
Branches
==== Branches ====
* '''Branches''' is a the common directory for all team members' workspaces.
* Each team member should create a home directory or '''workspace''' (member-id1, member-id2,...) for their own development tasks within branches.
* Each team member should divide their workspace into several directories (workspaces) during the development of the project. These workspaces(Task1, Task2, ...) are usually copies of the '''trunk''' to be worked on.
*: ''These directories(Task1, Task2,...) are called branches of trunk. When the word '''branch''' is used as a verb, it means copying the whole trunk into a subdirectory, either in '''Branches''' or '''tags'''.
 
==== Tags ====
* The '''tags''' directory holds '''copies''' of successful stages of '''trunk''' throughout development. (''Also called as '''Milestones''''')