svk::mirror(3) osx man page | unix.com

Man Page: svk::mirror

Operating Environment: osx

Section: 3

SVK::Mirror(3)						User Contributed Perl Documentation					    SVK::Mirror(3)

NAME
SVK::Mirror -
SYNOPSIS
# setup a new mirror my $mirror = SVK::Mirror->create( { backend => 'SVNRa', url => 'http://server/', backend_options => {}, repos => $repos, path => '/mirror' } ); # load existing mirror my $existing = SVK::Mirror->load( { path => $path, repos => $repos } ); $mirror->mirror_changesets(); $mirror->traverse_changesets( sub { $revs_to_mirror++ } );
DESCRIPTION
create load METHODS detach bootstrap relocate($newurl) with_lock($code) find_changeset($localrev) Returns an opaque object that "sync_changeset" understands. find_rev_from_changeset($remote_identifier) traverse_new_changesets($code) calls $code with an opaque object and metadata that "sync_changeset" understands. sync_changeset($changeset, $metadata) mirror_changesets get_commit_editor url perl v5.10.0 2008-09-13 SVK::Mirror(3)
Related Man Pages
svk::log::changedpaths(3) - osx
svk::log::filterpipeline(3) - osx
svk::merge::info(3) - osx
ropkg::simba::exceptions(3pm) - debian
svn::notify::mirror::ssh(3pm) - debian
Similar Topics in the Unix Linux Community
AIX Links
Hearing Aid for OSX 10.12.x and greater.
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...