Skip to content
Gijs Molenaar edited this page Feb 13, 2014 · 4 revisions

Checking out MeqTrees sources

To begin with, you need a subversion client -- this is usually contained in the "subversion" package on all major distros.

Our subversion repositories are hosted on https://svn.astron.nl. The repositories are world-readable -- a username/password is only required to commit code.

The two main MeqTrees components can be checked out as follows:

 svn co https://svn.astron.nl/MeqTrees/trunk/Timba
 svn co https://svn.astron.nl/MeqTrees/trunk/Cattery

This will create directories called Timba and Cattery in your local directory, and check all source out into them.

Other useful bits to check out include

 svn co https://svn.astron.nl/Purr/trunk/Purr
 svn co https://svn.astron.nl/Tigger/trunk/Tigger
 svn co https://svn.astron.nl/Owlcat/trunk/Owlcat
Clone this wiki locally