Changes between Initial Version and Version 1 of BluePrintBzrHooks


Ignore:
Timestamp:
01/01/09 21:21:16 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintBzrHooks

    v1 v1  
     1This page hosts the detailed specification for the [https://blueprints.launchpad.net/sahana3/+spec/bzr-hooks  Blueprint for Bzr Hooks for Committers].
     2
     3It is for working on tools to enhance the process for committers to Trunk: DeveloperGuidelinesBzr
     4
     5== Problem Statement ==
     6We use the database to store key reference data which should be available to any new instance.
     7We also use the database to create test data which shouldn't be present for new instances.
     8
     9We need a tool to populate the database with reference data.[[BR]]
     10This is like {{{gis_conf.inc}}} & {{{mysql-config.sql}}} for S2
     11
     12We need a tool to empty the databases (& reset IDs).[[BR]]
     13The development database is sqlite:
     14{{{
     15sqlite3 storage.db ????
     16}}}
     17http://sqlite.org/lang_vacuum.html ?
     18
     19These tools should be triggered via a Bzr start-commit-hook.
     20
     21=== Reference Data ===
     22module, x_menu_option, gis_config, gis_projection, gis_marker