Information about CVS (How do I use it?)


This is a very little introduction how CVS works and how you should and can use it. Please also read the documentation of CVS.

  1. Note: This description mainly covers the command line version of CVS. However, if you are using a GUI version, the steps are the same, but there might be some differences and problems.

  2. All CVS commands require a connection to the CVS server.

  3. Get CVS for your platform and install it. Please be sure to use at least version 1.10. Do not use CVS under different platforms on the same work source tree!

  4. Recommended settings for CVS (add to .cvsrc in your home directory):
      cvs -z3
      checkout -P
      update -P
      diff -c

  5. Login into the CVS Server:
  6. Get your work source tree:
  7. Do your modifications:
  8. To see what you or others have changed:
  9. Update your work source tree:
  10. Commit your changes: (only non-anonymous users)


If you find errors or have suggestions, please let me know!


Maintained by the BTXE-Team last modified: May 29, 2000