Ignore:
Timestamp:
2010-10-27T11:28:37+13:00 (13 years ago)
Author:
kjdon
Message:

small changes. Still need to tidy this up a lot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/manifest-demo-e/etc/collect.cfg

    r23173 r23219  
    6666import folder and import.extra folder with additional material.
    6767manifests folder contains the manifest files.
     68Index, Reindex, Delete. Filename/OID
    6869Uses command line building.
    6970
     
    8081Copy the three folders fb33fe  fb34fe  wb34te from import.extra into import.
    8182
    82 perl -S import.pl -keepold -manifest manifests/add-new-files.xml documented-examples/manifest-demo-e
     83perl -S incremental-import.pl -manifest manifests/add-new-files.xml documented-examples/manifest-demo-e
    8384perl -S incremental-buildcol.pl documented-examples/manifest-demo-e
    8485
     
    87883. Delete some documents from the collection.
    8889
    89 perl -S import.pl -keepold -manifest manifests/delete-some-files.xml documented-examples/manifest-demo-e
     90perl -S incremental-import.pl -manifest manifests/delete-some-files.xml documented-examples/manifest-demo-e
    9091perl -S incremental-buildcol.pl documented-examples/manifest-demo-e
    9192
     
    9899Copy import.extra/fb34fe-metadata.xml to import/fb34fe/metadata.xml
    99100
    100 perl -S import.pl -keepold -manifest manifests/new-metadata.xml documented-examples/manifest-demo-e
     101perl -S incremental-import.pl -manifest manifests/new-metadata.xml documented-examples/manifest-demo-e
    101102perl -S incremental-buildcol.pl documented-examples/manifest-demo-e
    102103
Note: See TracChangeset for help on using the changeset viewer.