NAME
SVK::Notify - svk entry status notification
SYNOPSIS
$notify = SVK::Notify->new;
$notify->nodestatus ('foo/bar', 'M');
$notify->propstatus ('foo/bar', 'M');
$notify->histstatus ('foo/bar', '+',
'file://home/foo/.svk/local/trunk/bar', 13);$notify->nodebaserev ('foo/bar', 42);
$notify->flush ('foo/bar');
$notify->flushdir ('foo');
DESCRIPTION
perl v5.8.8 2006-12-28 SVK::Notify(3)