Sunday, August 5, 2007

starting a new cvs repository

here is what I had to do to start a new cvs repository:

cvs -d /var/lib/cvsd/garland init

add line: ' Repos /garland' to /etc/cvsd/cvsd.conf

create: /var/lib/cvsd/garland/CVSROOT/passwd with appropriate entries.

change ownership: chown -R cvsd /var/lib/cvsd/garland

No comments: