See who made changes to VS 2010 using TFS

I am using Visual Studio 2010 with Team Foundation Server.

I know that you can track the differences between the individual change sets for a file. Is there a way to find out which team member added a particular block of code?

For example, if I selected a block of code in Visual Studio, anyway, to find out which set of changes was the first to use this code?

Thanks Seth

+5
source share
1 answer

You can right-click the SourceControlled file and select Annotate . You will see who and when last modified each line of the file.

+13
source

All Articles