Tip

It is possible to customize run-time monitoring.

SVN (Subversion) code repository

Anonymous (read only) SVN Access

This project's SVN repository (on BerliOS.de server) can be checked out through anonymous (svnserve) SVN with the following instruction set.

svn checkout svn://svn.berlios.de/cloveretl/trunk

Anonymous SVN Access via HTTP

This project's BerliOS Developer SVN repository can be checked out through anonymous HTTP with the following instruction set.

svn checkout http://svn.berlios.de/svnroot/repos/cloveretl/trunk

Modulenames you can choose to checkout
(more than likely you will need them all))

cloveretl.engine this is the top of the code tree for Clover.ETL framework
cloveretl.bulkloader implementation of various DB bulk-loaders (Oracle, DB2, MS SQL, MySQL, PostgreSQL, ...)
cloveretl.component various transformation components (readers, writers, joiners, ..etc..)
cloveretl.connection code for various kinds of connections (JDBC, JMS, ...)
cloveretl.lookup implementation of various kinds of lookup-tables (Simple, Range, DB)
cloveretl.sequence implementation sequences
cloveretl.thirdparty third-party code/components donated to Clover.ETL project
cloveretl.tlfunction implementation of built-in functions for CTL (Clover Transformation Language)

WWW access to the SVN repository

You can browse the repository using your favorite WEB browser !