Query: svk::editor::checkout
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SVK::Editor::Checkout(3) User Contributed Perl Documentation SVK::Editor::Checkout(3)NAMESVK::Editor::File - An editor for modifying files on filesystemsSYNOPSIS$editor = SVK::Editor::Checkout->new ( path => $path, get_copath => sub { ... }, );DESCRIPTIONSVK::Editor::Checkout modifies existing checkouts at the paths translated by the get_copath callback, according to the incoming editor calls.PARAMETERSpath The anchor of the editor calls. get_copath A callback to translate paths in editor calls to copath. ignore_checksum Don't do checksum verification. perl v5.10.0 2008-08-04 SVK::Editor::Checkout(3)