Query: svk::editor::rename
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SVK::Editor::Rename(3) User Contributed Perl Documentation SVK::Editor::Rename(3)NAMESVK::Editor::Rename - An editor that translates editor calls for renamed entriesSYNOPSIS$editor = SVK::Editor::Rename->new ( editor => $next_editor, rename_map => @rename_map );DESCRIPTIONGiven the rename_map, which is a list of [from, to] pairs for translating path in editor calls, "SVK::Editor::Rename" serialize the calls and rearrange them for making proper calls to $next_editor. The translation of pathnames is done with iterating through the @rename_map, translate with the first match. Translation is redone untill no match is found. "SVK::Editor::Rename" is a subclass of "SVK::Editor::Patch", which serailizes incoming editor calls. Each baton opened is recorded in "$self-"{opened_baton}>, which could be use to lookup with path names. When a path is opened that should be renamed, it's recorded in "$self-"{renamed_anchor}> for reanchoring the renamed result to proper parent directory before calls are emitted to $next_editor. perl v5.10.0 2008-08-04 SVK::Editor::Rename(3)
Related Man Pages |
---|
svk::editor::merge(3) - osx |
svk::command::update(3) - osx |
svk::merge::info(3) - osx |
svn::delta(3) - osx |
svn::delta(3) - centos |
Similar Topics in the Unix Linux Community |
---|
AIX Links |
Hearing Aid for OSX 10.12.x and greater. |
Undeletable file |
My first PERL incarnation... Audio Oscillograph |
Syntax error in subtraction in Bash |