Subversion Repositories DevTools

Rev

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

Rev 267 Rev 341
Line 121... Line 121...
121
if ( $opt_check )
121
if ( $opt_check )
122
{
122
{
123
    $session->SvnValidateTarget
123
    $session->SvnValidateTarget
124
    (
124
    (
125
        'target'    => make_src_label ($pkg_root, $label),
125
        'target'    => make_src_label ($pkg_root, $label),
126
        'cmd'       => 'Validate Existance',
126
        'cmd'       => 'Validate Existence',
127
        'require'   => 1,
127
        'require'   => 1,
128
    );
128
    );
129
    $opr_done = 1;
129
    $opr_done = 1;
130
}
130
}
131
 
131
 
Line 555... Line 555...
555
 
555
 
556
Normally labels are placed on the 'tags' subdirectory of a package.
556
Normally labels are placed on the 'tags' subdirectory of a package.
557
 
557
 
558
=item   * Simple Label
558
=item   * Simple Label
559
 
559
 
560
The label tag. It can only contain Alphanumerics and the charatcters :-_.
560
The label tag. It can only contain Alphanumerics and the characters :-_.
561
In practice this can be a simple version number as the labels are held the
561
In practice this can be a simple version number as the labels are held the
562
context of a package.
562
context of a package.
563
 
563
 
564
=item   * Peg
564
=item   * Peg
565
 
565
 
Line 575... Line 575...
575
 
575
 
576
Full labels can be used in operations that specify the source of a
576
Full labels can be used in operations that specify the source of a
577
copy operation, such as a delete, rename or clone operation.
577
copy operation, such as a delete, rename or clone operation.
578
 
578
 
579
All operations report a 'Full Label' that can be used to reference the
579
All operations report a 'Full Label' that can be used to reference the
580
repostitory at any time in the future. This is the 'tag' that needs to be
580
repository at any time in the future. This is the 'tag' that needs to be
581
provided to 'Release Manager in order to reproduce the package.
581
provided to 'Release Manager in order to reproduce the package.
582
 
582
 
583
=head1 EXAMPLE
583
=head1 EXAMPLE
584
 
584
 
585
jats svnlabel -label daf_br_23.0.0.syd
585
jats svnlabel -label daf_br_23.0.0.syd