How to use CVS for the Unicommerce Server

  1. setenv CVSROOT /afs/ece.cmu.edu/class/ece841/public_html/team4/cvsroot
    - goto directory where you want to checkout the repository

  2. cvs checkout .
    - Make all your changes

  3. cvs update
    - cvs update will take care of merging if you need it

  4. cvs commit
    - Commits the repository.