IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28314


Ignore:
Timestamp:
Jun 14, 2010, 2:38:38 PM (16 years ago)
Author:
heather
Message:

merging my change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20100610/ippScripts/scripts/minidvodb_merge.pl

    r28221 r28314  
    171171            if ($this_is_the_first) {
    172172               
    173                 $merge_command = "cp -rp $minidvodb/* $mergedvodb";
     173                $merge_command = "rsync -rvat $minidvodb/* $mergedvodb";
    174174            } else {
    175175                $merge_command = "$dvomerge $minidvodb into $mergedvodb";
Note: See TracChangeset for help on using the changeset viewer.