ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



SVK::Log::Filter::Std(3)             User Contributed Perl Documentation            SVK::Log::Filter::Std(3)



NAME
       SVK::Log::Filter::Std - display log messages in standard SVK format

SYNOPSIS
           > svk log
           ----------------------------------------------------------------------r1234 ---------------------------------------------------------------------r1234
           r1234 (orig r456):  author | 2006-05-15 09:28:52 -0600

           This is the commit message for the revision.
           ----------------------------------------------------------------------> --------------------------------------------------------------------->
           > svk log --output std
           ...

DESCRIPTION
       The Std filter is the standard output filter for displaying log messages.  The log format is designed
       to be similar to the output of Subversion's log command.  Two arguments to the log command modify the
       standard output format.

       quiet

       Providing this command-line option to the log command prevents the contents of the log message from
       being displayed.  All other information is displayed as usual.

       verbose

       Providing this command-line option to the log command displays history information for each revision.
       The history includes the kind of modification (modify, add, delete) and any copy history for each
       path that was modified in the revision.

STASH/PROPERTY MODIFICATIONS
       Std leaves all properties and the stash intact.



perl v5.8.8                                      2006-12-28                         SVK::Log::Filter::Std(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.