-----------------------------------

CMSC 435
Software Engineering - Fall 1998
Benjamin B. Bederson

-----------------------------------

Using CVS


1. You should change your repository permission to rwx
2. You should change permission of directories on the path to the repository
    to rx <--- Important
3. Check your .rhosts file (in your aits machine)
      oreo.cs.umd.edu      XXXX
      oreo.cs.umd.edu      YYYY
      your remote client   your id of the remote client machine
4. In your remote client, check your CVSROOT env. variable.
      setenv CVSROOT   bb435xx@atis:/home/fcmsc435bb/bb4354xx/repos
                       ^^^^^^^^^^^^ Important...
5. If you have stty related error, erase stty set in your .login and .cshrc
 



Back to Course Page.