🏗 The CLDR site has been migrated to a new platform. Formatting and links continue to be fixed.
Go to http://www.eclipse.org/
Downloads
Pick Eclipse IDE for Java EE Developers (eg Mac OS X 64 Bit)
download
If you download the wrong one,
Help>Install
http://download.eclipse.org/webtools/repository/indigo (or whatever the version is)
Web Tools Platform (latest version)
Go to http://subclipse.tigris.org/ > Downloads
Find the latest release that works with Eclipse of your version. Eg. http://subclipse.tigris.org/update_1.8.x
Help>Install new software...
Paste subclipse URL above in “Work with:”
Select both Subclipse and SVNKit
Next, Next, Accept, Finish
Ignore warnings about unsigned content
Restart
Go to Preferences > Team > SVN > SVN Interface Client
Pick SVNKit …
If you don’t do this, you get the picture below.
File > Import > Checkout projects from SVN > Next
Create new Repository, use svn+ssh://unicode.org/repos/cldr
Close error box
See box “Enter SSH Credentials”
Enter user and private key (see XXX)
Port 22
Get strange message.
Say Ok
You should get the project loaded up in {workspace}/cldr
Do the same with cldr-apps; even if you don't use it, you want refactoring to cover both projects!
File - Import > General > Existing Projects into Workspace
Select Root Directory: put in {workspace}/cldr/tools
DON’T check “Copy projects into Workspace”
Do this for both cldr-tools and cldr-apps.
Go back to Eclipse Setup, and continue after "Preferences".