up vote 5 down vote favorite
share [g+] share [fb]

I'm looking for a tool to browse and view files stored within a Team Foundation Server without using Visual Studio. As I'm doing most development on a virtual machine, it's very annoying to wake it up only to have a look on a certain file.

So is there a way to browse a TFS without Visual Studio?

link|improve this question

72% accept rate
feedback

3 Answers

up vote 1 down vote accepted

I use emacs and the TFS module for it.
A couple keystrokes retrieves a file from the server.

The tfs mode is built on tf.exe, the team foundation command-line client powertool.

Of course, you could use tf.exe by itself, or with an alternative editor, like notepad++.

link|improve this answer
feedback

The TFS Power Tools now have Windows Shell Extensions, so you manipulate source control files using only Windows explorer. Your solution could be to just keep a working copy of the solution and then you do whatever manipulations you need to using Windows Explorer.

http://www.microsoft.com/downloads/details.aspx?FamilyId=FBD14EEA-781F-45A1-8C46-9F6BA2F68BF0&displaylang=en

alt text

alt text

link|improve this answer
feedback

You can use the TFS Web Access (most likely at your tfs server, http, port 8090 (http://server:8090/)

link|improve this answer
anything you need to set up to access TFS by web? It does not work for our TFS :( – Sam Feb 11 '10 at 14:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.