= Subversion Repository = == Structure == The repository is divided in following base modulse: * [source:trunk trunk] - main line of development * [source:tags tags] - snapshots of the trunk branch * [source:branches branches] - various branches of the main line and experimental components Here is the overivew of structure of the trunk: * [source:trunk/libs trunk/libs] - collection of standalone, internal and thirdparty libraries constituting the MOSS4G framework * [source:trunk/apps trunk/apps] - end-user applications developed using the framework == How to checkout sources == Here is the command that can be used to download current development version of all sources: {{{ svn checkout http://svn.osgeo.org/moss4g/trunk/ moss4g }}}