I have an IntelliJ project consisting of many modules (15+), where each module comes from its own (specific) SVN location. The project is not stored in SVN, but only in each module.
Project Foo (not in SVN)
I would like to be able to update the project ( Ctrl + T ). Usually (when the entire project is stored in one VCS location), I can do this once. But each module stored elsewhere in the VCS must update each module manually.
Is there a way to update all modules with a single command?
I am using IntelliJ 11. (But nothing prevents me from upgrading to 12 if necessary.)
source share