Darn! I wish there was a undo...
-
I have just done a stupid in backing everything up I have managed to loose the bits of code I was working on...hopefully I can remember the changes I made. :( (matter of interest there is an undo for copying files is there?)
I can't stand rewriting the same code twice. It's bad enough when it goes against the DRY grain in day-to-day coding, but when it's because you lost the code and have to rewrite it.. it's the worst feeling of wastefulness, so I try to avoid it (saving often, committing often, etc.)
-
I can't stand rewriting the same code twice. It's bad enough when it goes against the DRY grain in day-to-day coding, but when it's because you lost the code and have to rewrite it.. it's the worst feeling of wastefulness, so I try to avoid it (saving often, committing often, etc.)
I agree that's why I backing up just chose the wrong folder (or the right folder in the wrong location...) Any relation to Grace Hopper?
-
I have just done a stupid in backing everything up I have managed to loose the bits of code I was working on...hopefully I can remember the changes I made. :( (matter of interest there is an undo for copying files is there?)
-
I have just done a stupid in backing everything up I have managed to loose the bits of code I was working on...hopefully I can remember the changes I made. :( (matter of interest there is an undo for copying files is there?)
Ctrl-Z works in windows explorer just like it does anywhere else.
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman
-
I agree that's why I backing up just chose the wrong folder (or the right folder in the wrong location...) Any relation to Grace Hopper?
glennPattonWork wrote:
Any relation to Grace Hopper?
You want the approval that you look like her?
-
Sadly the Git used is me!
well... in that case you should fix your backup code mate :-O
if(this.signature != "") { MessageBox.Show("This is my signature: " + Environment.NewLine + signature); } else { MessageBox.Show("404-Signature not found"); }
-
Ctrl-Z works in windows explorer just like it does anywhere else.
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman
Yeah. But not if you've overwritten some files ;)
-
If you've enabled System Restore on the drive, you can go back to a Previous version of the folder/file.
That I did not think of, thank you
-
Yeah. But not if you've overwritten some files ;)
Guess not :sigh:
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman
-
well... in that case you should fix your backup code mate :-O
if(this.signature != "") { MessageBox.Show("This is my signature: " + Environment.NewLine + signature); } else { MessageBox.Show("404-Signature not found"); }
And that is what I am doing...
-
I have just done a stupid in backing everything up I have managed to loose the bits of code I was working on...hopefully I can remember the changes I made. :( (matter of interest there is an undo for copying files is there?)
Are you working in .NET? Did you compile the code? Have you tried to build the code since? If the answer to 1 and 2 is yes, and 3 is no, use Reflector to try to resurrect your code.
-
Are you working in .NET? Did you compile the code? Have you tried to build the code since? If the answer to 1 and 2 is yes, and 3 is no, use Reflector to try to resurrect your code.
The answer to all three is yes (dag nabbit :) )
-
I agree that's why I backing up just chose the wrong folder (or the right folder in the wrong location...) Any relation to Grace Hopper?
-
Ahh Hooper not Hopper sorry!