I have installed Subclipse in Eclipse Luna to be able to work with SVN repositories. I can commit, update, etc. But when I start Eclipse there's an annoying popup that asks me to install a Subversive connector. How can I disable that popup? And what's about this Subversive connector if I already installed Subclipse and can work normally with SVN repositories?
This is the popup that shows when I start Eclipse: Annoying popup
You must choose a connector to make Subversive work. The base Subversive code does not contain any code to actually connect to a SVN repository.
Note that Subclipse and Subversive are two separate implementations of SVN for Eclipse. You only need one of them installed.