This is the root-Subversion directory for the AnuGA Software Development Project developed at Geoscience Australia (GA) and Mathematical Sciences Institute at the Australian National University. =======SVN=========== The Subversion URL is https://anuga.anu.edu.au/svn/anuga/trunk To checkout mkdir anuga cd anuga svn co https://anuga.anu.edu.au/svn/anuga/trunk Note that this repository is a merger of two separate SVN repositories. The earliest entry is thus not revision 1 but revision 136 19 August 2004 (empty padding). The earliest real entry is revison 173: ---- Revision: 173 Author: ole Date: 2:10:38 PM, Wednesday, 18 August 2004 Message: Initial import of GA storm surge project ---- =======TRAC==================== The project is managed through TRAC with URL https://datamining.anu.edu.au/anuga or from commandline using trac-admin in /home/trac on datamining.anu.edu.au Ex trac-admin AnuGA help trac-admin AnuGA permission help trac-admin AnuGA permission list trac-admin AnuGA permission add ole CONFIG_VIEW trac-admin AnuGA permission remove anonymous BROWSER_VIEW trac-admin initenv AnuGA /home/svn/ga trac-admin AnuGA component list The file conf/trac-ini contains more configurations including details about email notification ====Buildbot==== These are the commands you need to run to restart the buildbot master or slave (say, whenever major changes in configuration occur). On datamining as ole: sudo -H -u bbmaster buildbot stop ~bbmaster/buildbot sudo -H -u bbmaster buildbot start ~bbmaster/buildbot On bergen as ole: sudo -H -u bbslave buildbot stop ~bbslave/buildbot sudo -H -u bbslave buildbot start ~bbslave/buildbot And on datamining the buildbot interface is invoked as mozilla http://localhost:8010 http://datamining.anu.edu.au:8010 To reload master.cfg sudo -H -u bbmaster buildbot sighup ~bbmaster/buildbot See http://buildbot.sourceforge.net/PyCon-2003/buildbot.html