osx man page for svk::editor::copy

Query: svk::editor::copy

OS: osx

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
SVK::Editor::Copy - Turn editor calls to calls with history
SYNOPSIS
$editor = SVK::Editor::Copy->new ( _editor => [$next_editor], copyboundry_root => $root, copyboundry_rev => @possible_rev, src => $src, dst => $dst, cb_resolve_copy => sub {}, );
DESCRIPTION
This is the magic editor that turns a series of history-unaware editor calls into history-aware ones. The main Subversion tree delta API "SVN::Repos::dir_delta" generates "expanded" editor calls, mainly to be used for editors for writing to checkout or showing diff. However, it's desired to have history-aware editor calls for the purpose of replaying revisions which have copies, or displaying diff for copy-then- modified files. copyboundry_rev contains an array of possible points to be used as copyfrom rev to be resolved. but the logic should be moved to the resolver. perl v5.10.0 2008-08-04 SVK::Editor::Copy(3)
Related Man Pages
gconf-editor(1) - opensolaris
svn::simple::edit(3) - suse
svk::log::changedpaths(3) - osx
svk::merge::info(3) - osx
svn::delta(3) - osx
Similar Topics in the Unix Linux Community
At A Glance Coloured Real Time Bargraph Generator...
When is a _function_ not a _function_?
To print diamond asterisk pattern based on inputs
My first PERL incarnation... Audio Oscillograph
A dash to GOTO or a dash from GOTO, that is the question...