
SVK::Editor::File - An editor for modifying files on filesystems

$editor = SVK::Editor::Checkout->new ( path => $path, get_copath => sub { ... }, );

SVK::Editor::Checkout modifies existing checkouts at the paths translated by the get_copath callback, according to the incoming editor calls.

The anchor of the editor calls.
A callback to translate paths in editor calls to copath.
Don't do checksum verification.