Open main menu

CDOT Wiki β

Changes

Console UI Core Classes - OOP344 20113

556 bytes added, 15:15, 11 October 2011
Learning how to branch and merge
#*: 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_113repXX/trunk svn://zenit.senecac.on.ca/oop344_113repXX/branches/stdId/CommentingCFrame -m "Braching to add comments to CFrame methods"</pre></big>
# Now update Update the repository to get the new branch on the local computer
#* Right click on '''locdir''' and click on "SVN update"
#* Or you can issue the following commandline:<big><pre>svn update locdir</pre></big>
# Now open '''CommentingCFrame''' workspace and start working on your task and comment the methods assigned to you.
# After the work is complete, (tested and compiled and run) commit your work to the repository
#* Right click on '''CommentingCFrame''' and click on '''SVN Commit'''
#* In Commit Dialog box write a short description (few words) to explain what is being committed and click on ok.
#* Or you can issue the following command:<big><pre>svn commit locdir\branches\stdId\CommentingCFrame -m "Added commnets to
foo() and faa() methods"</pre></big>
=Testers=