Open main menu

CDOT Wiki β

Changes

Hints for Using SVN to collaborate on school projects

21 bytes added, 16:12, 27 September 2011
Branches
==== Branches ====
* '''Branchesbranches''' is the common directory for all team members' workspaces. * Each team member should create their own home directory or '''workspace''' (member-id1, member-id2,...) for their own development tasks within '''branches'''. * Each team member should divide their workspace into several sub-directories (workspaces) during the development of the project. These workspaces(Task1, Task2, ...) are usually copies of the '''trunk''' to be worked on.*: ''These sub-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 subdirectorysub-directory, either in '''Branchesbranches''' or '''tags'''.
==== Tags ====