How to completely reload CVS changes?
I am missing some changes in the "Repository" tab of the "Changes" tool window (IntelliJ 10.5.2).
I have a 11 EAP installation in parallel to the main 10.5.2 installation. When I load the changes in the 11 EAP for the first time the missing changes are visible.
A reload in the main installation (where the changes are missing) does not reveal the changes. The reload is even faster than the initial load in the 11 EAP. I am curious what the reload does...
Is it possible to completely reload the CVS changes? ... and no, I don't want to sit down for hours and wait for IDEA to reindex after a cache invalidation.
Thanks in advance,
Helge
请先登录再写评论。
Hello Helge,
You can delete the system\vcsCache directory and press "Refresh" in Changes
| Repository again. This will not invalidate the indexes and cause an index
rebuild; this will only reload the changelists cached by the Repository tab.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks Dmitry,
that worked. All changes are now shown again.
Helge