> Hi, how do I get an older file if I didn't tag it? So say I have > version 1.1 and i just commited version 1.2, how do I checkout version > 1.1 again?
update -r 1.1 yourfile You should read the corresponding chapter on "update" in the manual. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
