cvs tutor
Posted on .
# checkout
$ cvs -qd anoncvs@ftp5.eu.openbsd.org:/cvs get -P src
# update
$ cd src/
$ cvs -qd anoncvs@ftp5.eu.openbsd.org:/cvs up -Pd
# checkout module
$ cvs -qd anoncvs@ftp5.eu.openbsd.org:/cvs get -P src/usr.sbin/dhcpd
# update module
$ cd src/usr.sbin/dhcpd
$ cvs -qd anoncvs@ftp5.eu.openbsd.org:/cvs up -Pd