Search code examples
cvsrevert

How do I revert a modified file using CVS?


I have checked out a file from CVS repository and changed it.

cvs up command says that the file is modified M.

I need to delete my changes. What cvs command can do it for me?


Solution

  • You use

    cvs update -C filename