Nitin Dube writes: > > I'm new to this. I have a file with version number 1.7 in the repository. > But I want the repository to go back to version 1.6, i.e. make 1.6 as the > latest version so that any fresh checkout will give the version 1.6. > Is it possible?
cvs update -j 1.7 -j 1.6 file cvs commit file -Larry Jones I must have been delirious from having so much fun. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
