RE: Deleting or Renaming a Branch
"Arthur Barrett" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
> I cut a branch from HEAD but did it several weeks too early. For a > variety of reasons, I don't want to merge the HEAD into this > branch and > would rather start again from scratch. Is it possible to delete a > branch and make as if it never existed? Barring that, is it > possible to > rename a branch so that I can create a new branch but reuse the name? Don't you just want to move the old branch to the new HEAD? cvs tag -F -b MY_NEW_BRANCH Regards, Arthur