Codebase Tools: CVS

Eclipse has a built-in CVS client, and its server-side configuration is as follows:

1. Install cvs-nt, search and download

2. Add the code base in the Control Panel,

image

2. If the report says that it is not a valid 32-bit program, you can check whether there is CVSNT Server in the control panel

image

3. Add a cvs account, you can add an account with the same name as the system administrator

By default, system users can access, which is to establish several cvs accounts first (configuration path includes cvs installation path, cvsroot is the code base path)

cvs passwd -r sysadmin -a codebase account name

4. Connect the code base and check out CVSROOT

Host:localhost

Repository path:/root

User: system administrator

Password: System administrator password

5. Add the admin file, one cvs account name per line (they can check out the CVSROOT directory, but ordinary accounts cannot), submit

6. Change the checkoutlist, add [space] admin comment text, submit

7. Change config, change the second line to SysAuth=no (only use cvs account to connect), submit (need to be after 5 and 6), then only the account in admin can check out the CVSROOT directory

8. You can still add a cvs account afterwards (same as 3)

9. LAN connection problem: there may be a firewall problem, try adding port 2401.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326433512&siteId=291194637