Changeset location
Does anyone know where IDEA stores the changesets and associated files? I had a kernel panic last week which corrupted some of the built-in plugin. Reinstalling IDEA fixed that, but now all 207 of my changed files are in one changeset. All the changesets are still there, it's just that they're all empty (except 1, which has all the files).
Thanks.
Please sign in to leave a comment.
For VCSes which do not support changesets natively, the mapping of files to changesets is stored in the workspace file (.iws or workspace.xml).
Ah, thanks for the info. Unfortunately, that file isn't checked into CVS (of course) and there's no Local History for that file for some reason, maybe that got corrupted in the kernel panic as well. Oh well, guess I've got some work to do...