Avalon Repository - Installation

The repository facility is available as a binary downaload or can be built from CVS. The following instructions deal with CVS related builds.

CVS Install

To build the repository facility you need to checkout the Merlin project from CVS. The commands in this document assume a unix-style system; the procedure under windows is similar, and identical if you have cygwin installed.

$ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
$ cvs -z3 -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co avalon/util
$ cvs -z3 -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co avalon/repository

Once checkout is complete you can build Merlin using Maven as follows:

$ cd avalon/util
$ maven
$ cd ../repository
$ maven