For those that sometimes must force a repligard import the following might be usefull (yes, it's about as elegant as a big sledgehammer but it works).
$gunzip file.xml.gz $sed -e "s/\" changed=\"[^\"]*\"/\" changed=\"20021231235959\"/" file.xml >file_fixed.xml $gzip file_fixed.xml Now you can import the file_fixed.xml.gz with repligard. You might want to set the timestamp to somewhere closer to the present moment, also note the format of the timestamp: it's not seconds but yyyymmddhhss. -- Eero af Heurlin [EMAIL PROTECTED] Consultant Partner Tel: +358 (0)20 198 6035 Nemein Solutions Oy http://www.nemein.com/ Nadmin Studio and Midgard support at 0600-1-2552 available for Finnish customers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
