Difference between revisions of "Detox log"

From Archivematica
Jump to navigation Jump to search
Line 12: Line 12:
  
  
 +
[[Category:Design]]
 +
To support various file systems the file & folder names were changed with the detox program.
 +
These changes needed to be included in the metadata for the SIP.
  
Needed the changed names reflected in the XML log of what the current file names are, and the previous file names
 
  
 +
[[Category:Developoment]]
 +
- Once verified working correctly, should overwrite SIP.xml, and not create new file (SIPOUT.xml).
 +
- Can verify the UUID for the SIPs correspond.
  
 
+
[[Category:Documentation]]
 
+
Detox will output a list of file changes. In the archivematica system these changes are logged to the detox.log.
[[Category:Development documentation]]
+
To include this information, as metadata, the SIPOUT.xml is generated by add_detox_to_SIP.py from detox.log and SIP.xml.
 +
add_detox_to_SIP.py proccesses detox.log line by line, to update any filename changes in SIPOUT.xml

Revision as of 14:39, 1 April 2010

Design This page proposes a new feature and reviews design options
Development This page describes a feature that is currently in development
Documentation This page documents an existing feature

To support various file systems the file & folder names were changed with the detox program. These changes needed to be included in the metadata for the SIP. - Once verified working correctly, should overwrite SIP.xml, and not create new file (SIPOUT.xml). - Can verify the UUID for the SIPs correspond. Detox will output a list of file changes. In the archivematica system these changes are logged to the detox.log. To include this information, as metadata, the SIPOUT.xml is generated by add_detox_to_SIP.py from detox.log and SIP.xml. add_detox_to_SIP.py proccesses detox.log line by line, to update any filename changes in SIPOUT.xml