1SVK::Notify(3)        User Contributed Perl Documentation       SVK::Notify(3)
2
3
4

NAME

6       SVK::Notify - svk entry status notification
7

SYNOPSIS

9           $notify = SVK::Notify->new;
10           $notify->node_status ('foo/bar', 'M');
11           $notify->prop_status ('foo/bar', 'M');
12           $notify->hist_status ('foo/bar', '+',
13               'file://home/foo/.svk/local/trunk/bar', 13);
14           $notify->node_baserev ('foo/bar', 42);
15           $notify->flush ('foo/bar');
16           $notify->flush_dir ('foo');
17

DESCRIPTION

19perl v5.30.0                      2019-07-26                    SVK::Notify(3)
Impressum