Open main menu

CDOT Wiki β

Changes

Console UI Core Classes - OOP344 20113

905 bytes added, 12:48, 11 October 2011
Learning how to branch and merge
To prepare and learn how to contribute and also gain mark for your next release do the following exercise.
====Learning how to branch and merge====
Under construction (Incomplete)Objectives of this exercise it to be continuedlearn how to branch the trunk into your '''''workspace''''' and merge it back after task is done.This process is taken virtually every time you have a task to add code or documentation to the project:   # Go through the code in cframe and the description of cframe in this page and understand what it does. Then divide the methods of the cframe class# Create a directory on your computer in which you are going to '''checkout''' the repository into.#: this direcotry is where in, you are going to do your work and development. lets call this direcotory '''locdir'''# right click on '''locdir''' and select '''"SVN Chekcout"'''#* In '''"URL of repository"''' type the path to your repository like: ''svn://zenit.senecac.on.ca/oop344_113repXX''.#* Leave the rest to be what they are.#* Click on '''OK'''#* Or you can issue the following command line:
=Testers=