Search code examples
cvs

Is it possible to force cvs commit to unchanged file?


I need to do empty checkin to cvs repository with special message. I mean, I don't really need to do any changes in file but I need to have commit with special message. Is it possible?


Solution

  • Yes, use the -f option.

    cvs commit -f -m 'commit message' file