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?
Yes, use the -f
option.
cvs commit -f -m 'commit message' file