If the latest revision in my repository(my_cvs) is Ver_1_5, I want to checkout an older revision(Ver_1_2) to a new place, what should I do? Are the following two steps OK?
cvs checkout my_cvs cvs checkout -r Ver_1_2 my_cvs Is there any better way to checkout old revision of my_cvs? Thanks a lot.:-) Xicheng _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
