Well, it was a beautiful day for me today. It appears that all my checked out files, or just my non-read-only files in my project were completely deleted, gone. this is about 45 files missing, actually more, but the code-generated classes don't matter, because they can be re-generated. But the other files, 1/2 code, 1/2 UnitTest Code, would have taken me three days to recover. All the undelete utilities out there couldn't find the deleted files.
But IntelliJ Idea has this really cool feature called history, which keeps track of all revisions and changes to a file, just like a code repository or cvs would do. So using the history, I was able to restore all the lost files, and I am so happy about that.
Glad you got your files back Mark. Yeah, IntelliJ freakin rocks!
Eric Clayberg
author
Ranch Hand
Joined: Sep 24, 2004
Posts: 63
posted
0
Originally posted by Mark Spritzler: But IntelliJ Idea has this really cool feature called history, which keeps track of all revisions and changes to a file, just like a code repository or cvs would do. So using the history, I was able to restore all the lost files, and I am so happy about that.
BTW, Eclipse has also had this feature from day one. IBM's precursor to Eclipse, VisualAge Java, also had this as did its precursor, VisualAge Smalltalk (in fact, every Smalltalk IDE going back into the late '80's had this).
Eric Clayberg
Software Engineering Manager
Google
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
posted
0
Originally posted by Eric Clayberg: BTW, Eclipse has also had this feature from day one. IBM's precursor to Eclipse, VisualAge Java, also had this as did its precursor, VisualAge Smalltalk (in fact, every Smalltalk IDE going back into the late '80's had this).
What's even more cool ist that it's also working on the member level.
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.