tfs - Visual Studio: How do I get a list of files in a project affected by a given changeset? -


Given the number of changes in the Visual Studio Team Foundation System 2008, it is an easy way to find out which files / solutions in my project were edited in changeset?

Right-click on the source file at the time of a change, and select View History. The History window will open, and will show you all the changes to that file. Double-click the changes, and you will see a list of items changed in those changes.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -