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::Author(3)          User Contributed Perl Documentation         SVK::Log::Filter::Author(3)



SYNOPSIS
       SVK::Log::Filter::Author - search revisions for given authors

DESCRIPTION
       The Author filter accepts a comma-separated list of author names.  If the svn:author property is
       equal to any of the names, the revision is allowed to continue down the pipeline.  Otherwise, the
       revision is skipped.  The special author name "(none)" means to look for revisions with no svn:author
       property.

       For example, to search for all commits by either "jack" or "jill" one might do

           svk log --filter "author jill,jack"

       To locate those revisions without an author, this command may be used

           svk log --filter "author (none)"

       Of course "(none)" may be used in a list with other authors

           svk log --filter "author jill,(none)"

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



perl v5.8.8                                      2006-12-28                      SVK::Log::Filter::Author(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.