I am working on multiple instances of a project in parallel, using IntelliJ Idea (v. 8).
These instances have the same directory structure and are located under different roots. E.g.: c:\projects\projectname_v1 , c:\projects\projectname_v2 , etc...
Currently the IDE is set so that the module is always in the same location (e.g. c:\projects\projectname). If I want to move from one instance to another, I close the IDE and rename the instances.
Is there a better way to do it?