From 7ca4e251108e50671067d6114934085d263a639c Mon Sep 17 00:00:00 2001 From: olivier Date: Fri, 23 Jan 2009 18:22:52 +0000 Subject: [PATCH] import: fix folder names (dates) git-svn-id: http://svn.parisson.org/svn/crem@59 3bf09e05-f825-4182-b9bc-eedd7160adf0 --- trunk/import/prototype/README.mnhn | 2 +- trunk/import/prototype/README.mucem | 2 +- .../Item+CollGabon.csv | 0 .../Item+CollGabon.xls | Bin .../ItemCollMucem15-01.csv | 0 .../ItemCollMucem15-01.xls | Bin 6 files changed, 2 insertions(+), 2 deletions(-) rename trunk/import/prototype/src/{mnhn-2009-15-23 => mnhn-2009-01-23}/Item+CollGabon.csv (100%) rename trunk/import/prototype/src/{mnhn-2009-15-23 => mnhn-2009-01-23}/Item+CollGabon.xls (100%) rename trunk/import/prototype/src/{mucem-2009-15-01 => mucem-2009-01-15}/ItemCollMucem15-01.csv (100%) rename trunk/import/prototype/src/{mucem-2009-15-01 => mucem-2009-01-15}/ItemCollMucem15-01.xls (100%) diff --git a/trunk/import/prototype/README.mnhn b/trunk/import/prototype/README.mnhn index f922180..772b1aa 100644 --- a/trunk/import/prototype/README.mnhn +++ b/trunk/import/prototype/README.mnhn @@ -15,7 +15,7 @@ production environment. Example:: - $ cp src/mnhn-2009-15-23/Item+CollGabon.csv /tmp/mnhn_import.csv + $ cp src/mnhn-2009-01-23/Item+CollGabon.csv /tmp/mnhn_import.csv 3. Use the SQL import script to insert the data into your MySQL database. diff --git a/trunk/import/prototype/README.mucem b/trunk/import/prototype/README.mucem index e12a3e9..c500d08 100644 --- a/trunk/import/prototype/README.mucem +++ b/trunk/import/prototype/README.mucem @@ -15,7 +15,7 @@ production environment. Example:: - $ cp src/mucem-2009-15-01/ItemCollMucem15-01.csv /tmp/mucem_import.csv + $ cp src/mucem-2009-01-15/ItemCollMucem15-01.csv /tmp/mucem_import.csv 3. Use the SQL import script to insert the data into your MySQL database. diff --git a/trunk/import/prototype/src/mnhn-2009-15-23/Item+CollGabon.csv b/trunk/import/prototype/src/mnhn-2009-01-23/Item+CollGabon.csv similarity index 100% rename from trunk/import/prototype/src/mnhn-2009-15-23/Item+CollGabon.csv rename to trunk/import/prototype/src/mnhn-2009-01-23/Item+CollGabon.csv diff --git a/trunk/import/prototype/src/mnhn-2009-15-23/Item+CollGabon.xls b/trunk/import/prototype/src/mnhn-2009-01-23/Item+CollGabon.xls similarity index 100% rename from trunk/import/prototype/src/mnhn-2009-15-23/Item+CollGabon.xls rename to trunk/import/prototype/src/mnhn-2009-01-23/Item+CollGabon.xls diff --git a/trunk/import/prototype/src/mucem-2009-15-01/ItemCollMucem15-01.csv b/trunk/import/prototype/src/mucem-2009-01-15/ItemCollMucem15-01.csv similarity index 100% rename from trunk/import/prototype/src/mucem-2009-15-01/ItemCollMucem15-01.csv rename to trunk/import/prototype/src/mucem-2009-01-15/ItemCollMucem15-01.csv diff --git a/trunk/import/prototype/src/mucem-2009-15-01/ItemCollMucem15-01.xls b/trunk/import/prototype/src/mucem-2009-01-15/ItemCollMucem15-01.xls similarity index 100% rename from trunk/import/prototype/src/mucem-2009-15-01/ItemCollMucem15-01.xls rename to trunk/import/prototype/src/mucem-2009-01-15/ItemCollMucem15-01.xls -- 2.39.5