How to rename a branch created from a chest?

I want to “rename” the SVN branch and after the “renaming” has been done, the original branch name should no longer exist in the branches, i.e. like renaming a directory / file.

I searched and received only such results as: First go to delete, and then recreate from trunk ... bla, bla, bla, etc. which did not meet my requirement.

NOTE . I would like to use the TortoiseSVN client for this, if possible.

+4
source share
1 answer

Copy the branch to the new name, then delete the old one.

In TortoiseSVN you can:

  • > TortoiseSVN > Repo-browser
  • ,
  • >
+9

Source: https://habr.com/ru/post/1612394/


All Articles