TFS Question
-
Don't see a related forum, so here goes: Anyone know how to programmatically search through TFS Source Control for specific files or keywords in files? TIA
Everything makes sense in someone's mind
-
Don't see a related forum, so here goes: Anyone know how to programmatically search through TFS Source Control for specific files or keywords in files? TIA
Everything makes sense in someone's mind
I do not know, however, TFS is driven by Webservices IIRC. So that you may be able to roll your own utility fairly easily.
Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost
-
Don't see a related forum, so here goes: Anyone know how to programmatically search through TFS Source Control for specific files or keywords in files? TIA
Everything makes sense in someone's mind
-
Would Powershell 2.0 work for you?
It’s not because things are difficult that we do not dare, it’s because we do not dare that things are difficult. ~Seneca
-
Don't see a related forum, so here goes: Anyone know how to programmatically search through TFS Source Control for specific files or keywords in files? TIA
Everything makes sense in someone's mind
Look at class Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer it can be found in one of TFS dlls