Changes

Jump to: navigation, search

Development and submission steps using SVN - OOP344 20121

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

Navigation menu