我们在TFS中有两个分支(标准和企业),其中许多文件是通用的。我们如何管理两者的变化?

发布于 2024-09-25 07:53:07 字数 241 浏览 3 评论 0原文

对于同一应用程序,我们在 TFS 中有两个文件夹结构(两个独立的分支)。一个分支管理普通桌面应用程序,另一个分支管理客户端-服务器架构。 后者有额外的功能。除了少数文件外,大多数文件在分支之间是通用的。

如果我们需要改变,我们就必须在两个结构中进行。我们希望通过使用通用文件的单个副本来最大限度地减少这种情况。有没有什么方法可以将所有常见文件保存在一个文件夹结构中,并将与应用程序相关的文件保存在不同的文件夹中,并且仍然构建解决方案而不出现任何问题?

We have two folder structures in TFS(two separate branches) for same application. One branch managing normal desktop application and another with client-server architecture.
The later one has extra features. Apart from few files, most of the files are common between the branches.

If we have a change, we have to do it in both the structures. We want to minimize this by using single copy of common files. Is there any way we can keep all the common files in a one folder structure and application-related files in different folder and still build the solution with out any issues?

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

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

发布评论

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

评论(1

清音悠歌 2024-10-02 07:53:07

为什么必须对这两个结构进行更改?分支通常允许您合并分支之间的更改,而无需太多手动操作。请参阅分支和合并入门开始吧。

如果您将 Enterprise 文件夹作为主分支,并在此处进行更改,则可以定期将更改移植到更简单的标准分支。

Why do you have to make changes in both structures? Branches typically allow you to merge changes between branches without much manual labour. See the branching and merging primer to get started.

If you make the Enterprise folder your main branch, and make your changes here, you can port your changes on a regular basis to the simpler Standard branch.

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