How do I delete a branch in TortoiseSVN?
Repository Browser
be removed?Find the branch folder you want to delete, right-click it, and select "Delete." Enter your commit message, and you're done.
To remove a file from a Subversion repository, change to the directory with its working copy and run the following command: svn delete file… Similarly, to remove a directory and all files that are in it, type: svn delete directory…
Because branches and tags are ordinary directories, the svn move command can move or rename them however you wish.
Right click on any folder, select "Repo-browser" and find your branch on the left panel. From there, you can issue a "Delete" command directly on the repository:
As far as I know, you cannot issue a delete command on the top folder* of the working copy, probably because that would effectively destroy the working copy.
(*) You can of course remove the branch from the working copy if it's an inner folder, i.e., you check out e.g. https://svn.example.com/repo/project/branches
instead of https://svn.example.com/repo/project/branches/feature-blah
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With