1 Administration
CVS configuration files are in the CVS module CVSROOT.
In order to update it you fist have to check-out it, modify it and finaly to commit the changes.
Because CVS is not implemented as a serveur (it is served via xinetd ), there is no need to explicitely reload the configuration.
$ cvs -d cvs -d :pserver:roche@lpnp90.in2p3.fr:/home/cvsroot login
$ cvs co CVSROOT
$ cd CVSROOT
...
$ commit
1.1 Howto change passwd
1.2 Howto add user priviledges
The priviledges are store in the CVSROOT/avail file:
unavail ;; lock whole repository
avail |denauroi, roche ;; allow total access
avail |roche, huppert |nectar
comment: only roche and denauroi are allow to commit the CVSROOT module.
|