How to rename an SVN branch and update references in an existing sandbox?

后端 未结 3 1367
自闭症患者
自闭症患者 2020-12-24 10:37

I needed to rename a SVN branch, so I did:

$ svn move https://server/repos/myrepo/branches/oldbranch \\
    https://server/repos/myrepo/branches/newbranch
<
3条回答
  •  感动是毒
    2020-12-24 11:16

    If you had simply wanted to rename a SVN branch in Eclipse, the easiest would have been to go into the SVN Repository Exploring Perspective, and then right click on your branch -> Refactor-> Rename

提交回复
热议问题