将主干合并到分叉分支
希望这是有道理的:在 subversion 中,如果我对主干进行分支,然后分叉该分支,我可以将主干中的更改合并到分叉分支中吗?
Hopefully this makes sense: In subversion if I branch a trunk and then fork the branch can I merge changes from the trunk into the forked branch?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这实际上与从主干合并到“常规”分支没有太大区别。 唯一的区别是,分枝的枝条将扎根于树枝而不是主干。 如果您使用具有合并跟踪功能的 Subversion 1.6,您可以执行以下操作:
This is really not very much different from merging from trunk into a "regular" branch. The only difference is that the branched branch will be rooted in a branch instead of trunk. If you're using Subversion 1.6 with merge tracking, you can do: