How do you find all the files added to a visual studio project and checked in to TFS from a point in time? -
How can you get a list of all the new files added in the Visual Studio project and check in to TFS? I have tried to use TFS Sidekicks and see history, but they only show changes which you have to open to see the details. I am just after a list of new files in a special branch. Thanks
PowerShell version
< P> Go-TfsItemHistory "$ / Project Name" -that-version D06 / 01/2010 ~ | Choose - Expand changes. Where {$ _. ChangeType.Tostring () includes. ("Add"). Selection-tfsitem | Fl path
I believe that for this TFS power tools will need to work.
Comments
Post a Comment