Package | Description |
---|---|
org.tmatesoft.svn.core.replicator |
This package provides classes that allow to replicate existing
repositories.
|
Modifier and Type | Method and Description |
---|---|
static SVNRepositoryReplicator |
SVNRepositoryReplicator.newInstance()
Creates a new repository replicator.
|
Modifier and Type | Method and Description |
---|---|
void |
ISVNReplicationHandler.revisionReplicated(SVNRepositoryReplicator source,
SVNCommitInfo commitInfo)
Notifies this handler that the replicator has just finished replicating
the current revision copying operation.
|
void |
ISVNReplicationHandler.revisionReplicating(SVNRepositoryReplicator source,
SVNLogEntry logEntry)
Notifies this handler that the replicator is about to start a next
revision copying operation.
|
Copyright © 2019. All rights reserved.