tags:

views:

19

answers:

1

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..

A: 

Only the same number of ways you would have if you overwrote a regular file (so probably none but you might have had a backup script or something similar run on your machine).

Graphain
yes.. i don't have.. :(
Michael Sync
Bad luck, unfortunately this is a case of: learned += new Lesson("Commit early and often");
Graphain
yes.. used to commit early and often. but we are moving SVN to TFS and took a while to get new TFS up and running so didn't check the code for 4 days.. probably, i should setup auto-backup script on my machine..
Michael Sync
Wow 4 days of lost work.. Best of luck - I just realised if it was a delete you could actually recover it, but I don't think there's any way to recover overwritten content unless you have a copy (e.g. from a backup script).
Graphain