sixtyfootersdude
sixtyfootersdude

Reputation: 27241

How to enable Subversive (Eclipse Plugin) for a project

I am using subversive (an eclipse plugin) to connect connect to an SVN repository. I have only been using it for several weeks but it has been great.

Whenever I create a new project everything works great (see the left side of the image), the project automatically hooks itself up to svn. When I open a workspace that I had before I installed subversive it does not use the plugin (see the right side of the image).

enter image description here

I have tried numerous things to try to enable the plugin:

How can I enable the plugin? The only way that I have found that works is to checkout the project in a fresh empty folder and then open it in eclipse. I am trying to avoid this since it will take an hour or so to redownload.

Upvotes: 0

Views: 2014

Answers (1)

JB Nizet
JB Nizet

Reputation: 692121

Right-click on the project, choose Team - Share project... It should then detect the .svn directories already present and propose you to reuse the SVN information stored inside.

Upvotes: 4

Related Questions