views:

864

answers:

2

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?

+3  A: 

Not free, but if you use Eclipse TeamPrise has a plugin to connect to TFS. There is also a Java-based command line client that should work on Linux.

tvanfosson
Thanks, but I'm using Matlab on Linux, not Eclipse.
Drew Noakes
I think they may have a command-line client as well.
tvanfosson
You're right, they do: http://www.teamprise.com/products/clc/
Drew Noakes
+1  A: 

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

queBurro