合并回主干并包括对外部的修改
在我的 svn 存储库中,我有一个主干,上面有一组外部资源。我创建了一个分支,它也有自己的一组与主干相对应的外部组件(将所有内容复制到新位置并以与主干相同的方式引用它,只是网址不同)。现在我正在尝试将所有更改合并回主干,包括我对外部所做的更改。我不知道该怎么做。
In my svn repository, I have a trunk that has a set of externals on it. I have made a branch that also has it's own set of externals corresponding to the trunk (copied everything to a new location and referenced it the same way as the trunk, just different url). Now I am trying to merge all of my changes back into the trunk, including the changes I have made to my externals. I can't figure out how to do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您需要在外部的根部执行单独的合并。
所以,如果你的主要合并看起来像这样:
你还需要做
I think you'll need to perform a separate merge at the root of the externals.
So, if your main merge looks like this:
You'll also need to do