SVN repository access
The trunk/ directory represents the canonical version of Screensaver, to which collaborators merge/contribute their community-approved changes. After official releases of the trunk, collaborators are encouraged to merge from the trunk back to their own development branch(es), to keep in sync with the main line of development.
branches/{iccbl,nki,imcb}/ are branches for each collaborators' independent line of development.
Anonymous Subversion (SVN) access
This project allows anonymous checkouts of its source code. Use the command below and use 'anonymous' as the username and a blank password to checkout the code.
svn checkout http://forge.abcd.harvard.edu/svn/screensaver
Developer Subversion Access via DAV
Only project developers can access the SVN tree via this method. Substitute
svn checkout --username developername http://forge.abcd.harvard.edu/svn/screensaver

