Setting up a Development Server (3/4)

May 2006 Posted by Allan Tan

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 [...]

Related Posts with ThumbnailsRead more...
Copyright © 2010 Ideyatech, Inc. All Rights Reserved.