Open main menu

CDOT Wiki β

Changes

Learning how to branch and merge exercise - OOP344 20121

108 bytes added, 21:41, 11 October 2011
no edit summary
Objectives of this exercise it to learn how to branch the trunk into your '''''workspace''''' and merge it back after task is done.
This process ([http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.branchmerge.commonpatterns.feature Feature Branching]) is taken virtually every time you have a task to add code or documentation to the project:  
# Go through the code in [[#CFrame|CFrame]] and the description of [[#CFrame|CFrame]] here and understand what it does. Then divide the methods of the [[#CFrame|CFrame]] class between the members of the team so each one of you will be responsible to add comments for few of the functions.