Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.dav | |
org.tmatesoft.svn.core.internal.io.fs | |
org.tmatesoft.svn.core.internal.io.svn | |
org.tmatesoft.svn.core.io |
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
|
org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DAVRepository.replayRangeImpl(long startRevision,
long endRevision,
long lowRevision,
boolean sendDeltas,
ISVNReplayHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected void |
FSRepository.replayRangeImpl(long startRevision,
long endRevision,
long lowRevision,
boolean sendDeltas,
ISVNReplayHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected void |
SVNRepositoryImpl.replayRangeImpl(long startRevision,
long endRevision,
long lowRevision,
boolean sendDeltas,
ISVNReplayHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SVNRepository.replayRange(long startRevision,
long endRevision,
long lowRevision,
boolean sendDeltas,
ISVNReplayHandler handler)
Replays the changes from a range of revisions between
startRevision
and endRevision . |
protected abstract void |
SVNRepository.replayRangeImpl(long startRevision,
long endRevision,
long lowRevision,
boolean sendDeltas,
ISVNReplayHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
SVNReplayHandler
SVNReplayHandler is an implementation of ISVNReplayHandler that is used in
SVNAdminClient.doSynchronize(org.tmatesoft.svn.core.SVNURL) . |