In IntelliJ, how do I update a project (ctrl + T) with modules from different SVN places

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.)

+4
source share
1 answer

In the project settings โ†’ Version control, you can add all your vcs directories using the vcs type.

-2
source

All Articles