TFS离线工作时存在哪些问题及解决办法?
由于与我办公室的 TFS 服务器的连接不稳定,我经常在离线模式下处理代码(这里是 如何快速离线工作)。
系统上线后我经常遇到的问题是合并步骤,这让我在代码上遇到了麻烦,无法将代码上线。我不明白为什么我一开始在线工作就没有出现同样的问题!
那么,我的问题是,使用 TFS 离线工作时会出现哪些问题?以及他们返回在线代码的解决方案/通知?
Since the connection with the TFS server at my office is not stable, I often work with the codes in offline mode (here's how to work offline quickly).
The regular problem I get after the system goes online is the merging step which makes me stumble around the codes to get the codes online. I don't understand why the same problem doesn't happen when I work online from the beginning!
So, my question is what are the problems when working offline with TFS? And their solutions/notices to get back to online codes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想确保不必合并,您可以使用锁定选项检出一个或多个文件。当您锁定该文件时,这不允许任何人签入或签出该特定文件。
请注意,如果同事需要编辑同一文件,这可能会影响他们的工作效率。
文档位于此处。
If you want to insure that you will not have to merge, you can check out a file or files with the lock option. This does not allow anyone to either check in or check-out on that particular file while you have it locked.
Understand that this could hamper productivity with fellow workers if they need to edit that same file.
Documentation is here.