SFULibrary / islandora_rest_ingester

Command-line tool for ingesting objects via the Islandora REST interface
The Unlicense
3 stars 0 forks source link

If an object with a PID specified in "-n" exists, log and skip it #6

Closed mjordan closed 7 years ago

mjordan commented 7 years ago

If an object exists, we don't do anything. If it needs to be restored from an exported version (e.g. a Bag), it will need to be deleted first, then we can replace it.

mjordan commented 7 years ago

As of 98f2bb3565f1179b429823e1514919a067f43b12 this is in place, but we have an additional problem (what if there is more than one object input directory?). We can only specify one PID on the command line.