I would like to check out multiple folders selectively from SVN. Currently, it seems I need to check them out one at a time:
- On the submenu, choose .
- In the Check Out From Subversion dialog box, expand the desired repository location and select the element to be checked out.
- Click Checkout button.
Our repository has over 50 folders, which means I would need to do this 50 times to get all projects individual. I would like to be able to do the equivalent of CTRL-Click in Windows to selectively choose multiple folders to checkout. Is there a way to do this in IntelliJ 12.1?
Matt