User Tools

Site Tools


cvs:init

This is an old revision of the document!


Create a new CVSHOME

Create the directory you want to contain the repository, typically called CVSHOME.
Then run thw following command to initialize it:

cvs -d [CVSHOME folder] init

And now you are ready to put some code in there.

Example:

mkdir /mnt/data/CVSHOME
cvs -d /mnt/data/CVSHOME init
cvs/init.1195205380.txt.gz · Last modified: 2007/11/16 10:29 by deva