0

Possible Duplicate:
Find in Files: Search all code in Team Foundation Server

What solution are exists to provide an ability to search through some or all TFS repository using some Web interface?

Currently I have only one idea: checking-out target TFS branches on server running Microsoft Search Server which provides SharePoint-like web interface to perform a search.

YakovL
  • 7,557
  • 12
  • 62
  • 102
abatishchev
  • 98,240
  • 88
  • 296
  • 433

1 Answers1

1

There's nothing built-in for searching within the code. If you install the TFS Power Tools, it gives you the ability to search for files based on wildcard name.

Robaticus
  • 22,857
  • 5
  • 54
  • 63