public interface ISVNReplayHandler
SVNRepository.replayRange(long, long, long, boolean, ISVNReplayHandler)
to provide and editor for replaying a revision.Modifier and Type | Method and 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
revision
revision
SVNException
void 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
revision
editor
- replication editorSVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.