From time to time I'm getting project folders with a lot of changes from outsourcer developer and need to merge the files
with my project.
Are you using branches ?, or do you just overwrite files ?
if you will check out the files first from VS, then overwrite the folder in explorer (after backing it up of course) , then check the folder back in , you should have proper history as already mentioned.
you can also review the changes using the Changeset number.





by: ScottyNewSuitsPosted on 2009-01-06 at 12:45:44ID: 23308999
Open Source Explorer (View -> Source Explorer) in VS 2005 and right-click on the desired TFS source directory, then click "Show History". This will give you a list of all of the changes for that source folder. If you double-click on one of those changes, it will open up a window dialogue that will show you all of the files associated with that change.