Objectives
After completing this tutorial, you will be able to:
- Setup CVS
- Be able to put a project under CVS
- Be able to use CVS.
- Understand how and why branching is useful.
Before starting this tutorial, you should:
- Know how to create directories and copy files.
- Have an account on the Cobra Cluster, or another machine with CVS installed.
- If using the Cobra Cluster, Add /class/bfennema/bin to your command
path.
[For csh/tcsh: set path=(/class/bfennema/bin $path)]
[For sh/bash/ksh: PATH=/class/bfennema/bin:$PATH;export PATH]
- Setup netscape and a window open to a machine on the cobra cluster next
to each other.
- Since CVS uses RCS, doing the RCS tutorial would probably be helpful