Work offline in Team Foundation Server

前端 未结 7 1107
谎友^
谎友^ 2020-12-10 00:23

Is there a way to set \"work offline\" in TFS without having to try opening a solution, waiting for it to time out, and then having Visual Studio work out that it has failed

7条回答
  •  庸人自扰
    2020-12-10 00:51

    Here's the solution for VS 2008 with TFS

    1. Navigate to Visual Studio Menu ---- File > Source Control > Change Source Control > Click on Solution/Project > Check/uncheck the project checkboxes > Click 'Unbind' button at the top.

    This makes your complete solution or the selected project(s) in the solution Offline from the TFS.

    1. When you want to Go Online, follow the same steps and click the button 'Bind'

提交回复
热议问题