Is there a way, maybe in Visual Studio or from the command line, to figure out which version of TFS you're connected to?
views:
18answers:
1
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
2010-04-14 17:34:07
Is there a quick way I can invoke the web service without writing a program?
mattblodgett
2010-04-15 12:55:52
only if you have direct access to the server. the link can then be executed in a browser. otherwise, no...
Michiel Overeem
2010-04-15 13:39:02
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
2010-04-16 12:42:43
yes, like rdp or vnc.
Michiel Overeem
2010-04-16 17:24:03
I don't have that sort of access to the server, so that won't work for me. Thanks, though.
mattblodgett
2010-04-19 12:19:30