This directory contains the version of IMP trunk that was used in the most recent nightly build (http://salilab.org/imp/nightly/tests.html). To use, first check out this directory: svn co https://svn.salilab.org/imp/nightly/last_rw last-nightly (Note that you will need a Salilab username and password to check out this directory. If you do not have one, use the 'last' directory instead.) This will make a new directory 'last-nightly' (you can of course choose any name for this directory) containing a single directory 'trunk'. Inside the 'trunk' directory is a copy of the IMP trunk at the same revision number as the last nightly build. To update your checkout to the most recent nightly build, do 'svn up' within the 'last-nightly' directory. To update your checkout to the most recent revision of IMP trunk (usually this is newer than the last nightly build) do 'svn up' within the 'trunk' directory (or on individual files or directories within 'trunk').