To import a project from SVN you’ll need to install an SVN plugin, either Subversive or Subclipse. I recommend Subversive because that is the “official” eclipse project for SVN.
To Install Subversive:
1. Open the MyEclipse Configuration Center (Help > MyEclipse Configuration Center)
2. Click the “Software” tab.
3. The Eclipse 3.7 site should appear under the Public Sites section on the left.
4. Type Subversive into the box just under “Browse Software”
5. You should see several Subversive options under the Eclipse 3.7 update site. Right-click the one titled “Subversive SVN Team Provider (Incubation)” and select Add to Profile.
6. Click the Apply Change button to apply the change to your installation.
7. Follow the prompts and allow MyEclipse to restart.
8. Close the Configuration Center and open the SVN Repositories View (Window > Show View > Other > SVN Repositories)
9. Subversive requires a connector so it should prompt you to select one. I always use the newest SVN Kit, currently at 1.3.5. Just select that one, press Finish, and follow the prompts to install it.
10. After the install and second restart, the SVN Repositories view should allow you to create a SVN repository location and check out your project.