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 ( path => $path, 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

path

The anchor of the editor calls.

target

The target path of the editor calls. Used for deciding if the root's meta data needs to be updated in update mode.

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.

ignore_checksum

Don't do checksum verification.

ignore_keywords

Don't do keyword translations.

AUTHORS

Chia-liang Kao <clkao@clkao.org>

COPYRIGHT

Copyright 2003-2005 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