Subversion Repositories DevTools

Rev

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

Rev 379 Rev 383
Line 67... Line 67...
67
                "manual:3"      => \$opt_help,              # flag
67
                "manual:3"      => \$opt_help,              # flag
68
                "verbose:+"     => \$opt_verbose,           # flag, multiple use allowed
68
                "verbose:+"     => \$opt_verbose,           # flag, multiple use allowed
69
                "check"         => \$opt_check,             # Flag
69
                "check"         => \$opt_check,             # Flag
70
                "available"     => \$opt_avail,             # Flag
70
                "available"     => \$opt_avail,             # Flag
71
                "label"         => \$opt_label,             # Flag
71
                "label"         => \$opt_label,             # Flag
-
 
72
                "auto"          => \$opt_label,             # Same as -label
72
                "delete"        => \$opt_delete,            # Flag
73
                "delete"        => \$opt_delete,            # Flag
73
                "replace!"      => \$opt_replace,           # Flag
74
                "replace!"      => \$opt_replace,           # Flag
74
                "rename=s"      => \$opt_rename,            # String
75
                "rename=s"      => \$opt_rename,            # String
75
                "clone=s"       => \$opt_clone,             # String
76
                "clone=s"       => \$opt_clone,             # String
76
                "comment=s"     => \$opt_comment,           # String
77
                "comment=s"     => \$opt_comment,           # String
Line 423... Line 424...
423
    -available             - Check for label availablility
424
    -available             - Check for label availablility
424
    -check                 - Check for label existence
425
    -check                 - Check for label existence
425
    -clone=xxx             - Clone a package version
426
    -clone=xxx             - Clone a package version
426
    -delete                - Delete label from the repository
427
    -delete                - Delete label from the repository
427
    -label                 - Labels a Package
428
    -label                 - Labels a Package
-
 
429
    -auto                  - Same as -label
428
    -list                  - List lables in a package
430
    -list                  - List lables in a package
429
    -rename=xxx            - Rename a label
431
    -rename=xxx            - Rename a label
430
                           
432
                           
431
 Modifiers
433
 Modifiers
432
    -branch                - Use branches, not tags
434
    -branch                - Use branches, not tags
Line 473... Line 475...
473
 
475
 
474
This option will label a workspace.
476
This option will label a workspace.
475
 
477
 
476
The -replace option may be used to force labels to be moved.
478
The -replace option may be used to force labels to be moved.
477
 
479
 
-
 
480
=item B<-auto>
-
 
481
 
-
 
482
This option is the same as '-label'. It is provided for compatibility with other
-
 
483
labeling tools.
-
 
484
 
478
=item B<-rename=xxx>
485
=item B<-rename=xxx>
479
 
486
 
480
This option will rename a label. The new name of the label is provided as the
487
This option will rename a label. The new name of the label is provided as the
481
argument after the option. If any further operation are to be performed the
488
argument after the option. If any further operation are to be performed the
482
new label name will be used.
489
new label name will be used.
Line 585... Line 592...
585
 
592
 
586
The label tag. It can only contain Alphanumerics and the characters :-_.
593
The label tag. It can only contain Alphanumerics and the characters :-_.
587
In practice this can be a simple version number as the labels are held the
594
In practice this can be a simple version number as the labels are held the
588
context of a package.
595
context of a package.
589
 
596
 
-
 
597
A simple label of TIMESTAMP will be treated in special manner. The name will be
-
 
598
replaced with a unique name based on the users name and the current date time.
-
 
599
 
590
=item   * Peg
600
=item   * Peg
591
 
601
 
592
A peg consists of a '@' and a number string at the end of the label.
602
A peg consists of a '@' and a number string at the end of the label.
593
 
603
 
594
=back
604
=back