Manual Pages for UNIX Darwin command on man SVK::Editor::XD
MyWebUniversity

Manual Pages for UNIX Darwin command on man SVK::Editor::XD

SVK::Editor::XD(3) User Contributed Perl Documentation SVK::Editor::XD(3)

NAME

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

SYNOPSIS

$editor = SVK::Editor::XD->new

( path => $path,

target => $target,

oldroot => $fs->revisionroot ($fromrev),

newroot => $fs->revisionroot ($torev),

xd => $xd,

getcopath => sub { ... }, getpath => sub { ... }, );

DESCRIPTION

SVK::Editor::XD modifies existing checkout copies at the paths

translated by the getcopath callback, according to the incoming editor calls. The path in the depot is translated with the getpath callback. 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. PPAARRAAMMEETTEERRSS In addition to the paramters to SVK::Editor::Checkout: 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. getpath A callback to translate paths in editor calls to path in depot. ignorekeywords Don't do keyword translations.

perl v5.8.8 2007-03-14 SVK::Editor::XD(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™