Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access Team Foundation Server (TFS) from Linux

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?

like image 215
Drew Noakes Avatar asked Sep 02 '09 15:09

Drew Noakes


1 Answers

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.

like image 93
tvanfosson Avatar answered Oct 30 '22 09:10

tvanfosson