1SVK::Notify(3) User Contributed Perl Documentation SVK::Notify(3)
23
4
NAME
6SVK::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.34.0 2021-07-22 SVK::Notify(3)