How do you undo a commit in Intellij?
I found something like this http://markphip.blogspot.com/2007/01/how-to-undo-commit-in-subversion.html but what if I wanted to do that in Intellij? Is the process similar?
Thanks!
请先登录再写评论。
I found something like this http://markphip.blogspot.com/2007/01/how-to-undo-commit-in-subversion.html but what if I wanted to do that in Intellij? Is the process similar?
Thanks!
请先登录再写评论。
Hello Surya,
In IDEA 8, you can select a committed change list in Changes | Repository
and invoke "Revert Changes" from the context menu. This action is not currently
available in the History view.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Wow awesome! Thanks for that Dmitry!