Setting up the svn

From Knowitall
Revision as of 02:57, 23 November 2010 by 98.247.43.205 (talk) (Created page with "The svn is located at: /projects/WebWare7/afader/svn/occam/Occam Or for an external machine you can use: svn+ssh://turingc.cs.washington.edu/projects/WebWare7/afader/svn/occ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The svn is located at:

/projects/WebWare7/afader/svn/occam/Occam

Or for an external machine you can use:

svn+ssh://turingc.cs.washington.edu/projects/WebWare7/afader/svn/occam/Occam

I have a couple of options for checking out the svn and getting the project to work with Eclipse.

SVN Command Line

Create an Eclipse workspace folder and checkout the project inside of it:

svn co svn+ssh://turingc.cs.washington.edu/projects/WebWare7/afader/svn/occam/Occam

If you need to specify a username, put it after the "//". Then you need to open your workspace in Eclipse, select the menu item "File -> Import...", select "General -> Existing Projects into Workspace" and add the project.

Subclipse Add-on

Install subclipse (http://subclipse.tigris.org/) by following the installation instruction on their homepage. Note that if you are checking it out on a non-network machine you will need to supply credentials. On Linux, this means you need to run Eclipse from the command line and it will ask for the password there when the time comes. Otherwise it won't work (or at least, I have not figured out how to make it work).

You should be able to get the project to compile from within Eclipse but you will need to add a project that links to Occam to execute an example. You can also compile from the command line by running "ant". Tony has an excellent README and example application (Example.java) in the root directory.