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 dosvk log -filter "author jill,jack"
To locate those revisions without an author, this command may be usedsvk log -filter "author (none)"
Of course "(none)" may be used in a list with other authorssvk log -filter "author jill,(none)"
SSTTAASSHH//PPRROOPPEERRTTYY MMOODDIIFFIICCAATTIIOONNSS Author leaves all properties and the stash intact.perl v5.8.8 2006-12-28 SVK::Log::Filter::Author(3)