Configuration process for CVS version control under Linux system

Source: Internet
Author: User

A possible online information is everywhere, because I also always forget, I will be the basic steps to write.

1.root Landing,/etc/services Cvspserver 2401/TCP presence confirmed

2./etc/xinetd.d/under the Cvspserver new rules made (file name can be changed), content:

service cvspserver
{
#port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv = PATH
server = /usr/bin/cvs
server_args = -f --allow-root=/var/cvs pserver
}

3.service xinetd Restart or/etc/init.d/xinetd restart command Restart service

4.chmod 0777–r/var/cvs Authorization

5.cvs init or cvs-d/var/cvs/init initialize CVS

6.useradd username Append user Username, passwd username Modify user Username password

7.groupadd CVS append user group CVs

8.usermod-g Cvsusername User group to modify user username for CVS

9.chgrp-rcvs/var/cvs

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.