0

I have made a checkout from Trunk, made changes and committed the changes back to the trunk. Now, I want apply those changes to a branch as well. Can I switch my working copy to that branch and then commit those files that have changed to the branch? I do have the list of the files that I have changed, and thus I know which files to commit. But I want to see if switching my local copy to that branch is the way to go.

4

2 回答 2

9

您需要将主干更改合并到分支中。

这是一个非常常见的用例,我敦促您阅读 SVN 手册中有关分支和合并的整章,以便了解您需要在这里做什么以及为什么。

于 2013-08-06T14:25:23.050 回答
1

只要您的分支是由主干(或主干的分支)制成的,您就可以将更改合并到您的分支中。更多信息在这里

于 2013-08-06T14:27:43.830 回答