This page is in the 'old' namespace, and was imported from our previous wiki. We recommend checking for more up-to-date information using the search box.

Greenstone SVN

To checkout the Greenstone source code from our server do the following:

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

To checkout the Greenstone Librarian Interface source code, change to the greenstone2 directory and do the following:

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

Once you have the code you may update it at any time by changing to the greenstone2 directory and typing:

svn update
svn update gli

Please see our compiling page for notes about compiling Greenstone.

Installing SVN

For notes on installing SVN, read Install_SVN_on_Linux.