Setting up a Development Server (3/4)
May 2006
—
CVS Install CVS via yum. Setup the listening port. Make sure the following lines exist in /etc/services cvspserver 2401/tcp Create file named cvspserver under /etc/xinetd.d with the following contents: service cvspserver { socket_type = stream protocol = tcp wait = no user = root server = /usr/bin/cvs server_args = –allow-root=/home/cvs pserver } Make sure to [...]




