Jenny Lowe writes (quoting me): > > "After you've recreated the tag in all the files that had revisions > checked in on the branch, you can then use cvs tag to recreate it in > all the other files: > > cvs tag -b branch10" > > This will just create me a new branch rather than mark my old branch.
There *is* no old branch in those files. CVS doesn't really create a branch in the RCS file until you check changes in on it. Before that, the branch tag is all there is, and you've deleted that, so the old branch is completely gone. -Larry Jones I stand FIRM in my belief of what's right! I REFUSE to compromise my principles! -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
