The procedure is as follows:
1. download and install the latest version on the official website of CVS. official homepage:Http://www.march-hare.com/cvspro/
2. Start the CVS service and create a CVS library.
3. Under the cvsroot directory of the created CVS library, create a new file and name it passwd. Add the following content to the file:
Bluelazysb: Administrator
There are three parts in total. The user name, password, and local user are separated by the colon.
User name: the user name used to log on to CVS.
Password: the user's password, which must be encrypted. If it is empty, the password is empty.
Local User: the local user corresponding to the alias of the CVS user (there is no other relationship with the local user, just the relationship of the alias)
4. Create a new file in the same directory of the passwd file and name it Admin. Add the user of the Appeal bluelazysb to the file.
5. Find the checkoutlist file in the same directory and remove the read-only attribute. append a row to the file with the content Admin. Then the read-only file can be restored.
6.Modify the systemauth = no in the config file in the same directory. So far,Directly use the CVS account to log in.
Attached detailed reference link: http://javasky.bloghome.cn/posts/44034.html