Actions:
|
2011-02-09 06:46 AEST by Arthur Barrett - the manual does not document cvs admin -p
Also the 'command line help' doesn't document -k (but is in the manual)
The manual documents 'range' as '-Orange' but the help documents it as '-o range', which is correct?
Usage: cvs admin [options] files...
-l[rev] Lock revision (latest revision on branch,
latest revision on trunk if omitted). (DEPRECIATED)
-m rev:msg Replace revision's log message.
-o range Physically delete (outdate) specified range of revisions:
rev1:rev2 Between rev1 and rev2, including rev1 and rev2.
rev1::rev2 Between rev1 and rev2, excluding rev1 and rev2.
rev: rev and following revisions on the same branch.
rev:: After rev on the same branch.
:rev rev and previous revisions on the same branch.
::rev Before rev on the same branch.
rev Just rev.
-p [rev:]prop=val Set global or versioned property.
-q Run quietly.
-t[file] Get descriptive text from file (stdin if omitted).
-t-string Set descriptive text.
-u[rev] Unlock the revision (latest revision on branch,
latest revision on trunk if omitted).
(Specify the --help global option for a list of other help options)
THIS COMMAND IS FOR CVS ADMINISTRATORS ONLY. DON'T USE IT UNLESS YOU
KNOW EXACTLY WHAT YOU ARE DOING, AND WHAT THE CONSEQUENCES ARE. |