William Brower writes: > > I want to tag (er, rtag) files that live on a branch on a specific date. > It looks like I can't use both -r and -D in rtag which is how I would > think I'd have to do it, like:
Although -r and -D are incompatible (at the moment) for tag and rtag, they aren't incompatible for checkout and update. So, you need to use one or the other to get a working directory with the correct revisions in it and then tag it. -Larry Jones Girls are like slugs -- they probably serve some purpose, but it's hard to imagine what. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
