CVS user rights management is very inconvenient, is there a good solution?

After successful installation of cvs, the user defaults to the system user

Set in the dos window

set cvsroot=:pserver:[email protected]:/cvs warehouse (hostname such as Administrator, cvs warehouse such as cvs_database)

cvs login ( prompt for a password, which is the computer's power-on password )

cvs passwd -r  hostname -a test (add test user)

After adding the user, the login to the test user is unsuccessful, and the test account cannot be connected to the IDE (eclipse) normally. However, after the test user is created in the operating system, eclipse can successfully connect to the test user. Is there a way to configure it directly in cvs instead of in Create a new user in the system to use the user management function of cvs?

 

Other common commands

   cvs lsacl View permissions
   cvs ls View accessible warehouses
   cvs passwd -r administrator -a mini Add user mini and bind to administrator mini is the user, then you will be prompted to enter this user password

   Add a new user [aaa]: cvs passwd -a aaa Enter, set password, OK, complete.
   Bind [aaa] to [Administrator]: cvs passwd -r administrator aaa Enter, set password, OK, complete
   twice input The password can be different, but the password entered for the second time is the final password.
   Delete user [aaa]: cvs passwd -x aaa Enter, OK, complete

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327073517&siteId=291194637