SVK::Editor::Checkout.3pm

Langue: en

Autres versions - même langue

Version: 2008-08-04 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

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.