TFS 2010 中单个文件的自动独占检出
我在与其他开发人员检查 edmx(实体框架)文件时遇到问题,因为不同开发人员所做的更改无法自动合并。
有没有一种方法可以从 TFS 配置自动独占检出,以便一次只有一个人可以处理该文件?
我正在寻找一种仅适用于整个解决方案中的一个文件(而不是所有文件)的解决方案。
I am having problems with my fellow developers checking out edmx (Entity Framework) files, in that changes made by different developers can't be auto merged.
Is there a way to configure an automatic exclusive checkout from TFS, so that only one person can be working on that file at a time?
I'm looking for a solution that applies only to one file in the entire solution (rather than everything).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道每个文件,但无论如何,听起来您想要每个文件类型,这是支持的。
在连接到 TFS 时从 VS 转到
Team |团队项目集合设置|源代码管理文件类型...
,然后为 edmx 文件添加新的文件类型,并选中“启用文件合并和多重签出”复选框取消选中。I don't know about per-file, but anyway it sounds like you want per-file type, which is supported.
From VS while connected to TFS, go
Team | Team Project Collection Settings | Source Control File Types...
, then add a new file type for edmx files with the 'Enable file merging and multiple check out' checkbox unchecked.