Phil Labonte writes: > > I have a bunch of files that are part of a project. Now in the futur if > I want to see, based on the revision of any file in that project what > the revisions of all the other files were at that time, is there a way > to do that?
Tag configurations that you're likely to want to return to in the future. > Or better yet, if I want to check out a previous version of one of the > files how could I check out the corresponding versions of the other files. "Corresponding" is a nebulous concept without a tag, but you could always check the revision log of the file in question to find the date and time that it was created and then do a checkout or update -D to get all the files as of that time. -Larry Jones OK, there IS a middle ground, but it's for sissy weasels. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
