SVNReplayHandlerpublic interface ISVNReplayHandler
SVNRepository.replayRange(long, long, long, boolean, ISVNReplayHandler)
to provide and editor for replaying a revision.| Modifier and Type | Method | Description |
|---|---|---|
void |
handleEndRevision(long revision,
SVNProperties revisionProperties,
ISVNEditor editor) |
Handles the end of replaying a next revision.
|
ISVNEditor |
handleStartRevision(long revision,
SVNProperties revisionProperties) |
Handles the start of replaying a next revision and returns an editor through which the revision
will be replayed.
|
ISVNEditor handleStartRevision(long revision, SVNProperties revisionProperties) throws SVNException
revision - target revision number of the received replay reportrevisionProperties - contains key/value pairs for each revision properties for this
revisionrevisionSVNExceptionvoid handleEndRevision(long revision,
SVNProperties revisionProperties,
ISVNEditor editor)
throws SVNException
editor.revision - target revision number of the received replay reportrevisionProperties - contains key/value pairs for each revision properties for this
revisioneditor - replication editorSVNException