21
edits
Changes
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.