This page describes how to get the source code for CS-Map Open Source. In order to access the source you will need a Subversion client. Information for Subversion can be found at http://subversion.tigris.org/. The client that we like to use is TortoiseSVN available from http://tortoisesvn.tigris.org/, because it provides a nice shell integration with Windows. The location of the Subversion repository is http://svn.osgeo.org/metacrs/csmap/. From there you will find the trunk which contains the latest code, and branches that contains the current branch that we are working on (actually, we are often actively working on trunk until we get close to the release). As an example, to get the latest code from trunk using the subversion command line client use the following command: {{{ svn checkout http://svn.osgeo.org/metacrs/csmap/trunk/CsMapDev/ mydir }}} This will do an anonymous retrieval of the source code in trunk/CsMapDev to your local ''mydir'' directory.