Remove IntelliJ Project Version Control

前端 未结 5 1815
抹茶落季
抹茶落季 2021-02-01 00:53

I am managing svn with a third party application.

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

相关标签:
5条回答
  • 2021-02-01 01:08

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

    .idea/vcs.xml
    
    0 讨论(0)
  • 2021-02-01 01:09

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

    0 讨论(0)
  • 2021-02-01 01:11

    For me VCS totally removed this way:

    "You could disable all VCS-related plugins in Settings: File | Settings | Plugins."

    (answer from this page: https://rider-support.jetbrains.com/hc/en-us/community/posts/115000709890-Turn-off-vcs-integration-by-default)

    0 讨论(0)
  • 2021-02-01 01:12

    Just to add to the answers above. For one of my projects I had not only VCS (git) enabled, but also connected it to a remote repository. To start from a clean slate you can,

    1. Go to File | Settings | Version Control and click -. This will disable the VCS and list it under Unregistered roots:
    2. 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\.git\ folder also (provided that your were using git as your vcs)
    0 讨论(0)
  • 2021-02-01 01:22

    VCS -> Git -> Remotes... and opened Git remotes window. Then you can delete, edit or add the remote connection what you want.

    0 讨论(0)
提交回复
热议问题