Delete a branch

前端 未结 3 2014
长发绾君心
长发绾君心 2021-02-01 00:27

How do I delete a branch in TortoiseSVN?

  1. Can I simply delete the working copy of the branch and the folder in the repository?
  2. Should the local working cop
3条回答
  •  天命终不由人
    2021-02-01 01:22

    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.

提交回复
热议问题