1SVK::Log::Filter::Std(3U)ser Contributed Perl DocumentatiSoVnK::Log::Filter::Std(3)
2
3
4
6 SVK::Log::Filter::Std - display log messages in standard SVK format
7
9 > svk log
10 ----------------------------------------------------------------------
11 r1234 (orig r456): author | 2006-05-15 09:28:52 -0600
12
13 This is the commit message for the revision.
14 ----------------------------------------------------------------------
15 > svk log --output std
16 ...
17
19 The Std filter is the standard output filter for displaying log
20 messages. The log format is designed to be similar to the output of
21 Subversion's log command. Two arguments to the log command modify the
22 standard output format.
23
24 quiet
25 Providing this command-line option to the log command prevents the
26 contents of the log message from being displayed. All other
27 information is displayed as usual.
28
29 verbose
30 Providing this command-line option to the log command displays history
31 information for each revision. The history includes the kind of
32 modification (modify, add, delete) and any copy history for each path
33 that was modified in the revision.
34
36 Std leaves all properties and the stash intact.
37
38
39
40perl v5.38.0 2023-07-21 SVK::Log::Filter::Std(3)