Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN Repository Exploring Perspective for Eclipse missing

Tags:

java

eclipse

svn

I just installed the latest version of Eclipse Mars IDE for Java Developers using the Installer for my 64-bit Windows 10 and I was trying to connect my workspace to a SVN repository but I couldn't find the SVN Repository Exploring Perspective at all. I went from "Window > Perspective > Open Perspective > Other..." and I couldn't find it there at all. Am I missing something?

like image 701
s d Avatar asked Dec 01 '15 07:12

s d


1 Answers

This is normal, the SVN perspective is only present when there is a SVN plugin installed for Eclipse. By default, no such plugin is installed.

The two main plugins are Subclipse and Subversive. You can refer to this question for a comparison of the two.

like image 83
Tunaki Avatar answered Sep 20 '22 12:09

Tunaki