GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

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

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

$editor = SVK::Editor::XD->new ( path => $path, target => $target, oldroot => $fs->revision_root ($fromrev), newroot => $fs->revision_root ($torev), xd => $xd, get_copath => sub { ... }, get_path => sub { ... }, );

SVK::Editor::XD modifies existing checkout copies at the paths translated by the get_copath callback, according to the incoming editor calls. The path in the depot is translated with the get_path 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.

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
SVK::XD object.
oldroot
Old root before the editor calls.
newroot
New root after the editor calls.
update
Working in update mode.
get_path
A callback to translate paths in editor calls to path in depot.
ignore_keywords
Don't do keyword translations (svn:keywords property).
2008-08-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.