Configuring CVS
- Specifying a Local Repository
- Either set CVSROOT, ex: "setenv CVSROOT
/homes/b/tkarkani/Repository"
- Or specify with -d, ex: "cvs -d
/homes/b/tkarkani/Repository checkout ..."
- Creating a Repository
- Run cvs init
- Now projects can be imported, etc.