The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SVK::Editor::XD - An editor for modifying checkout copies

SYNOPSIS

$editor = SVK::Editor::XD->new ( anchor => $anchor, target => $target, oldroot => $fs->revision_root ($fromrev), newroot => $fs->revision_root ($torev), xd => $xd, get_copath => sub { ... }, );

DESCRIPTION

SVK::Editor::XD modifies existing checkout copies at the paths translated by the get_copath callback, according to the incoming editor calls.

There are two modes, one is for applying changes to checkout copy as external modification, like merging changes. The other is update mode, which is used for bringing changes from depot to checkout copies.

PARAMETERS

anchor

The anchor of the editor calls.

target

The target path of the editor calls.

xd

XD object.

oldroot

Old root before the editor calls.

newroot

New root after the editor calls.

update

Working in update mode.

get_copath

A callback to translate paths in editor calls to copath.

report

Path for reporting modifications.

AUTHORS

Chia-liang Kao <clkao@clkao.org>

COPYRIGHT

Copyright 2003-2004 by Chia-liang Kao <clkao@clkao.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html