Manual Pages for UNIX Darwin command on man SVK::Mirror
MyWebUniversity

Manual Pages for UNIX Darwin command on man SVK::Mirror

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/',

backendoptions => {}, repos => $repos, path => '/mirror' } );

# load existing mirror

my $existing = SVK::Mirror->load( { path => $path, repos => $repos } );

$mirror->mirrorchangesets();

$mirror->traversechangesets( sub { $revstomirror++ } );

DESCRIPTION

create load MMEETTHHOODDSS detach

relocate($newurl)

withlock($code)

findchangeset($localrev)

Returns an opaque object that "syncchangeset" understands.

findrevfromchangeset($remoteidentifier)

traversenewchangesets($code)

calls $code with an opaque object and metadata that

"syncchangeset" understands.

syncchangeset($changeset, $metadata)

mirrorchangesets getcommiteditor url

perl v5.8.8 2007-03-04 SVK::Mirror(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™