Click here to Skip to main content
15,891,789 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I've been looking for a way to do this for a while now. Is there a way I can read all the csproj (as xml) that are on a TFS server without having to get a latest version of all the files?

We have a LOT of projects here. The goal would be to check all the <link></link> tags in all the csproj on the server, without having them all locally. I read a bit about the Visual Studio 2005 SDK, yet I'm not sure it's really what I need.

Could anyone guide me? Is it worth trying?

The problem is mostly that I don't know if I can remotely read a .csproj file on a Team Fondation Server. The rest is kinda easy.
Posted
Updated 3-Sep-10 2:57am
v3
Comments
J a a n s 3-Sep-10 9:57am    
You have to check the available web services in the TFS server. The path will be like http://[TFS Server]:[port]/VersionService/repository.asmx
Simon Dufour 3-Sep-10 11:52am    
Unfortunately, it doesn't work. I get a "The resource cannot be found" page. Is the page supposed to exist on every TFS server versions? We might have the 2005 version or something.

1 solution

Hi

could you tell the purpose and importance of the work that you had thought.

Also give some examples if possible
 
Share this answer
 
Comments
Simon Dufour 3-Sep-10 8:56am    
The problem is mostly that I don't know if I can remotely read a .csproj file on a Team Fondation Server. The rest is kinda easy.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900