> I would like to know if there is a way to checkout a previous version of >a file specifying *only* the version information. > > I know I can checkout previous tagged version, but my previous versions >are not tagged. I know I can checkout previous version based on date but I
You can use exactly the same command, just use the version number instead of the tag, so cvs co -r 1.5 file bye Fabi _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
