ADFH writes:
> 
> If X is at version 1.21, and I want to go to version 1.20, make some
> changes, and then commit the file back as 1.22, how do I go about it?

        cvs up -A file              # get the current revision of the file
        cvs up -j1.21 -j1.20 file   # back out the unwanted changes
        vi file                     # make whatever other changes you want
        cvs ci file                 # check it in

-Larry Jones

He's just jealous because I accomplish so much more than he does. -- Calvin


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to