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.

How to revert changes?

changes revert
0
Posted

How to revert changes?

0

The fast (and history-friendly) method for backing out a CVS commit is the use of the join flag of the update command. You supply the last version you committed (and probably messed up) with the first and the version you want to back out to with the second flag. Example given: cvs update -j 1.17 -j 1.16 ceval.c cvs update cvs commit ceval.c This example would create and apply a reverse patch from revision 1.17 to revision 1.16 of ceval.c.

Related Questions

What is your question?

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