NAME
SVK::Editor::File - An editor for modifying files on filesystems
SYNOPSIS
$editor = SVK::Editor::Checkout->new
( path => $path,
getcopath => sub { ... }, );DESCRIPTION
SVK::Editor::Checkout modifies existing checkouts at the paths
translated by the getcopath callback, according to the incoming editor calls. PPAARRAAMMEETTEERRSS path The anchor of the editor calls. getcopath A callback to translate paths in editor calls to copath. ignorechecksum Don't do checksum verification.perl v5.8.8 2007-03-14 SVK::Editor::Checkout(3)