Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I "get latest version" for TFS in Visual Studio 2015 RC

This might seem like a stupid question but I just installed VS 2015 RC and I cannot for the life of me figure out how I'm supposed to get the latest version from Team Foundation Server now. It seems the option has been removed from all right-mouse context menus, including Check in... and all other other TFS related menu items.

like image 921
user3716312 Avatar asked May 10 '15 16:05

user3716312


People also ask

How do I get the latest TFS code from Visual Studio 2015?

In Visual Studio 2015, open Solution Explorer and select a solution or project to bind. On the File menu, click Source Control, the Advanced, and then select Change Source Control. You will see below window. And if you notice the last project does not have Server information.

How do I get the latest version of TFS project?

Right-Click In the File List, right-click the file you want to get and select Source Control > Get Latest Version. Local Toolbar In the File List, select the file(s) you want to get.

How do I get a specific version of TFS?

You can do this by right clicking the solution folder in the Source Control Explorer and selecting Get Specific Version. Here you can select a specific version either by specifying a changeset, label or date.

Which version of Visual Studio works with TFS?

Visual Studio 2019 works with Azure DevOps Server 2019, TFS 2017, TFS 2015, TFS 2013, TFS 2012 and TFS 2010 SP1.


2 Answers

I had the same problem. The 'get latest version' option was missing from the right-click menu in the Solution Explorer

and from the right-click menu in the Source Control Explorer

And (as Sam mentions) I was seeing odd non-Roman characters in the TFS options

Sam's answer works for me, but just for completeness sake there is a 'get latest version' icon (a grey clock with a blue arrow pointing down on it) in the Source Control Explorer's menu bar.

get latest icon

If an item (a folder or a file) is selected in the Source Control Explorer then clicking the icon will retrieve the latest version from TFS recursively. This worked for me even before running repair (though clearly running repair is a better idea!)

like image 45
dumbledad Avatar answered Oct 17 '22 08:10

dumbledad


You can resolve the issue by running a repair on Visual Studio 2015 (via Add or remove Programs). I had the same TFS menu problems as the original poster as well as 'Chinese' characters in many of my popup menus (in Tools>Options).

Microsoft mentioned on the feedback site that running a repair fixes this and it indeed does seem to work - even though it's a bit daft to have to run a repair minutes after an installation. The repair must do something to clean up those old pieces that the installation doesn't do.

like image 197
Sam Avatar answered Oct 17 '22 07:10

Sam