How to delete a branch in TortoiseSVN?
There are several ways to do this, but after many years of working with Turtle, I found that deleting the repository through the browser is the least troublesome way.
Right-click on the working copy and open the Repo browser:

The browser looks like this:

Right-click on an item and select it to delete. You will then be asked to provide summary information about the commit. Enter the rationale and click OK.
Is it possible to simply delete the working copy of the branch and folder in the repository?
If you have a .svn branch, that is, only that branch with its own .svn folder .svn then technically there is no need to delete the working copy. The order of operation does not matter in this scenario.
Should I first delete the local working copy of the branch or delete the branch folder through the repository browser?
If the part you delete is checked as part of a larger tree — for example, you have entire /branches folders Issued in one place — I recommend that you delete the working copy updates via the Repo browser and then SVN to pick up the deletion.
Stephen Kennedy Feb 13 '18 at 14:13 2018-02-13 14:13
source share