Open main menu

CDOT Wiki β

Changes

BTP300 Project Requirements 20113

264 bytes added, 13:17, 5 October 2011
Stage 2
Before starting stage 2, read [[Hints for Using SVN to collaborate on school projects]] and do the following:
# Update your team's wiki page with your team's repository path information under '''Repo Path'''# Add assignment 1 to the trunk of your team's repositoryas follows
## Checkout your team's empty repository to a new directory on a local computer
## Create the branches, tags, and trunk subdirectories under this new directory## Under the branches subdirectory create a sub-subdirectory for each team member## Under the sub-subdirectory for one of the team member's branch members create a new sub-sub-subdirectory named '''assignment_1'''## Copy the code for assignment 1 into this directory, compile it and run it. Once it runs successfully, you are ready to add it to the repository server## Move to the head of the repository directory and add this the new directory structure along with the source code for the assignment by right clicking on '''...SVN/Add'''and checking the folders and files to be added## Commit the directory structure to the repository server by right clicking on '''SVN Commit'''. Add the comment "Created Directory Structure"## Add the code for and added assignment 1 to the assignment_1 subdirectory under branches, compile it, and run it. Once the assignment runs successfully, add it and then commit it to the repository server"
## Branch the committed assignment to '''trunk'''
# Each team member can now start working on their own taskversion of the code in their own workspace## Checkout the repository to a your own local computer## Branch trunk to their your own workspace## Checkout their your workspace## Start working Work within that your own workspace## Commit your code at the end of each session### Make sure to add descriptive comments to each commit### Uncommented commit will not be marked
<!--