Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find out who made changes in VS 2010 with TFS

I am using Visual Studio 2010 along with Team Foundation Server.

I know that you can track differences between individual changesets for a file. Is there a way to find out which team member added a specific code block?

For example, if I highlight a block of code in Visual Studio, is there anyway to find out which changeset was the first to feature that code?

Thanks, Seth

like image 597
Britt Wescott Avatar asked Feb 10 '11 18:02

Britt Wescott


1 Answers

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

like image 120
alpha-mouse Avatar answered Oct 04 '22 22:10

alpha-mouse