Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to go offline in Team Server Foundation in visual studio?

Sometime we need to do same page changes in different user then we got problem that file is in lock and cannot do changes.what my plan was go offline and make changes and then after do the changes go on-line and merge it.How do you accomplish this ?as like my way or you have other way of doing that ?If you use my way,are there any easy way to go offline in visual studio.many thanks.(I am using visual studio 2012 and tfs 2012)

like image 872
Aruni Godage Avatar asked Dec 01 '22 20:12

Aruni Godage


1 Answers

Two options that I know of:

  1. Use the command-line utility in TFS Power Tools.
  2. Use the Go Offline extension (for Visual Studio 2010, 2012, 2013, 2015)
like image 181
Karl Anderson Avatar answered Dec 03 '22 10:12

Karl Anderson