logo.png

Operating systems :
WINDOWS
FEDORA
SCIENTIFIC LINUX
DEBIAN

SWITCH

Tools:
CVS
TCPDUMP
NETCAT
NETBEANS
JAR
APPLET

Home Up


Contents



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

  • This php code based on the CRYPT function will crypt a new password.
  • Next you will have to put it in the CVSROOT/passwd file:
    huppert:$1$wPmUCqO0$GzVFOzLeXV872qr0PPpRN/:hess
    


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.

Home Up

This document is also available in PDF and PostScript format.



2016-02-15