Setting up a CVS server

Preliminaries

ubuntu

groupadd cvsadmin
vi /etc/group

Setup

cvs -d /cvsroot init
export CVSROOT=/cvsroot

create a user to serve the cvsroot to remote peer (so far only one) through SSH

useradd -m USER -g users USER
chown -R USER:users /cvsroot/
HOME | GUIDES | PLAYBOOKS | LECTURES | LAB | CONTACT | HTML | CSS
Licensed as MIT