Interface ISVNReplayHandler

    • Method Detail

      • handleStartRevision

        ISVNEditor handleStartRevision​(long revision,
                                       SVNProperties revisionProperties)
                                throws SVNException
        Handles the start of replaying a next revision and returns an editor through which the revision will be replayed.
        Parameters:
        revision - target revision number of the received replay report
        revisionProperties - contains key/value pairs for each revision properties for this revision
        Returns:
        editor for replicating revision
        Throws:
        SVNException
      • handleEndRevision

        void handleEndRevision​(long revision,
                               SVNProperties revisionProperties,
                               ISVNEditor editor)
                        throws SVNException
        Handles the end of replaying a next revision. In this method the implementor should close the editor.
        Parameters:
        revision - target revision number of the received replay report
        revisionProperties - contains key/value pairs for each revision properties for this revision
        editor - replication editor
        Throws:
        SVNException