Accidentally deleted file, can I recover from IDEA's Local VCS?
I was stupid and modified my build.xml to delete all xml files from the wrong directory, then ran it and my build.xml disappeared. I was modifying it in IDEA, so is it possible to recover?
Ian.
请先登录再写评论。
Right click on the directory, choose Local VCS and show history. At the
bottom of the history window you have a list of versions. See which one has
the files you are interested in (when you click on the version row the files
should appear in the above windows) and do a rollback to that version (right
click on the version row to get the rollback option).
HTH,
Andrei
"Ian Zabel" <ian@ezabel.com> wrote in message
news:7327619.1042041226459.JavaMail.jrun@is.intellij.net...
wrong directory, then ran it and my build.xml disappeared. I was modifying
it in IDEA, so is it possible to recover?
>