Chia-liang Kao (高嘉良) > SVK-1.08 > SVK::Command::Log

Download:
SVK-1.08.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  53
Open  12
View Bugs
Report a bug
Source   Latest Release: SVK-v2.2.1

NAME ^

SVK::Command::Log - Show log messages for revisions

SYNOPSIS ^

 log DEPOTPATH
 log PATH
 log -r N[:M] [DEPOT]PATH

OPTIONS ^

 -r [--revision] ARG      : ARG (some commands also take ARG1:ARG2 range)

                          A revision argument can be one of:

                          "HEAD"       latest in repository
                          NUMBER       revision number
                          NUMBER@      interpret as remote revision number
                          NUM1:NUM2    revision range

                          Unlike other commands,  negative NUMBER has no
                          meaning.

 -l [--limit] REV       : stop after displaying REV revisions
 -q [--quiet]           : Don't display the actual log message itself
 -x [--cross]           : track revisions copied from elsewhere
 -v [--verbose]         : print extra information

AUTHORS ^

Chia-liang Kao <clkao@clkao.org>

COPYRIGHT ^

Copyright 2003-2005 by Chia-liang Kao <clkao@clkao.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html