How do you export history from TFS 2010 that includes the user, date and the complete comment (not truncated)?
For example, in Team Explorer: right-click team member name > show check-in history. This will bring up the user’s check-in history, but the comments are truncated.
The easiest way is to connect to the TFSWharehouse from excel, then pull the data from the source control history in a excel sheet. This is really simple and very powerful.
You’ll find useful info here: http://www.woodwardweb.com/vsts/getting_started.html
Edit:
Using the TFS API to enumerate the changesets when you don’t have access to SSAS (e.g. tfspreview.com for instance):