Changes

Jump to: navigation, search

OOP344 Student Resources

997 bytes added, 13:19, 29 September 2011
SVN added doing a task to SVN from class notes.
* And [http://lmgtfy.com/?q=svn+hosts more], ranging from free to paid hosting.
NOTE: Seneca already provides us SVN hosting (SVN login and pass), all of our work academic work should be all there.
 
=== Doing a task in SVN ===
Below is a quick guide to follow to complete a task under SVN.
 
 
1. Create subdirectories in "branches" under your Seneca email ID. This is your ROOT.
Repo
|__ Branches
|__ SenecaEmailID
 
 
2. Create a subdirectory under your brach under the task name. (ex. BkSpcBug)
Repo
|__ Branches
|__ SenecaEmailID
|____ BkSpcBug
 
 
3. Update your branch to set the files in (BkSpcBug)
Repo
|__ Branches
|__ SenecaEmailID
|____ BkSpcBug
|_____file1.cpp
|_____file2.cpp
 
4. Start working on (BkSpcBug).
 
5. When complete (Bug Fixed).
 
5.1 Set the trunk status on the team page to: COMITTING by your Seneca ID.
 
5.2 Merge the branch (BkSpcBug) to Trunk.
 
5.2.1 Edit possible conflicts.
 
5.2.2 Set conflicts to resolved.
 
5.3. Recompile the trunk.
 
5.4 Set the trunk status on the team page to: COMITTED by your Seneca ID.
== Creating Projects in Visual Studio for Console Applications ==
1
edit

Navigation menu