Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove IntelliJ Project Version Control

I am managing svn with a third party application.

How do I remove all version control associated with a project in IntelliJ?

like image 530
BAR Avatar asked May 28 '13 16:05

BAR


People also ask

How do I remove version control from my project?

choose Source Control > Remove or press Ctrl+R, R.

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 .

How do I ignore Unversioned files in IntelliJ?

IntelliJ, however, adds its own mechanism to ignore files: Window "Version Control", Tab "Local Changes", Button "Configure Ignored Files" (on the left). IntelliJ simply never performs a "git add" for files ignored in that way. Note that this is NOT the same as Git's "gitignore".


2 Answers

Go to Settings | Version Control, select the mapping(s), click [-] icon or press Delete to remove the mapping or change the association to None.

like image 162
CrazyCoder Avatar answered Sep 29 '22 20:09

CrazyCoder


Alternatively, you can delete the vcs.xml which exist under the .idea folder;

.idea/vcs.xml 
like image 28
Levent Divilioglu Avatar answered Sep 29 '22 19:09

Levent Divilioglu