29
4
|
I have installed the latest Eclipse (Kepler) into a new directory and can no longer access my repositories through Eclipse.
As far as I can tell, I've set up everything properly after 2 days of trying to fix this.
wtf?
Should I just ditch the supposedly better, newer Eclipse and go back a step so I can at least work?
| ||||||||
|
25
|
I've never had this problem in Linux, but I recently had it in Windows. This is what I did:
| ||||||||
|
5
|
you can install the connector here: http://www.polarion.com/products/svn/subversive/download.php
| ||||||||
|
3
|
I was also facing the same the problem. Solution is simple just delete metadata folder from current workspace or create the new workspace.
| ||
2
|
The main problem was that I needed to clear out my workspace. The trigger that downloads the connector was not activating.
When I pointed Eclipse to a new workspace, the connector download appeared during the following startup.
Archived my old workspace and slowly adding work in progress.
It's really important to stay organized if one is going to do development on multiple projects at once.
| ||
2
|
Use this url to install SVN connectors for Eclipse/Kepler
latest stable release
| ||
1
|
One important detail in resolving this issue was remembering that I wanted to keep my workspace. When I decided to start from scratch, I backed up the workspace, and then copied over only the directories that I needed, instead of the entire workspace as I had been doing.
The result of starting fresh is that some hidden files residing in the old workspace were not longer present and the triggers for installing the connector executed properly.
everything was fine after that.
| ||
0
|
Go to the marketplace and search for Subclipse (or another tool) and install it. Next time you open the Team Synchronizing perspective you will have SVN support (not only Git and CVS anymore). You will be able to add SVN repositories as usual in SVN Repository Exploring perspective.
| |||
0
|
Note for anyone having strange Eclipse plugin install/update problems under Windows: if your normal Windows login does not have Administrator privileges (for security it should not) then Eclipse plugin install/update can break unexpectedly due to file permissions.
An example (misleading) error message when attempting to install SVN connectors is:
In this case, always perform Eclipse plugin install/update as an Administrator and the above-mentioned problems vanish. I thought I should share this here because the Eclipse error messages can lead you in completely the wrong direction.
| ||