Donald Gates writes: > > Just how does one delete a branch from the repository? (I created one by > mistake and now I would like to remove it to keep the repository "clean".)
As long as you haven't committed any revision on the branch, all you have is a tag; just delete it with "tag -d". If you have committed revisions on the branch, you can delete them with "admin -o", but be careful: it's tricky to get right and there's no way to undo it if you screw up. -Larry Jones Hey Doc, for 10 bucks I'll make sure you see those kids in the waiting room again real soon! -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
