Subversion Repositories DevTools

Rev

Rev 6391 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6391 Rev 6395
Line 351... Line 351...
351
        $data{fullname} = 'doc';
351
        $data{fullname} = 'doc';
352
        $data{path} = 'doc';
352
        $data{path} = 'doc';
353
        $data{type} = 'dir';
353
        $data{type} = 'dir';
354
        $data{machtype} = 'unknown';
354
        $data{machtype} = 'unknown';
355
        $data{host} = $GBE_HOSTNAME;
355
        $data{host} = $GBE_HOSTNAME;
-
 
356
        $data{noWarn} = 1;
356
        push @{$retData},\%data;
357
        push @{$retData},\%data;
357
    }
358
    }
358
 
359
 
359
    #
360
    #
360
    #   Process each file
361
    #   Process each file
Line 648... Line 649...
648
                updateRmFilesInsert();
649
                updateRmFilesInsert();
649
            }
650
            }
650
        }
651
        }
651
        else
652
        else
652
        {
653
        {
-
 
654
            unless ($entry->{noWarn}) {
653
            Warning("Multiple file entries for: $fpath $fname");
655
                Warning("Multiple file entries for: $opt_pname, $opt_pversion : $fpath $fname");
-
 
656
            }
654
        }
657
        }
655
    }
658
    }
656
    updateRmFilesInsert();
659
    updateRmFilesInsert();
657
    Verbose ("Inserted $eCount entries into Release_Components");
660
    Verbose ("Inserted $eCount entries into Release_Components");
658
}
661
}