Changes toolwindow
I recently got a mac here at work, and am in the process of moving my development over to it. I zipped up my project files, moved them over, unzipped them, and started working with them. For the most part, it has been painless.
However, I'm having a small issue now. When I first brought over the projects, I noticed that my Changes toolwindow had "duplicate" files in it. For example, if I had modified SomeBean.java, there would be 2 entries in the Changes window: 1 for "/Users/tobin/Projects/MyProject/SomeBean.java" and 1 for "C:\Java\projects\MyProject\SomeBean.java". I can't seem to figure out how to get rid of all the references to C:\. I have even deleted the projects and re-checked them out from Subversion.
Where is Changes seeing these C:\ files, and how can I get rid of them? Thanks.
Tobin
Please sign in to leave a comment.
They are in your .iws file - just delete it and restart the project.
There they are. Thanks!
Tobin