Cel
Cel

Reputation: 6659

Add existing module under Subversion source control in IntelliJ IDEA

I have a number of modules working nicely with the Changes tab, because I added them under source control when I created their modules.

Note the module folder itself is checked out externally with TortoiseSVN, exactly the same way as the other modules that I integrated with Subversion plugin on creation.

Upvotes: 3

Views: 3556

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401975

Just set up the mappings in File | Settings | Version Control.

project directory <=> Subversion

Note that you can have several mappings there.

Upvotes: 11

Related Questions