ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



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.8.8                                      2007-03-14                             SVK::Editor::Copy(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.