1SVK::Editor::Checkout(3U)ser Contributed Perl DocumentatiSoVnK::Editor::Checkout(3)
2
3
4
6 SVK::Editor::File - An editor for modifying files on filesystems
7
9 $editor = SVK::Editor::Checkout->new
10 ( path => $path,
11 get_copath => sub { ... },
12 );
13
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
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.34.0 2022-01-21 SVK::Editor::Checkout(3)