There are already a few links on how to revert a file in TFS. I don't just want to revert a change but remove an entry from the TFS history.
The "Annotate" option will show who changed what on a line-by-line basis. Supposed the file was deleted and added again (instead of using the "undelete" option). Now "Annotate" will show that the entire file was changed by the person who added. If I use "tf rollback" it will only attempt to roll back changes, not the version history.
This is a large file, and it is very useful for our team to know who changed what. Is this possible?