Deleting an SVN branch

Viewed 147343

I created a branch of an SVN project called 'features', and now whenever I try to update said project, it brings with it a features folder, which contains another copy of the project from the branch.

Is there a way to remove the branch from the repository completely so that this doesn't happen any more?

7 Answers
Related