Difference between revisions of "Development and submission steps using SVN - OOP344 20111"

From CDOT Wiki
Jump to: navigation, search
(Resources)
(Checkout team repository)
Line 1: Line 1:
 
{{OOP344 Index | 20111}}
 
{{OOP344 Index | 20111}}
==Checkout team repository==
+
==Checkout team repository ==
 
# create a directory on the local machine (this happens usually only once on each workstation for development)
 
# create a directory on the local machine (this happens usually only once on each workstation for development)
 
# checkout the repository into the directory
 
# checkout the repository into the directory
 
#: using GUI (TortoiseSVN) right click on the directory and select '''SVN Checkout'''
 
#: using GUI (TortoiseSVN) right click on the directory and select '''SVN Checkout'''
 
#: by doing this you have a copy of the whole repo on your computer.
 
#: by doing this you have a copy of the whole repo on your computer.
 +
 +
== Create your workspace ==
 
# create a directory in branches using your seneca id
 
# create a directory in branches using your seneca id
 
#: add this directory to the repository (right click on the dir and select '''TortoiseSVN/add)
 
#: add this directory to the repository (right click on the dir and select '''TortoiseSVN/add)
 
#: commit this dir to repo so it will be saved on the server (right click on the dir and select '''SVN Commit'''
 
#: commit this dir to repo so it will be saved on the server (right click on the dir and select '''SVN Commit'''
#: note that this dir is referred as your '''workspace'''  
+
#: note that this dir is referred as your '''workspace'''
  
 
== Resources ==
 
== Resources ==
 
* [[Hints for Using SVN to collaborate on school projects]]
 
* [[Hints for Using SVN to collaborate on school projects]]

Revision as of 09:46, 28 January 2011


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources

Checkout team repository

  1. create a directory on the local machine (this happens usually only once on each workstation for development)
  2. checkout the repository into the directory
    using GUI (TortoiseSVN) right click on the directory and select SVN Checkout
    by doing this you have a copy of the whole repo on your computer.

Create your workspace

  1. create a directory in branches using your seneca id
    add this directory to the repository (right click on the dir and select TortoiseSVN/add)
    commit this dir to repo so it will be saved on the server (right click on the dir and select SVN Commit
    note that this dir is referred as your workspace

Resources