CVS (cont)
To set up a repository:
export CVSROOT=/home/jas/repository; cvs init
# or
cvs -d /home/jas/repository init
|
Setting $CVSROOT makes cvs commands much simpler.
The effect of init is to:
- create a directory
/home/jas/repository , if doesn't exist
- create a
CVSROOT subdirectory, containing cvs data files
|