>>>>> "Sandra" == Sandra Wittenbrock <[EMAIL PROTECTED]> writes:
Sandra> I created a branch a bit earlier than I should have. (The developers
Sandra> were still all working on the build related to the branch, and checking the
Sandra> changes into the trunk.)
Sandra> If I had merged the branch right away, would I then have been able to create
Sandra> a branch with the same name further up the trunk?
You'd have to either delete the branch tag explicitly before using tag
-d, or use tag -F which overrides an existing (branch) tag.
Be careful to check that nobody has checked out the branch.
Joerg