Browse by Tags
Normally to reset your client's view of a TFS server from Offline to Online, you would 'Go Online' with a solution bound to that server. The server's offline state is reset as part of this operation. If you want to manually mark your server as Online
Read More...
For some users it may be a bit offputting that taking one solution offline causes all other solutions bound to that same server to go offline when they are opened (assuming no "Go Online" operations in the interim). There is a registry key value that
Read More...
TFS 2008 adds improved support for "offline" scenarios. This blog post identifies the scenarios under which a solution will be placed in "offline" mode. If the Visual Studio IDE is unable to connect to the TFS server when it is opening the solution, then
Read More...
It is worth noting that the "Get Latest on Checkout" feature requires server support to function. In other words, you must connect to a TFS 2008 (or later) server for Get Latest on Checkout to work. There has been some confusion in the forums because
Read More...
This topic comes up quite often, so I thought I would write a blog entry. For the most part this is basically a rehash of my posting to a forum thread a year ago. See: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=275481&SiteID=1 . Technically,
Read More...
In the course of working on the improved offline experience for Orcas, we discovered that going online with Get Latest On Checkout turned on was rather painful. Specifically, you would never get a chance to generate a version conflict. This, in turn,
Read More...
When dealing with forum posts about SCC issues, many respondents will suggest that the user perform a “refresh” to see if this remedies the problem. While this is often good advice, the term refresh has some ambiguity due to the number of refresh options
Read More...
The following are the necessary mininum steps required to integrate a new project type with source control within Visual Studio. The project must implement Microsoft.VisualStudio.Shell.Interop.IVsSccProject2 ( documentation ). GetSccFiles - return which
Read More...
At the end of November my crew wrapped up our work on the Get Latest on Checkout feature and checked it into the Orcas sourcebase. This feature is obviously targetted at users who are more comfortable with the Visual SourceSafe model of exclusive locking
Read More...
We have released an update to the TFS MSSCCI Provider. An indepth description of the new features and bug fixes can be found in Michal Malecki's blog posting .
Read More...
About Me My name is Ben Ryan, and I have been involved with developing the Team Foundation Server version control client for the last three and a half years here at the Microsoft office in Durham, NC. During most of that time, I have been working on the
Read More...