Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Configure IntelliJ to use Subversion

How to configure IntelliJ IDEA to use Subversion?

like image 978
ilyasse Avatar asked Apr 28 '11 17:04

ilyasse


People also ask

How connect SVN to IntelliJ?

Open the SVN Repositories tool window by choosing VCS | Browse VCS Repository | Browse Subversion Repository from the main menu. In the SVN Repositories tool window choose New | Repository Location from the context menu, or click the. button on the toolbar.

How do I checkout code in IntelliJ?

From the main menu, choose VCS | Get from Version Control. In the Get from Version Control dialog, click Add Repository Location and specify the repository URL. Click Check Out. In the dialog that opens, specify the destination directory where the local copy of the repository files will be created, and click OK.


1 Answers

Depending on what you enabled when you installed IDEA you might also need to enable the "Subversion Integration" in Settings -> Plugins.

like image 111
osundblad Avatar answered Sep 23 '22 07:09

osundblad