如何在 TFS 中保留冲突文件的本地版本?
我从我的 TFS 服务器中执行了“获取全部”,并且存在几十个冲突。我想保留这些文件的本地版本,但我唯一的选择是“覆盖本地版本”。我如何告诉它保留我的本地副本?
I did a Get All from my TFS server, and there are a few dozen conflicts. I'd like to keep the local versions of these files, but the only option I'm given is "Overwrite Local Version". How do I tell it to keep my local copy?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
TFS 将尝试自动合并更改。如果无法这样做,则表明存在冲突。通常,您会看到一个选项,用于覆盖服务器版本、保留本地版本或手动合并更改。
TFS will try to merge the changes automatically. If it is unable to do so, then it will have show there is a conflict. Typically you'll see an option for the overwrite with server version, keep local version, or do a manual merge of the changes.