Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Whats the difference between “cvs checkout” and “cvs update”?

cvs update difference
0
10 Posted

Whats the difference between “cvs checkout” and “cvs update”?

0
10

Doing a cvs checkout creates an initial local copy of the repository files. You only do this once when you first start working with this repository. Update examines the files in the repository and attempts to bring your local copy up to date. It does not change files in the repository. If changes have been made to repository files that you have not changed since your last update (or checkout) then these changes are made in your local copy. If both the local copy and the repository copy have changed, cvs tries to merge the changes. If the changes affect different parts of the file the merge happens automatically and you are informed. If the changes affect the same sections of the file then cvs warns you that it can’t do the merge automatically and your intervention is required to resolve the conflict.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123