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

BuildingTimba/CheckingOut (last edited 2012-02-06 10:50:13 by OlegSmirnov)