TFS离线工作时存在哪些问题及解决办法?

发布于 2024-09-30 17:22:24 字数 277 浏览 5 评论 0原文

由于与我办公室的 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 技术交流群。

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

发布评论

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

评论(1

静若繁花 2024-10-07 17:22:24

如果您想确保不必合并,您可以使用锁定选项检出一个或多个文件。当您锁定该文件时,这不允许任何人签入或签出该特定文件。

请注意,如果同事需要编辑同一文件,这可能会影响他们的工作效率。

文档位于此处

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.

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