ChasteGuides/SvnAccessForNonDevelopers

Accessing the Chaste source code repository

Following requests from a couple of Chaste users and discussions between the developers, we have decided to offer read-only access to the Chaste repository via anonymous login. This access is provided with the caveat that the code is always in development (and the latest revision is not guaranteed to be passing all tests), and we will not be able to provide full support for between-release versions of the code. New users should therefore download one of the source releases.

The repository uses  Subversion to manage code versioning. You can checkout from Subversion via an IDE plug-in; or using a command-line client: to create a new directory called Chaste with an anonymous read-only checkout of Chaste do

svn --username anonymous checkout https://chaste.cs.ox.ac.uk/svn/chaste/trunk/ Chaste

and use your email address as the password.

If you wish to work with the latest revision, see ChasteGuides/ExternalDeveloperGuide for some helpful links and information.