Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing the version control in IDEA IntelliJ

I've changed from Git to SVN the folders which contains the project's code, but IntelliJ seems the same as before so I can't work with SVN

like image 409
escanda Avatar asked Oct 29 '09 10:10

escanda


People also ask

How do I disable Version Control in IntelliJ?

Go to File | Settings | Version Control and click - . This will disable the VCS and list it under Unregistered roots: If you really want to get rid of that Unregistered roots: entry and all of the tracking information, go to your project folder and delete the .. \projectDir\.

How do I change Git settings in IntelliJ?

If you need to manually configure IntelliJ IDEA to use Git from WSL, go to the Version Control | Git page of the IDE settings Ctrl+Alt+S , click the Browse icon in the Path to Git executable field and select Git from WSL via the \wsl$ path, for example, \\wsl$\debian\usr\bin\git .

How do I change the default settings in IntelliJ?

From the main menu, select File | Manage IDE Settings | Restore Default Settings. Alternatively, press Shift twice and type Restore default settings . Click Restore and Restart. The IDE will be restarted with the default configuration.

How do I revert to an older version of IntelliJ?

You can always undo the changes you've made locally before you commit them: In the Commit tool window Alt+0 , select one or more files that you want to revert, and select Rollback from the context menu, or press Ctrl+Alt+Z .


1 Answers

Ctrl+Alt+S (Project Settings) -> Version Control

It should list the project directory and what VCS it's using. Change it there.

like image 161
cletus Avatar answered Sep 28 '22 18:09

cletus