Subversion Repositories DevTools

Rev

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

Rev 2049 Rev 5073
Line 281... Line 281...
281
                   target => $ws_label,
281
                   target => $ws_label,
282
                   'allowLocalMods' => $opt_complexTag,
282
                   'allowLocalMods' => $opt_complexTag,
283
                   'noupdatecheck' => $opt_noUpdateCheck,
283
                   'noupdatecheck' => $opt_noUpdateCheck,
284
                   'noswitch' => 1,
284
                   'noswitch' => 1,
285
                   'replace' => $opt_replace ? 1 : 0,
285
                   'replace' => $opt_replace ? 1 : 0,
286
                   'comment' => $opt_comment ? $opt_comment : 'Created by Jats Svnlabel',
286
                   'comment' => $opt_comment ? $opt_comment : ('Created by Jats Svnlabel:' . $label),
287
                   );
287
                   );
288
 
288
 
289
    Message ("Repository Ref: " . $session->RmRef);
289
    Message ("Repository Ref: " . $session->RmRef);
290
    Message ("Vcs Tag       : " . $session->SvnTag);
290
    Message ("Vcs Tag       : " . $session->SvnTag);
291
    updateProperties();
291
    updateProperties();