ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
SVK::Editor::Checkout(3) User Contributed Perl Documentation SVK::Editor::Checkout(3) NAME SVK::Editor::File - An editor for modifying files on filesystems SYNOPSIS $editor = SVK::Editor::Checkout->new ( path => $path, get_copath => sub { ... }, ); DESCRIPTION SVK::Editor::Checkout modifies existing checkouts at the paths translated by the get_copath callback, according to the incoming editor calls. PARAMETERS path 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.8.8 2007-03-14 SVK::Editor::Checkout(3) |
|