Switch cvs users in myeclipse, and switch cvs from myeclipse
Because we used the cvs account of another colleague, we need to switch to another account to log on to the account. The specific solution is:
1. window --- show view --- cvs repositories and the project path appears. Right-click properties on the path where you need to update the account and password, and then you can modify the user name and password on the pop-up page. Click OK.
Cvs in myeclipse rejects connection
Check whether your IP address or port configuration is correct,
Check whether the cvs server service has been started.
Check that the directory of the cvs service is the same as yours,
Is your cvs user password directly used by the System user? Do you need to change the password before you can use it?
That's all I can think.
How to use the project team for version control after using CVS in myeclipse
First, add your project to cvs, and other users can download a copy from cvs for editing, and use the implementation and update operations to synchronize the version library!