简体   繁体   English

与TFS脱机工作时存在哪些问题及其解决方案?

[英]What are the problems and their solutions when working off-line with 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 ). 由于与我办公室的TFS服务器的连接不稳定,因此我经常以脱机模式使用代码(以下是快速脱机工作的方法 )。

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? 因此,我的问题是,使用TFS脱机工作时会出现什么问题? And their solutions/notices to get back to online codes? 以及他们的解决方案/通知以返回在线代码?

If you want to insure that you will not have to merge, you can check out a file or files with the lock option. 如果要确保不必合并,可以使用lock选项检出一个或多个文件。 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 . 文档在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 NuGet导致TFS授权问题 - NuGet causing TFS authorization problems Visual Studio可以等到我下线显示问题吗? - Can Visual Studio Wait Until I move off the line to show me problems? 使用大型解决方案时,如何防止Visual Studio 2010崩溃? - How do I stop Visual Studio 2010 from crashing when working with large solutions? TFS 2010 多种解决方案和带有门控签入的构建 - TFS 2010 Multiple Solutions & Build with Gated Check-in 什么时候沙盒解决方案在Sharepoint中更受青睐? - When is Sandboxed Solutions preferred in Sharepoint? 使用TFS 2010构建WCF项目时遇到的问题 - Problems Building a WCF Project with TFS 2010 TFS - 当先前的TFS不再可用时,将解决方案重新绑定到新TFS - TFS - Rebinding solution to new TFS when prior TFS no longer available .NET中的并发分析有哪些好的解决方案? - What are good solutions for concurrency profiling in .NET? 使用多个TFS项目时,是否需要父团队项目来对其进行规则? - When working with multiple TFS projects, do I need a parent Team Project to rule over them? TFS + VS 2010是否支持脱机工作并在线时智能协调? - Does TFS + VS 2010 support working offline and reconcile intelligently when online?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM