Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix Subclipse if I can't share my project anymore?

I use Eclipse for programming and SVN for versioning. Since not long, I can't share my project. I have this error after click on myproject -> Team -> Share -> SVN:

Selected SVN connector library is not available or cannot be loaded.

When I look at the SVN, I have this message :

Could not create the view: org.tigris.subversion.subclipse.ui.repository.RepositoriesView

What should I do to fix it?

like image 807
Whitney R. Avatar asked Dec 19 '12 16:12

Whitney R.


2 Answers

Are you using Subversive or Subclipse?

I had the same problem with the first one, uninstalled it, installed Subclipse and that was it!

Here is the link

like image 159
mathifonseca Avatar answered Oct 23 '22 20:10

mathifonseca


I found, I redownload Eclipse and unpack it and I reinstall subversion in Eclipse and now it's work.

like image 26
Whitney R. Avatar answered Oct 23 '22 22:10

Whitney R.