Subversion: Can I checkout, modify, and then make it a branch?

后端 未结 4 1903
离开以前
离开以前 2021-01-30 15:57

I did a checkout from my trunk to a local DIR and made lots of local changes there. Now I don\'t want to commit it back to the trunk, but I\'d rather make a branch from this loc

4条回答
  •  渐次进展
    2021-01-30 16:07

    In my SVN client: TortoiseSVN it is enough to:

    • right click on the top directory I want to branch
    • in "To URL" select the branch directory in your repository
    • in the frame "Create copy in the repository from:" select "Working copy"

    done :)

    It is just like copying local version to specified repository url.

提交回复
热议问题