tags:

views:

18

answers:

1

Is there a way, maybe in Visual Studio or from the command line, to figure out which version of TFS you're connected to?

A: 

The version can be requested by invoking the webservice: http://tfsserver/VersionControl/v1.0/repository.asmx/GetRepositoryProperties

this should give you enough info.

Michiel Overeem
Is there a quick way I can invoke the web service without writing a program?
mattblodgett
only if you have direct access to the server. the link can then be executed in a browser. otherwise, no...
Michiel Overeem
I'm not sure what you mean by "direct access." Like I'd have to remote into the server and open a browser there?
mattblodgett
yes, like rdp or vnc.
Michiel Overeem
I don't have that sort of access to the server, so that won't work for me. Thanks, though.
mattblodgett