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 | LECTURES | LAB | SMTP HEALTH | HTML5 | CONTACT
Copyright © 2024 Pierre-Philipp Braun