In attempting to install an Evergreen system based on tag rel_1_6_1_0 [1], I received some "file not found" errors. Upon further investigation, it seems 2 files in Open-ILS/src/sql/Pg/[2] are referenced in build-db.sh[3], which appears to be called from eg_db_config.pl[4] as part of the installation process [5], are missing from tag rel_1_6_1_0. The files are: 008.schema.query.sql 015.schema.staging.sql
The files appear to be missing from branch rel_1_6_1 [6] and branch rel_1_6 [7] as well, but they do appear in trunk. --Don [1] http://svn.open-ils.org/trac/ILS/browser/tags/rel_1_6_1_0 [2] http://svn.open-ils.org/trac/ILS/browser/tags/rel_1_6_1_0/Open-ILS/src/sql/Pg/ [3] http://svn.open-ils.org/trac/ILS/browser/tags/rel_1_6_1_0/Open-ILS/src/sql/Pg/build-db.sh [4] http://svn.open-ils.org/trac/ILS/browser/tags/rel_1_6_1_0/Open-ILS/src/support-scripts/eg_db_config.pl [5] http://evergreen-ils.org/dokuwiki/doku.php?id=server:1.6.0:install [6] http://svn.open-ils.org/trac/ILS/browser/branches/rel_1_6_1/Open-ILS/src/sql/Pg [7] http://svn.open-ils.org/trac/ILS/browser/branches/rel_1_6/Open-ILS/src/sql/Pg [8] http://svn.open-ils.org/trac/ILS/browser/trunk/Open-ILS/src/sql/Pg
