Commit changes to a different branch than the currently checked out branch with subversion

后端 未结 3 1098
北荒
北荒 2021-01-29 22:59

I\'ve been working on code checked out from the development line and discovered that the changes made might be breaking changes and need to be moved to an experimental branch be

3条回答
  •  佛祖请我去吃肉
    2021-01-29 23:24

    You can create a new branch directly from your working directory and switch the working directory to that branch.

    The commands are svn copy and svn switch

提交回复
热议问题