TFS总是提示没有冲突的文件解决冲突!
当我尝试在任一方向上合并基线和开发分支时,我有 3 个文件总是产生合并冲突。当合并工具打开时,文件中没有冲突,我只需单击“确定”即可。但下次合并时又会发生这种情况。我该怎么做才能让 TFS 意识到一切都没有改变!越来越令人沮丧了。谢谢。
I have 3 files that are always producing merge conflicts when I am trying to merge between the baseline and my development branch in either direction. When the merge tool opens, there are no conflicts in the files and I just click ok. But it will happen again next time I merge. What can I do to get TFS to realize that NOTHING HAS CHANGED! It is getting frustrating. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
常见原因包括:
虽然这些案例看起来无伤大雅,但 TFS 让您注意这些案例的做法过于保守。如果您只关心项目的路径或内容确实相互冲突的情况,请使用“自动合并”按钮。为了防止这些类型的冲突无限期地级联,请选择 AcceptTheirs 解决方案(在 2008 客户端 UI 中又称为“从源复制项目”)。
Common reasons include:
While these cases seem innocuous, TFS errs on the conservative side by bringing them to your attention. If you only care about cases where the items' path or contents are truly in conflict with one another, use the AutoMerge button. To prevent these types of conflicts from cascading indefinitely, choose the AcceptTheirs resolution (aka "copy item from source" in the 2008 client UI).