Trabajar sin conexión en Team Foundation Server


¿Hay alguna forma de establecer "trabajar sin conexión" en TFS sin tener que intentar abrir una solución, esperar a que se extinga el tiempo y luego hacer que Visual Studio averigüe que ha fallado?

Parece un toque ridículo que no pueda marcar una casilla para contarlo yo mismo, ya que probablemente soy el más calificado para saber cuando no estoy en la oficina!

Author: tags2k, 2008-11-24

7 answers

Ben Ryan tiene las regkeys que buscas en su blog:

La mayoría de estos controles también están integrados en las últimas Herramientas eléctricas :

C:\Users\Richard> tfpt tweakui /?
tfpt tweakui - Enhance how client connects to Team Foundation Server

Allows configuration of how and when the client connects to a 
Team Foundation Server.  This includes client certificates, auto
reconnect, offline, compression, maximum connections, timeouts, 
and bypassing the proxy.
 8
Author: Richard Berg,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2010-02-16 06:58:24

Esta extensión debería resolver su problema (para VS 2010):

Http://visualstudiogallery.msdn.microsoft.com/425f09d8-d070-4ab1-84c1-68fa326190f4?SRC=Home

 28
Author: Bernie Tschirren,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2011-02-26 07:45:19

Aquí está la solución para VS 2008 con TFS

  1. Vaya al menú de Visual Studio ---- Archivo > Control de Código fuente > Cambiar Control de Código fuente > Haga clic en Solución/Proyecto > Marque/desmarque las casillas de verificación del proyecto > Haga clic en el botón 'Unbind' en la parte superior.

Esto hace que su solución completa o los proyectos seleccionados en la solución estén fuera de línea desde el TFS.

  1. Cuando quiera conectarse, siga los mismos pasos y haga clic en el botón 'Bind'
 10
Author: Balaji Birajdar,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2013-01-03 07:03:29

Cuando tengo que trabajar sin conexión, simplemente desenchufo mi cable ethernet e inicio TFS 2008. Me inicia en modo sin conexión. Luego vuelva a conectarlo, haga clic con el botón derecho en 'trabajar en línea' en el explorador de soluciones y TFS le pedirá que verifique sus cambios sin conexión.

 3
Author: T. Webster,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2010-03-08 13:41:46

Añadir una entrada de host 127.0.0.1 tfs.foo.com

 2
Author: john,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2011-04-27 22:16:30

Team Foundation Server 2008 soporta trabajar sin conexión.

Este video muestra cómo usar esta función.

 1
Author: Ian Nelson,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2008-11-27 14:36:15

Si TFS no funciona, es posible que tenga problemas para entrar en modo sin conexión. Si cierra y vuelve a abrir su solución, aparecerá un pequeño diálogo que le preguntará si desea desconectarse.

Alternativamente, si no desea cerrar / volver a abrir la solución, puede instalar el complemento TFS Go-Offline , luego haga clic en:

TEAM -> Go Offline
 0
Author: demoncodemonkey,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2015-06-09 15:07:36