将分支合并到工作副本中?

发布于 2024-11-19 14:35:27 字数 250 浏览 4 评论 0原文

我正在使用 Subversion 来管理 Web 应用程序的代码。有共享的开发/QA 服务器,每台服务器都是项目主干的工作副本。

为了将更改推送到这些共享站点,我将从分支(每个分支都与主干保持同步)合并到工作副本中。

很多时候,我在源分支中未修改的文件上遇到冲突。另外,我在添加到主干但未添加到分支的项目上遇到树冲突...为什么不直接跳过它?

我知道合并到工作副本可能不是一个好主意,但共享环境是一个要求。

我做错了什么?

I am using Subversion to manage code for a web app. There are shared dev/QA servers and each one is a working copy of the trunk of the project.

In order to push changes to these shared sites I am merging from branches (each of which is up to date with trunk) into the working copies.

Many times I get conflicts on files that are not modified in the source branch. Also I'm getting tree conflicts on items added to the trunk but not added to the branch... why isn't it just skipping that?

I'm aware that merging to working copies is probably not a good idea but the shared environments thing is a requirement.

What am I doing wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橪书 2024-11-26 14:35:27

从那以后,除了发布分支之外,我还一直使用环境分支。

I have since been using an environment branch in addition to release branches.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文