Uses of Class
org.tmatesoft.svn.core.replicator.SVNRepositoryReplicator
-
Packages that use SVNRepositoryReplicator Package Description org.tmatesoft.svn.core.replicator This package provides classes that allow to replicate existing repositories. -
-
Uses of SVNRepositoryReplicator in org.tmatesoft.svn.core.replicator
Methods in org.tmatesoft.svn.core.replicator that return SVNRepositoryReplicator Modifier and Type Method Description static SVNRepositoryReplicator
SVNRepositoryReplicator. newInstance()
Creates a new repository replicator.Methods in org.tmatesoft.svn.core.replicator with parameters of type SVNRepositoryReplicator Modifier and Type Method 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.
-