Subversion Repositories DevTools

Rev

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

Rev 1356 Rev 1380
Line 1907... Line 1907...
1907
        #   Linux does not handle empty arguments in the same
1907
        #   Linux does not handle empty arguments in the same
1908
        #   manner as windows. Solution: pass an array
1908
        #   manner as windows. Solution: pass an array
1909
        #
1909
        #
1910
        my @mode;
1910
        my @mode;
1911
        push @mode, $mode if ( $mode);
1911
        push @mode, $mode if ( $mode);
-
 
1912
        my $spath = $self->FullPath() . '/' . $src_label;
1912
 
1913
 
-
 
1914
        Verbose2("backTrackSvnLabel. Log from $spath");
1913
        $self->SvnCmd ( 'log', '-v', '--xml', '-q'
1915
        $self->SvnCmd ( 'log', '-v', '--xml', '-q'
1914
                        , @mode
1916
                        , @mode
1915
                        , $self->FullPath() . '/' . $src_label
1917
                        , $spath
1916
                        , { 'credentials' => 1,
1918
                        , { 'credentials' => 1,
1917
                            'process' => \&ProcessBackTrack,
1919
                            'process' => \&ProcessBackTrack,
1918
                            'printdata' => $opt{printdata},
1920
                            'printdata' => $opt{printdata},
1919
                            'nosavedata' => 1,
1921
                            'nosavedata' => 1,
1920
                             }
1922
                             }