This page hosts the detailed specification for the [https://blueprints.launchpad.net/sahana3/+spec/bzr-hooks Blueprint for Bzr Hooks for Committers]. It is for working on tools to enhance the process for committers to Trunk: DeveloperGuidelinesBzr == Problem Statement == We use the database to store key reference data which should be available to any new instance. We also use the database to create test data which shouldn't be present for new instances. We need a tool to populate the database with reference data.[[BR]] This is like {{{gis_conf.inc}}} & {{{mysql-config.sql}}} for S2 We need a tool to empty the databases (& reset IDs).[[BR]] The development database is sqlite: {{{ sqlite3 storage.db ???? }}} http://sqlite.org/lang_vacuum.html ? These tools should be triggered via a Bzr start-commit-hook. An alternative /could/ be to make reference data use a Storage() instance like T2.messages: {{{ def _define_messages(self): self.messages=Storage() self.messages.record_created="Record Created" }}} However then local admins wouldn't be able to use appadmin to make local customisations.[[BR]] (This /could/ be a good thing?) === Reference Data === module, x_menu_option, gis_config, gis_projection, gis_marker