开发者

How do I stop the SVN window from opening on Eclipse startup?

A开发者_JAVA技巧s best as I know, I don't need the svn add-on, yet it keeps opening a window on eclipse startup asking for me to choose which svn I want to use. I close the window without cheking any options, and all is well. But this window is very annoying.


I think what has happened is that you have somehow installed the Subversive plugin (maybe it is included in your Eclipse distro by default somehow). The Subversive plugin requires an additional feature to be installed, and that feature is the actual SVN libraries to use. You have a choice of SVN libraries and that is what the dialog is likely asking you to install.

See here for a detailed description: http://www.polarion.com/products/svn/subversive/download.php#svncon

You have 2 choices:

  1. Install a subversion connector and the dialog will never come up again. This will not harm your system and one day if you choose to use SVN, you will already have the plugin configured.
  2. Uninstall subversive. Go to: Help -> About Eclipse -> Installation Details. Scroll down to the Subversive entries. Select them all and click "Uninstall".


Uninstall the addon.

Help → Install New Software → What is already installed? → [uninstall your SVN plugin here]


Sometimes even though you uninstall subversion, there are still some plugins related to SVN that remaining. You can see them in [Installation details -> Plugins].

Go to your eclipse installation folder (e.g. C:\Eclipse on windows, /Applications/Eclipse on Mac OS X) then plugins folder and remove every file starting with "org.eclipse.team.svn"

You can see the list of the files that need to be removed from Plugins section of Installation details.


Try giving it a fake one and see if it goes away? :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜