1SVK::Editor::Checkout(3U)ser Contributed Perl DocumentatiSoVnK::Editor::Checkout(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

PARAMETERS

20       path
21           The anchor of the editor calls.
22
23       get_copath
24           A callback to translate paths in editor calls to copath.
25
26       ignore_checksum
27           Don't do checksum verification.
28
29
30
31perl v5.30.0                      2019-07-26          SVK::Editor::Checkout(3)
Impressum