Subversion Repositories DevTools

Rev

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

Rev 1341 Rev 1344
Line 280... Line 280...
280
    #
280
    #
281
    #   Backtrack label so that we clone the tag source, not the tag
281
    #   Backtrack label so that we clone the tag source, not the tag
282
    #
282
    #
283
    if ( $ws_label_old =~ m~/tags/~ )
283
    if ( $ws_label_old =~ m~/tags/~ )
284
    {
284
    {
285
        $ws_label_old = $session->backTrackSvnLabel($label);
285
        $ws_label_old = $session->backTrackSvnLabel( 'tags/' . $label);
286
        Verbose2 ("Tag back tracked to: $ws_label_old");
286
        Verbose2 ("Tag back tracked to: $ws_label_old");
287
        $ws_label_old = $pkg_root . '/' . $ws_label_old;
287
        $ws_label_old = $pkg_root . '/' . $ws_label_old;
288
    }
288
    }
289
 
289
 
290
    $session->SvnCopy (
290
    $session->SvnCopy (