Obtaining Overhaul Code from Version Control
SubVersion Checkout
SIGSoft uses SubVersion to control our source code. Anonymous checkouts are always available from the URL http://www.acm.uiuc.edu/svn/sigsoft/overhaul/trunk. Many UNIX and Linux systems include the svn command. For Mac OS X, the Matissian Package is an excellent subversion installation that also includes JavaHL and SSL bindings. The following command will check out the latest (head) revision of the cte trunk. The dollar sign is the command prompt, which may differ from one shell to another.
$ svn co http://www.acm.uiuc.edu/svn/sigsoft/cte/trunk
For Windows users, we recommend TortoiseSVN, a full-featured SVN client for Windows that puts all the SubVersion commands into contextual menus in the Windows Explorer. Documentation and directions for this product are on the website.
