Reputation: 26652
When I try to checkout my project in Eclipse in doesn't work. What can I do about it? It just waits and nothing happens.
So I wasted my time completely and instead I can install the subclipse plugin, and right away nothing is possible again:
Upvotes: 0
Views: 191
Reputation: 2942
Can you receive your svn repository via svn on the commandline? You should try to get it there and then import it to eclipse via File->Import...
. That also adds the usual SVN capabilities to the eclipse project if the svn plugin is installed correctly.
What svn plugin are you using? There are subversive and subclipse, and I had different experiences using either of them.
Could you fetch any other svn repository via the dialog? Just get one on github(click Subversion right there where you get the git url) and try to get it.
Upvotes: 1