Greg Kilfoyle <[EMAIL PROTECTED]> wrote: > In two separate instances there was code imported into our cvs repo > which had the vendor tag argument set to an existing branch tag. Clearly > this was a mistake, but I'm wondering if there is any way to fix it.
Ouch. > In one case the branch tag is no longer used, so it doesn't cause any > problems. In the other case, the branch tag is in active use and any > time a change is made to one of the imported files on the branch, it > magically appears on the trunk. I think you need to use 'cvs admin -b' to reset the default branch to 1.1.1 or to the trunk, file by file. To clean up the branch it self, you could use 'cvs admin -o' to remove the incorrect imports. Or you could restore your repository from backups :-( -- pa at panix dot com _______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
