tfsversion-controltfs-code-review

How to find all files a particular user has ever changed in Team Foundation Server


I know there is an easy way to do this with SVN so there must be a similar way with TFS.

Basically, I want to have a list of every file a particular username ever edited (IE: checked out & changed or added). This is on TFS 2008.


Solution

  • I found one way to do it:

    1. Go to Source Control Explorer in Visual Studio
    2. Right click on the project root
    3. Select Find in Source Control -> Changesets
    4. Enter the username you are looking for in the 'By User' field
    5. Click find

    This returns a list of changesets from the user. You can then click the details button to expand the changeset.