This is the root-Subversion directory for the AnuGA Software Development Project developed at the Risk Assessment Methods Project at Geoscience Australia and Mathematical Sciences Institute at the Australian National University. =======SVN=========== The Subversion URL is https://datamining.anu.edu.au/svn/ga/ To checkout mkdir anuga cd anuga svn co --username ole https://datamining.anu.edu.au/svn/ga Externals: svn propget svn:externals pyvolution set with propset. Keywords: To set subversion keyword expansion: svn propset svn:keywords "LastChangedDate LastChangedRevision LastChangedBy HeadURL Id" version.txt Subversion keywords: $LastChangedDate: 2005-01-21 13:47:47 +1100 (Fri, 21 Jan 2005) $ $LastChangedRevision: 635 $ $LastChangedBy: ole $ $HeadURL: https://datamining.anu.edu.au/svn/projects/ga/storm_surge/pyvolution/version.txt $ $Id: version.txt 635 2005-01-21 02:47:47Z ole $ 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