Subversion Repositories DevTools

Rev

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

Rev 267 Rev 271
Line 821... Line 821...
821
    {
821
    {
822
        Verbose "Delete Directory: $VIEWDIR\n";
822
        Verbose "Delete Directory: $VIEWDIR\n";
823
        rmtree( $VIEWDIR );
823
        rmtree( $VIEWDIR );
824
    }
824
    }
825
 
825
 
826
    SvnCo ( $svn_label->Full, $VIEWDIR, '--Export' );
826
    $svn_label->SvnCo ( $svn_label->Full, $VIEWDIR, '--Export' );
827
 
827
 
828
    #
828
    #
829
    #   Count this files in the view
829
    #   Count this files in the view
830
    #   Done so that its clear when we have a empty workspace
830
    #   Done so that its clear when we have a empty workspace
831
    #
831
    #