svn) from the command line).
Use this method if getting the Eclipse plug-in named "Subversive" is not working for you. To try to install the Eclipse plug-in named "Subersive", see Eclipse is aware of the Subversion aspects of the project.
For other ways to set up Eclipse and Ptolemy II, see the Setting up Eclipse to manage your Ptolemy II development Environment page.
http://ptolemy.eecs.berkeley.edu/ptolemyII/ptIIlatest/cygwin.htm
svn co https://source.eecs.berkeley.edu/svn/chess/ptII/trunk ptII
https:// because
they will be accessing the tree with read-only Subversion access.
source.eecs.berkeley.edu, then check out ptII with
read/write access:
svn co svn+ssh://source.eecs.berkeley.edu/chess/ptII/trunk ptII
Or, if your user id on source.eecs is different than your current user id
on your machine:
svn co svn+ssh://yourID@source.eecs.berkeley.edu/chess/ptII/trunk ptII
File | New | Project,
select 'Java project'.
In the 'Contents' box, click on 'Create project from existing source'
and browse to the PTII directory. Finish.