Under what circumstances would this or would this not be safe? I have a branch that has a four changes (no file add or deletes). Would this be safe to delete?
Edit: The reason for wanting to delete it is that it was misnamed and is going to lead to confusion.
I believe that CVS won’t actually delete the branch, it will just remove the tag from the branch — so the branch is still present in each ‘,v’ file that is affected, it just won’t be trivially accessible any more. The result is weird, but probably not dangerous.