Subversion Repositories DevTools

Rev

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

Rev 1431 Rev 2022
Line 277... Line 277...
277
    #
277
    #
278
    Verbose ("Apply new label to package: $tag_label");
278
    Verbose ("Apply new label to package: $tag_label");
279
    $session->SvnCopyWs (
279
    $session->SvnCopyWs (
280
               'target'         => $session->BranchName($tag_label, 'tags' ),
280
               'target'         => $session->BranchName($tag_label, 'tags' ),
281
               'modified'       => $opt_ofile,
281
               'modified'       => $opt_ofile,
-
 
282
               'modifiedRoot'   => $sessionRoot,
282
               'noswitch'       => 1,
283
               'noswitch'       => 1,
283
               'replace'        => 0,
284
               'replace'        => 0,
284
               'comment'        => 'Created by Jats SaveBuild',
285
               'comment'        => 'Created by Jats SaveBuild',
285
               'noupdatecheck'  => 2,
286
               'noupdatecheck'  => 2,
286
               );
287
               );