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
请先登录再写评论。
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.