Ignore:
Timestamp:
2016-05-09T16:53:48+12:00 (8 years ago)
Author:
ak19
Message:

Fixing incremental-rebuild when the database is gdbm. At this point (see buildcolutils.pm), the code needs to deactivate the collection before calling make_infodatabase(), since otherwise there's a lock on the gdbm database which prevents successful incremental-rebuild and activation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/inexport.pm

    r30489 r30517  
    12841284        if ($existing_f =~ m/^$situated_dir/) {
    12851285
    1286         print STDERR "**** Existing file $existing_f\nis located within\n$situated_dir\n";
     1286#       print STDERR "**** Existing file $existing_f\nis located within\n$situated_dir\n";
    12871287
    12881288        push(@$reindex_files,$existing_f);
Note: See TracChangeset for help on using the changeset viewer.