Am working on a project where revision management is handled with RCS. Let's say that rev 2.2 of a particular file is the rev most recently checked in. I noticed that a while back the wrong file was checked in as rev 2.0. I want to replace the wrong file with the right one. But when I try to check the correct file in as rev. 2.0, I get the error ci: RCS/the_code,v: revision 2.0 too low; must be higher than 2.2
I've tried a few different flags, all with the same result. Any idea how I can do this? Thanks.