QuartzWare Logo








 

 

 

 

Subscribe To The Newsletter
"Timeless Software Solutions"
Team Planning Tracking Technical Deliverables Contact

 

Source Code Control Prodecure.


Initial Setup Of Your Cobra Account And Source Download:

  1. Telnet to boa.calpoly.edu or adder.calpoly.edu (or any other machine in the cobra cluster)
  2. Login
  3. Type 'pico .cshrc' (without the quotes)
  4. Add the following 2 lines of code to the bottom of the file, right below the other SETENV line:
  5. setenv CVSROOT ~team_6/cvsroot
  6. setenv RCSBIN /usr/local/bin
  7. Save the file: (press CTRL-X)
  8. Type "mkdir rbedit" to create a directory to hold source files
  9. Type "cd rbedit" to move to that directory
  10. To check out the source code and download the files to your accound, simply type: "cvs co ." (yes, the last character IS a period)

To Update Source Code:

  1. Login to your account at boa.calpoly.edu or adder.calpoly.edu (or any other machine in the cobra cluster)
  2. Navigate to your rbedit directory
  3. Type "cvs up" to update all files to the latest version
  4. Make changes and compile them to verify that they work. If desired, this is where you would download the files to your personal comp, make changes, test them, and then upload them back to cobra.
  5. Before committing your changes, type "cvs up" once more to make sure you have the latest files
  6. To commit changes and upload them to the repository, type "cvs com"
  7. Your source code changes will now be merged in with the rest of the program's code.

 

Document History:
2/1/01 - Document Created - Anthony Tomarchio

 

 

| home | team | planning | tracking | technical | deliverables | contact |

Copyright (c) 2000 QuartzWare. All rights reserved.
Site created by Anthony Tomarchio of Teknokratz, Inc.