Arena Red » 21 Mar 2006 » Fix for IntelliJ Local History Startup Hang
« Fix for IntelliJ Local History Startup Hang | Re: Cycling »
Fix for IntelliJ Local History Startup Hang

If IntelliJ hangs at startup, taking forever showing a status of "Saving Local History" but not using any CPU time, the problem may just be a corrupt cache. I've seen this a couple of times in the last year.

The fix is to delete the version control cache directory.

On Mac OS X, it's located here:

~/Library/Caches/IntelliJ IDEA/vcs/

On Windows, it's located here:

~/.IntelliJIdea/system/vcs/

(where by "~" I mean C:\Documents and Settings\<your user name> )