Changes

Jump to: navigation, search

Learning how to branch and merge exercise - OOP344 20121

No change in size, 21:57, 16 February 2012
Corrected the svn repo address
# Branch the trunk into your workspace under a directory with a proper name, lets call the directory ''"CommentingCFrame"''
#* Right click on '''trunk''' in '''locdir''' and under "TortoiseSVN" sub-menu click on "Branch/tag"
#* Click on the button at right side of '''To URL''' and browse and find your '''workspace''' under branches directory (i.e. ''svn://zenit.senecac.on.ca/oop344_113repXXoop344_121repXX/branches/stdId'') and select it.#* Add the branch name to the end of the selected path: <big><pre>svn://zenit.senecac.on.ca/oop344_113repXXoop344_121repXX/branches/stdId/CommentingCFrame</pre></big>
#* In '''Log message''' type ''"Branching to add comments to CFrame methods"''
#* Leave the rest of the options to remain as they are and click on ok.
#*: This will make a copy of trunk under your '''workspace/CommentingCFrame''' on the server.
#* Or you can issue the following commanline:<big><pre>svn copy svn://zenit.senecac.on.ca/oop344_113repXXoop344_121repXX/trunk svn://zenit.senecac.on.ca/oop344_113repXXoop344_121repXX/branches/stdId/CommentingCFrame -m "Branching to add comments to CFrame methods"</pre></big>
#* Note that the type of branching we use in this subject is called [http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.branchmerge.commonpatterns.feature Feature Branch]
# Update the repository to get the new branch on the local computer
1
edit

Navigation menu