Table of Contents
The subversion repository
The brick engine, language bindings, and tools are all stored in a subversion repository. To check out everything, run the following command:
% svn co http://svn.rs.tc/br
The latest code
To pull out the latest engine code and language bindings, run the following commands:
The engine itself
% svn co http://svn.rs.tc/br/brick/trunk
The Pascal bindings
% svn co http://svn.rs.tc/br/pascal-br/trunk
The Tcl bindings
% svn co http://svn.rs.tc/br/tcl-br/trunk
Browsing the repository on the web
The repository is also on the web at http://svn.rs.tc/.