catch32
catch32

Reputation: 18582

How to link Intellij project to SVN Repo?

I have pulled SVN project with Tortoise SVN. Imported it to Intellij Idea.

But I can't use IDE for pulling or committing changes.

I want to know, how to link this project to a remote repository. And use shortcuts for committing and pulling changes.

Now I can do it with Tortoise only.

How it look now:

enter image description here

What I want to see:

enter image description here

Upvotes: 1

Views: 1342

Answers (1)

crumbug
crumbug

Reputation: 438

You need to add the subversion as the version control. Under Preferences -> Version Control it should look like this: enter image description here

If you have VCS set to "none" you will see what you are seeing. Change it to Subversion and you should be fine.

Upvotes: 5

Related Questions