Thank you for your registration

This page provides anonymous READONLY access to the DART software source code via subversion, which will enable you to download bugfixes and any new features as they become available. Updates will be released periodically and announcements will be sent to the email address you provided. If you'd like to be removed from that list, please send Tim Hoar an email to that regard: thoar 'at' ucar 'dot' edu

Just so the documentation makes sense, we are suggesting the following directory structure for the DART project. The latest version should go in a directory named HEAD. 'Branches' are tagged versions that should go in directories that reflect the tag/branch name. With the following instructions, the DART source will be installed in a sub-directory called DART .

Subversion takes the stance that disk is cheap and network bandwidth is not always available, so subversion downloads two copies of the project. A pristine copy of the project is stored in the (hidden) subversion administration directories in addition to the working copy of the project. The point being several svn operations (diff, revert, ...) can be performed even if there is no network available.

If the 'svn' command fails, please send me email with a little bit of the error message. thoar .at. ucar .dot. edu If you are prompted to accept a certificate, you may accept it 'temporarily' (this will make sense if you are prompted). If you are asked for a password, something is wrong and you should definitely let me know asap. Thanks -- Tim

Latest Version

Approximately 382MB worth of source code and data files will be transferred. This version represents the development tree which may or not be a good idea. We do test things before we commit them to the repository, but EXTENSIVE testing is another thing.

mkdir HEAD
cd HEAD
svn checkout https://proxy.subversion.ucar.edu/DAReS/DART/trunk DART

Jamaica - (11 Apr 2007)

The Jamaica release is sufficiently behind the head that you're better off getting the head version. We believe it to be more stable than the Jamaica version.

NCAR users - take note!

If you are inside the UCAR network or connected by VPN:

svn checkout https://subversion.ucar.edu/DAReS/DART/trunk DART

Return to DART first page.