Difference between "Version Control Integration" and "Import Into ...."

It's my first time to use IntelliJ IDEA.

When I want to use Subversion as my version control repository, I find that there are two choices.
1. Version Control Integration
2. Import into ....

What is the difference between them ?
Which one should I choose ?

Thank you

0
1 comment

If you project wolder already contains a working copy (like when it was checked out before using SVN client or other IDE), you just set up mappings in Settings | Version Control.

In case it's a new project that doesn't exist in VCS repository yet, you use the import option and then checkout the project.

0

Please sign in to leave a comment.