- Add a user ‘cvs‘ and a group ‘cvs‘
#useradd -M -s /sbin/nologin cvs
#useradd -M -s /sbin/nologin anonymous - Edit /etc/group to add another user to cvs group
#vi /etc/group
cvs:x:502:user1,user2,anonymous - Check whether the following 2 lines has been added on file /etc/services
cvspserver 2401/tcp
cvspserver 2401/udp
If can’t find, you have to add the lines.
Feb 6, 2008
Setting CVS Server
Posted by Heriman under tutorial | Tags: cvs, linux, server, tutorial |Leave a Comment