Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS 2010 - Is there any way to get my changes back after I have done "Undo Pending changes"?

Tags:

tfs

Is there any way to get my changes that I made in local machine back after I have done "Undo Pending changes"?

I think it's not possible but still, i'm wondering if anyone knows a way..

like image 829
Michael Sync Avatar asked Jun 30 '10 06:06

Michael Sync


People also ask

How do you get back something you undo?

To undo an action, press Ctrl + Z. To redo an undone action, press Ctrl + Y.

What is undo pending changes in TFS?

"Undo pending changes" will undo all the changes that you made to the file and restores the file to the version of the file which you started editing/making changes. "Get Specific Version" (with both overrides) will get the latest version of the file from the TFS server.

How do I undo pending changes in Visual Studio?

To undo all changes you have made in your solution or a code project, open the context menu, and then choose Undo Pending Change. In the Undo Pending Changes dialog box, make sure the changes you want to undo are selected, and then choose Undo Changes.


1 Answers

If you have not built your project after the "Undo Pending changes" -

You can open the dll in Reflector and copy the correct code.

like image 106
banana Avatar answered Nov 05 '22 13:11

banana