简体   繁体   中英

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:

在此处输入图片说明

What I want to see:

在此处输入图片说明

You need to add the subversion as the version control. Under Preferences -> Version Control it should look like this: 在此处输入图片说明

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM