ADDITIONAL OPTIONS: -r , --sort
Print information about versions of the named project. For each
version listed, prints the project name, major and minor version
identifiers, date and time checked in, and the user who checked in the
version. With the -l option, also prints out the version logs
and each project description. With -L , also prints out
the files constituting the version, their attributes, and their unkeyed
MD5 checksum; the file-or-dir options in this
case restrict the files or directories that are listed.
The -r option is special in this command in that it may contain
any of the shell filename-generation pattern characters defined for the
Bourne shell,
sh : * , which matches any string of 0
or more characters; ? , which matches any single character;
[...] , which matches any of the enclosed characters; and
[!...] , which matches any character except one of the enclosed
characters. These special pattern characters must be escaped to get
them past the shell. The default for
both the major and minor versions is
* . The -r option is still interpreted as a separate
major and minor version; that is, -rFoo.* matches Foo.1 , but
not Foo.Bar.1 .
The --sort=TYPE option sets the type of sorting that the info
command should
use. If TYPE is date , versions are sorted by individual
version date, otherwise the default, version , is to sort by major
version creation date.
|