I have a project I'm working on in IntelliJ with several items in its shelf. Occasionally I've noticed something goes wrong with the shelf and none of the items display correctly, instead I just see gray arrows on the side like usual, but no content when clicking on them.
I know that the shelf patches are still there, and not corrupted, because I can manually import/apply patches to my code base. I can also still create patches, although they will not show up correctly in the shelf menu either.
At the moment the only way of fixing this I've found is to simply recheck out my entire code base as another project, and then import the patches manually to the new projects shelf. This is obviously very cumbersome, but not being able to use the shelf feature is also very detrimental to the way I work.
Is there some method to force an intelliJ project to reconsider all of its shelf items, to try and fix this issue without going through the massive work around of rechecking out my project files?
EDIT: These patches are locally stored copies of source code changes, not on a separate branch via SVN.