Revision 7482
Added by Aaron Marcuse-Kubitza almost 12 years ago
README.TXT | ||
---|---|---|
13 | 13 |
(https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/VegCore) |
14 | 14 |
is changed, regenerate mappings/VegCore.csv: |
15 | 15 |
make mappings/VegCore.htm-remake; make mappings/ |
16 |
When moving terms, check that no terms were lost: |
|
17 |
di mappings/VegCore.csv|grep ^+|wc -l |
|
18 |
di mappings/VegCore.csv|grep ^-|wc -l |
|
19 |
Check that the outputted counts are equal |
|
16 |
When moving terms, check that no terms were lost: svn di |
|
20 | 17 |
svn ci -m "mappings/VegCore.csv: Regenerated from wiki" |
21 | 18 |
Important: Whenever you install a system update that affects PostgreSQL or |
22 | 19 |
any of its dependencies, such as libc, you should restart the PostgreSQL |
Also available in: Unified diff
README.TXT: Maintenance: VegCore data dictionary: When moving terms, check that no terms were lost: Updated steps now that VegCore.csv and Veg+-VegCore.csv are sorted by name, so that a comparison of added/deleted counts is not necessary and a simple `svn di` can be used