Open main menu

CDOT Wiki β

Changes

Development and submission steps using SVN - OOP344 20121

141 bytes added, 19:18, 19 January 2012
Checkout and prepare your team repository
{{OOP344 Index | 20121}}
==Checkout and prepare your team repository ==
# create a directory for your repo on your local workstation. Usually, you do this only once on each workstation that you use for development.# checkout the repository into the directory that you have created(the repo directory)
#: using TortoiseSVN (or other GUI) right click on the directory and select '''SVN Checkout'''
#: enter the URL of the team repository and click OK
#: you should see the files being added to your local repo directory. Click OK when completed.
#: you should now have a copy of the whole repo on your workstation.
# check that the copy your local repo directory contains sub-directories named '''branches''', '''tags''', and '''trunk'''. If not#: create these three sub-directories on your workstationunder the repo directory#: add them to the repository (right-click on their parent the repo directory, select '''TortoiseSVN/Add''', and click OK)#: commit them to the repo (right-click on their parent the repo directory, select '''SVN Commit''', add a note describing your change under log messageMessage, and click OK)
== Create your own workspace ==