How the CVS client is used in eclipse
Basic situation: In Eclipse has been self-contained CVS client plug-in, directly can link to the CVS server, but need to pay attention to the link information, must be with the previous on the CVS server, set the information consistent;
How do I link a CVS server?
In Eclipse, select an existing project, such as: Testng_workspace (one of My Learning project names), as shown in:
When the tab is selected, the system pops up with the corresponding dialog box, as shown in:
In the corresponding information field, enter the corresponding basic information, such as: Host address information, Repository Path, account and password information, link selection type and other information; Click Next to complete the operation; sometimes it happens:
Enter the correct password also link is not successful, this time, need to restart the next eclipse, generally after restarting, you can succeed, if the link is not successful, then you need to check your account and password, is correct. Also note that your file name is correct;
Finally, if the link succeeds, the basic CVS client operation is complete, as shown in:
If you have other needs, you can refer to the CVS client's official manual;
Java Automation Test Growth diary-CVS client and server installation and deployment 2:cvs client configuration and basic usage (application in eclipse)