开发者

How to browse and view files stored in a Team Foundation Server without using Visual Studio

开发者 https://www.devze.com 2022-12-09 20:35 出处:网络
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

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 brows开发者_如何学JAVAe a TFS without Visual Studio?


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

How to browse and view files stored in a Team Foundation Server without using Visual Studio


(source: msdn.com)

How to browse and view files stored in a Team Foundation Server without using Visual Studio


(source: msdn.com)


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++.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消