Greenstone SVN

Greenstone SVN

From GreenstoneWiki

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

svn co http://svn.greenstone.org/gsdl/trunk gsdl

Then you need to checkout a supplementary package. Change to the gsdl directory and run:

svn co http://svn.greenstone.org/indexers/trunk indexers

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

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

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

svn update

Please see our compiling page for notes about compiling Greenstone.

Installing SVN

For notes on installing SVN, read Install_SVN_on_Linux.