I am managing svn with a third party application.
How do I remove all version control associated with a project in IntelliJ?
choose Source Control > Remove or press Ctrl+R, R.
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 .
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".
Go to Settings
| Version Control
, select the mapping(s), click [-]
icon or press Delete to remove the mapping or change the association to None
.
Alternatively, you can delete the vcs.xml which exist under the .idea folder;
.idea/vcs.xml
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With