Vivian River
Vivian River

Reputation: 32410

How to find all TFS changesets affecting any file within a directory?

Over the last few months, I've been doing some maintenance on a project with many source files. I was recently informed that there is an issue with one of my bug-fixes and I was asked to fix my bug-fix.

However, since there are so many files and folders within the project, I can't remember which one I modified.

Therefore, I would like to be able to search within the root directory of the project for changesets that have affected files within the folder. I'm sure that I could determine which changeset caused the problem by the comments I put on them.


How can I find all TFS changesets that affect at least one file within a specific folder?

Upvotes: 1

Views: 321

Answers (1)

Edward Thomson
Edward Thomson

Reputation: 78833

If you're interested in viewing the history for a single folder, navigate to that folder in Source Control Explorer, right-click on it and select "View History".

This will show you all the changesets that have affected this folder.

Upvotes: 2

Related Questions