Table of Contents

Greenstone Subversion (SVN) Repository

The Greenstone source code is kept under version-control in a subversion repository. For information about using SVN see this page, or the subversion book.

Repository Structure

The basic structure of the repository is

http://svn.greenstone.org/

The main area is where the core source code lives. It is made up of branches, tags and trunk. The trunk is the main line of development of the source code. Tags are used to mark the repository at each release point. Branches are used to develop features on the sideline without disrupting the main trunk.

The important projects inside main are:

http://svn.greenstone.org/main/trunk/

gs2build is a package of greenstone 2 collection building code that is used by the greenstone 3 software.

Greenstone checkout

##########################################

Notes

Line Endings

All of the line endings in the repository files are linux-style (\n) line endings. We ask that you do not check in files which do not conform to this standard. Therefore, we recommend finding a suitable editor for your platform, which uses this style of line ending.