Subversion Repositories DevTools

Rev

Rev 3396 | Rev 3830 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3396 Rev 3552
Line 298... Line 298...
298
    'qtobeapp'                        => 'Trunk=.uk',
298
    'qtobeapp'                        => 'Trunk=.uk',
299
 
299
 
300
    'br_applets'                      => 'flatTime,LimitProjectBase=/ProjectCD/seattle'.
300
    'br_applets'                      => 'flatTime,LimitProjectBase=/ProjectCD/seattle'.
301
                                       ',mergePaths=++:build/**:Sales/**:FarePayment/**:KCM/**:unit_test/**:VP/**:WSF/**'.
301
                                       ',mergePaths=++:build/**:Sales/**:FarePayment/**:KCM/**:unit_test/**:VP/**:WSF/**'.
302
                                       ',processRipples',
302
                                       ',processRipples',
-
 
303
 
-
 
304
    'CDAdministration'                => 'NoRetain,IgnoreMakeProject,XXXXLimitProjectBase=/MASS_Dev_Infra',
303
    
305
    
304
 
306
 
305
 
307
 
306
    'icl'                   => 'IgnoreProjectBase,',
308
    'icl'                   => 'IgnoreProjectBase,',
307
    'itso'                  => 'IgnoreProjectBase,',
309
    'itso'                  => 'IgnoreProjectBase,',
Line 1044... Line 1046...
1044
        if ( index( $data, ',utf8,' ) >= 0) {
1046
        if ( index( $data, ',utf8,' ) >= 0) {
1045
            $mustConvertFileNames = 1;
1047
            $mustConvertFileNames = 1;
1046
            Message ("Convert filenames to UTF8");
1048
            Message ("Convert filenames to UTF8");
1047
        }
1049
        }
1048
 
1050
 
-
 
1051
        if ( index( $data, ',NoRetain,' ) >= 0) {
-
 
1052
            $opt_reuse = 2;
-
 
1053
            Message ("Package Versions not Retained");
-
 
1054
        }
-
 
1055
 
1049
        if ( $data =~ m~,Trunk=(.*?),~ ) {
1056
        if ( $data =~ m~,Trunk=(.*?),~ ) {
1050
            my $tt = $1;
1057
            my $tt = $1;
1051
            $Projects{$tt}{Trunk} = 1;
1058
            $Projects{$tt}{Trunk} = 1;
1052
            Message ("Force project to trunk: $tt");
1059
            Message ("Force project to trunk: $tt");
1053
        }
1060
        }