Can you install a standalone TFS client that doesn't need Visual Studio?

Visual StudioTfs

Visual Studio Problem Overview


Is it possible to get a standalone TFS client on a server that does NOT have Visual Studio installed? We'd like a way to "reach into" a TFS project from a server, without having to install Visual Studio?

Possible? I've seen Team Explorer, but will that work without Visual Studio?

Visual Studio Solutions


Solution 1 - Visual Studio

Team Explorer 2008 will allow you to connect to TFS, but it will install a Visual Studio shell.

Team Explorer Everywhere has Web access. Martin Woodward wrote a great article about it.

Solution 2 - Visual Studio

Download the TFS power tools. The "Windows Shell Extension" component allows one to perform most operations with TFS via Windows Explorer. Note that the Power Tools installer states that Visual Studio 2010 (or Visual Studio Team Explorer 2010) is a prerequisite for the following features:

  • Command-line interface
  • Visual Studio Integration
  • Check-in Policy Pack
  • Process Editor
  • Windows Shell Extension
  • PowerShell Cmdlets

Solution 3 - Visual Studio

It's 2017 and Microsoft (re)introduced the standalone Team Explorer.

https://blogs.msdn.microsoft.com/visualstudioalm/2017/04/05/reintroducing-the-team-explorer-standalone-installer/

> If you remember back to 2013 (and before), we released standalone installers for Team Explorer. In VS 2015, we did not release a standalone Team Explorer since customers had free options with Express SKUs and Community, which included Team Explorer functionality. > > Customers have continued to request a standalone installer for Team Explorer for non-developers, however. And so today, with the Visual Studio 2017 Update release, the standalone Team Explorer installer is back.

Download - https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=TeamExplorer&rel=15

Solution 4 - Visual Studio

Included with Team Foundation Server there is a free web front end called "TFS Web Access". In TFS 2008, the Web Access was a different installation and it came as a Power Tool to the TFS. In TFS 2010, the Web Access is installed automatically and is part of the TFS.

In order to get to the Web Access in TFS 2010 do the following:

In your preferred browser type:

http://[YourServerName]:8080/tfs/web/

YourServerName is the tfs name for example: http://tfs-srv:8080/tfs/web/

Also, if you need Agile planning and a Task Board with TFS Web Access, take a look at Urban Turtle - http://urbanturtle.com. According to Microsoft, this is the premier Scrum tooling for TFS.

Discloser: I work with the Urban Turtle team. So do not take my words. Instead, read what Microsoft blogs said about Urban Turtle. http://blogs.msdn.com/search/SearchResults.aspx?q=urban%20turtle&sections=3652.

Solution 5 - Visual Studio

There now seems to be a more generic Team Explorer Everywhere for TFS - perhaps that will give us non-VS users desktop access to TFS :)

It includes an Eclipse plug-in and usefully, a command line client.

Solution 6 - Visual Studio

While it appears to be a dead project. If you like having version control outside an IDE (or independant of the IDE). There is SVN Bridge, which allows you to use TortoiseSVN to talk to your TFS server.

https://svnbridge.codeplex.com/

Solution 7 - Visual Studio

You can install Team Explorer (on the TFS install DVD, or you can download it from MSDN) without needing to have VS2010 installed - Team Explorer will install a 'shell' VS2010 with only the TFS features available - none of the IDE components.

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=fe4f9904-0480-4c9d-a264-02fedd78ab38

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionDeaneView Question on Stackoverflow
Solution 1 - Visual StudioNeil KnightView Answer on Stackoverflow
Solution 2 - Visual StudioP.Brian.MackeyView Answer on Stackoverflow
Solution 3 - Visual StudioJensenView Answer on Stackoverflow
Solution 4 - Visual StudioMario CardinalView Answer on Stackoverflow
Solution 5 - Visual StudioChris KimptonView Answer on Stackoverflow
Solution 6 - Visual StudioJefferey CaveView Answer on Stackoverflow
Solution 7 - Visual StudioMauricio Gracia GutierrezView Answer on Stackoverflow