|
The source code for the DND server is available for download or browsing from our Subversion revision control system.
Downloading Sources from Subversion
The following command will download the current ("trunk") version of the DND server sources from Subversion into a directory named "dndserv":
% svn co http://dev.dartmouth.edu/svn/softdev/dnd/server/trunk dndserv
Browsing the Sources Via the Web
You can also browse the Subversion repository from a Web browser at http://dev.dartmouth.edu/projects/softdev/dnd/browser/server/trunk.
|