How to access Team Foundation Server (TFS) from Linux

37,186

Solution 1

Not free, but if you use Eclipse TeamPrise Microsoft has a plugin to connect to TFS, Team Explorer Everywhere, download at http://www.microsoft.com/en-us/download/details.aspx?id=30661. There is also a Java-based command line client that should work on Linux.

Solution 2

Team Explorer Everywhere - http://www.microsoft.com/visualstudio/en-us/products/2010-editions/team-explorer-everywhere

Solution 3

use the TEE-CLC-12.0.0.zip available from MS from here:

http://www.microsoft.com/en-us/download/details.aspx?id=30661

its a simple CLC for TFS

Solution 4

"a TFS-to-SVN bridge"? err you should 'check out'... SvnBridge

Share:
37,186
Drew Noakes
Author by

Drew Noakes

Developer on .NET at Microsoft.

Updated on July 09, 2022

Comments

  • Drew Noakes
    Drew Noakes almost 2 years

    If this question weren't specific to a VCS (and therefore be the kind of thing that programmers would know more about than sys admins) then I'd ask it on server fault or superuser...

    That said, how can I access TFS from Linux? Is there a client app that will run on Linux, or perhaps a TFS-to-SVN bridge that could run on Windows and be accessed via a SVN on Linux?