1.

How To Revert (roll Back) A Checkin In Tfs 2010?

Answer»

Without USING power tools or command line: 

  • ensure Tools->Options->SOURCE Control->Visual Studio Team Foundation Server UNCHECK Get latest version of item on check out
  • View the history of project folder in Source Control Explorer and right click on the changeset to ROLL back to and choose Get This Version
  • Check out for edit on the project folder in the Source Control Explorer (this should keep your local version you just got from the history)
  • Check in PENDING changes on the project folder in the Source Control Explorer
  • if visual studio asks you to resolve conflicts, choose keep local and attempt check in of pending changes on the project folder in Source Control Explorer again

Without using power tools or command line: 



Discussion

No Comment Found