Modifier and Type | Class and Description |
---|---|
class |
SVNLogCommand |
class |
SVNMergeInfoCommand |
Modifier and Type | Method and Description |
---|---|
protected long |
DAVRepository.logImpl(String[] targetPaths,
long startRevision,
long endRevision,
boolean changedPath,
boolean strictNode,
long limit,
boolean includeMergedRevisions,
String[] revPropNames,
ISVNLogEntryHandler handler) |
Constructor and Description |
---|
DAVLogHandler(ISVNLogEntryHandler handler,
long limit,
String[] revPropNames) |
Modifier and Type | Method and Description |
---|---|
protected long |
FSRepository.logImpl(String[] targetPaths,
long startRevision,
long endRevision,
boolean discoverChangedPaths,
boolean strictNode,
long limit,
boolean includeMergedRevisions,
String[] revPropNames,
ISVNLogEntryHandler handler) |
void |
FSLog.reset(FSFS owner,
String[] paths,
long limit,
long start,
long end,
boolean descending,
boolean discoverChangedPaths,
boolean strictNode,
boolean includeMergedRevisions,
String[] revPropNames,
ISVNLogEntryHandler handler) |
Constructor and Description |
---|
FSLog(FSFS owner,
String[] paths,
long limit,
long start,
long end,
boolean descending,
boolean discoverChangedPaths,
boolean strictNode,
boolean includeMergedRevisions,
String[] revPropNames,
ISVNLogEntryHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected long |
SVNRepositoryImpl.logImpl(String[] targetPaths,
long startRevision,
long endRevision,
boolean changedPaths,
boolean strictNode,
long limit,
boolean includeMergedRevisions,
String[] revisionPropertyNames,
ISVNLogEntryHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SVNMergeDriver.getLogEligibleMergeInfo(File path,
SVNRevision pegRevision,
File mergeSrcPath,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
|
void |
SVNMergeDriver.getLogEligibleMergeInfo(File path,
SVNRevision pegRevision,
SVNURL mergeSrcURL,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
|
void |
SVNMergeDriver.getLogEligibleMergeInfo(SVNURL url,
SVNRevision pegRevision,
File mergeSrcPath,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
|
void |
SVNMergeDriver.getLogEligibleMergeInfo(SVNURL url,
SVNRevision pegRevision,
SVNURL mergeSrcURL,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
|
void |
SVNMergeDriver.getLogMergedMergeInfo(File path,
SVNRevision pegRevision,
File mergeSrcPath,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
|
void |
SVNMergeDriver.getLogMergedMergeInfo(File path,
SVNRevision pegRevision,
SVNURL mergeSrcURL,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
|
void |
SVNMergeDriver.getLogMergedMergeInfo(SVNURL url,
SVNRevision pegRevision,
File mergeSrcPath,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
|
void |
SVNMergeDriver.getLogMergedMergeInfo(SVNURL url,
SVNRevision pegRevision,
SVNURL mergeSrcURL,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
|
protected void |
SVNMergeDriver.getLogsForMergeInfoRangeList(SVNURL reposRootURL,
String[] paths,
SVNMergeRangeList rangeList,
boolean discoverChangedPaths,
String[] revProps,
ISVNLogEntryHandler handler) |
Constructor and Description |
---|
SVNSynchronizeEditor(SVNRepository toRepository,
ISVNLogEntryHandler handler,
long baseRevision,
SVNProperties revProps) |
Modifier and Type | Method and Description |
---|---|
void |
SVNDiffClient16.doGetLogEligibleMergeInfo(File path,
SVNRevision pegRevision,
File mergeSrcPath,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions eligible for
merge from mergeSrcPath (as of srcPegRevision )
into path (as of pegRevision ). |
void |
SVNDiffClient16.doGetLogEligibleMergeInfo(File path,
SVNRevision pegRevision,
SVNURL mergeSrcURL,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions eligible for
merge from mergeSrcURL (as of srcPegRevision )
into path (as of pegRevision ). |
void |
SVNDiffClient16.doGetLogEligibleMergeInfo(SVNURL url,
SVNRevision pegRevision,
File mergeSrcPath,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions eligible for
merge from mergeSrcPath (as of srcPegRevision )
into url (as of pegRevision ). |
void |
SVNDiffClient16.doGetLogEligibleMergeInfo(SVNURL url,
SVNRevision pegRevision,
SVNURL mergeSrcURL,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions eligible for
merge from mergeSrcURL (as of srcPegRevision )
into url (as of pegRevision ). |
void |
SVNDiffClient16.doGetLogMergedMergeInfo(File path,
SVNRevision pegRevision,
File mergeSrcPath,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions merged from
mergeSrcPath (as of srcPegRevision ) into
path (as of pegRevision ). |
void |
SVNDiffClient16.doGetLogMergedMergeInfo(File path,
SVNRevision pegRevision,
SVNURL mergeSrcURL,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions merged from
mergeSrcURL (as of srcPegRevision ) into
path (as of pegRevision ). |
void |
SVNDiffClient16.doGetLogMergedMergeInfo(SVNURL url,
SVNRevision pegRevision,
File mergeSrcPath,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions merged from
mergeSrcPath (as of srcPegRevision ) into
url (as of pegRevision ). |
void |
SVNDiffClient16.doGetLogMergedMergeInfo(SVNURL url,
SVNRevision pegRevision,
SVNURL mergeSrcURL,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions merged from
mergeSrcURL (as of srcPegRevision ) into
url (as of pegRevision ). |
void |
SVNLogClient16.doLog(File[] paths,
Collection revisionRanges,
SVNRevision pegRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
boolean includeMergedRevisions,
long limit,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Invokes
handler on each log message from the given
revisionRanges in turn, inclusive (but never invokes
handler on a given log message more than once). |
void |
SVNLogClient16.doLog(File[] paths,
SVNRevision startRevision,
SVNRevision endRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
long limit,
ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a
repository (using Working Copy paths to get corresponding URLs) and
passes them to a log entry handler for processing.
|
void |
SVNLogClient16.doLog(File[] paths,
SVNRevision startRevision,
SVNRevision endRevision,
SVNRevision pegRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
boolean includeMergedRevisions,
long limit,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Invokes
handler on each log message from
startRevision to endRevision in turn, inclusive
(but never invokes handler on a given log message more than
once). |
void |
SVNLogClient16.doLog(File[] paths,
SVNRevision pegRevision,
SVNRevision startRevision,
SVNRevision endRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
long limit,
ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a
repository (using Working Copy paths to get corresponding URLs) and
passes them to a log entry handler for processing.
|
void |
SVNLogClient16.doLog(SVNURL url,
String[] paths,
SVNRevision pegRevision,
Collection revisionRanges,
boolean stopOnCopy,
boolean discoverChangedPaths,
boolean includeMergedRevisions,
long limit,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Invokes
handler on each log message from the given
in turn, inclusive (but never invokes handler
on a given log message more than once). |
void |
SVNLogClient16.doLog(SVNURL url,
String[] paths,
SVNRevision pegRevision,
SVNRevision startRevision,
SVNRevision endRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
boolean includeMergedRevisions,
long limit,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Invokes
handler on each log message from
startRevision to endRevision in turn, inclusive
(but never invokes handler on a given log message more than
once). |
void |
SVNLogClient16.doLog(SVNURL url,
String[] paths,
SVNRevision pegRevision,
SVNRevision startRevision,
SVNRevision endRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
long limit,
ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a
repository and passes them to a log entry handler for processing.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNLogClient17.doLog(File[] paths,
Collection revisionRanges,
SVNRevision pegRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
boolean includeMergedRevisions,
long limit,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Invokes
handler on each log message from the given
revisionRanges in turn, inclusive (but never invokes
handler on a given log message more than once). |
void |
SVNLogClient17.doLog(File[] paths,
SVNRevision startRevision,
SVNRevision endRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
long limit,
ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a
repository (using Working Copy paths to get corresponding URLs) and
passes them to a log entry handler for processing.
|
void |
SVNLogClient17.doLog(File[] paths,
SVNRevision startRevision,
SVNRevision endRevision,
SVNRevision pegRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
boolean includeMergedRevisions,
long limit,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Invokes
handler on each log message from
startRevision to endRevision in turn, inclusive
(but never invokes handler on a given log message more than
once). |
void |
SVNLogClient17.doLog(File[] paths,
SVNRevision pegRevision,
SVNRevision startRevision,
SVNRevision endRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
long limit,
ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a
repository (using Working Copy paths to get corresponding URLs) and
passes them to a log entry handler for processing.
|
void |
SVNLogClient17.doLog(SVNURL url,
String[] paths,
SVNRevision pegRevision,
Collection revisionRanges,
boolean stopOnCopy,
boolean discoverChangedPaths,
boolean includeMergedRevisions,
long limit,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Invokes
handler on each log message from the given
in turn, inclusive (but never invokes handler
on a given log message more than once). |
void |
SVNLogClient17.doLog(SVNURL url,
String[] paths,
SVNRevision pegRevision,
SVNRevision startRevision,
SVNRevision endRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
boolean includeMergedRevisions,
long limit,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Invokes
handler on each log message from
startRevision to endRevision in turn, inclusive
(but never invokes handler on a given log message more than
once). |
void |
SVNLogClient17.doLog(SVNURL url,
String[] paths,
SVNRevision pegRevision,
SVNRevision startRevision,
SVNRevision endRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
long limit,
ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a
repository and passes them to a log entry handler for processing.
|
Modifier and Type | Method and Description |
---|---|
static ISvnObjectReceiver<SVNLogEntry> |
SvnCodec.logReceiver(ISVNLogEntryHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
SvnOldLogMergeInfo |
Modifier and Type | Class and Description |
---|---|
class |
SvnRemoteLog |
Modifier and Type | Method and Description |
---|---|
long |
SVNRepository.log(String[] targetPaths,
long startRevision,
long endRevision,
boolean changedPath,
boolean strictNode,
ISVNLogEntryHandler handler)
Traverses revisions history.
|
long |
SVNRepository.log(String[] targetPaths,
long startRevision,
long endRevision,
boolean discoverChangedPaths,
boolean strictNodeHistory,
long limit,
boolean includeMergedRevisions,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Invokes
handler on each log message from startRevision to
endRevision . |
long |
SVNRepository.log(String[] targetPaths,
long startRevision,
long endRevision,
boolean changedPath,
boolean strictNode,
long limit,
ISVNLogEntryHandler handler)
Traverses revisions history.
|
protected abstract long |
SVNRepository.logImpl(String[] targetPaths,
long startRevision,
long endRevision,
boolean changedPath,
boolean strictNode,
long limit,
boolean includeMergedRevisions,
String[] revisionProperties,
ISVNLogEntryHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SVNDiffClient.doGetLogEligibleMergeInfo(File path,
SVNRevision pegRevision,
File mergeSrcPath,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions eligible for
merge from mergeSrcPath (as of srcPegRevision )
into path (as of pegRevision ). |
void |
SVNDiffClient.doGetLogEligibleMergeInfo(File path,
SVNRevision pegRevision,
SVNURL mergeSrcURL,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions eligible for
merge from mergeSrcURL (as of srcPegRevision )
into path (as of pegRevision ). |
void |
SVNDiffClient.doGetLogEligibleMergeInfo(SVNURL url,
SVNRevision pegRevision,
File mergeSrcPath,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions eligible for
merge from mergeSrcPath (as of srcPegRevision )
into url (as of pegRevision ). |
void |
SVNDiffClient.doGetLogEligibleMergeInfo(SVNURL url,
SVNRevision pegRevision,
SVNURL mergeSrcURL,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions eligible for
merge from mergeSrcURL (as of srcPegRevision )
into url (as of pegRevision ). |
void |
SVNDiffClient.doGetLogMergedMergeInfo(File path,
SVNRevision pegRevision,
File mergeSrcPath,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions merged from
mergeSrcPath (as of srcPegRevision ) into
path (as of pegRevision ). |
void |
SVNDiffClient.doGetLogMergedMergeInfo(File path,
SVNRevision pegRevision,
SVNURL mergeSrcURL,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions merged from
mergeSrcURL (as of srcPegRevision ) into
path (as of pegRevision ). |
void |
SVNDiffClient.doGetLogMergedMergeInfo(SVNURL url,
SVNRevision pegRevision,
File mergeSrcPath,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions merged from
mergeSrcPath (as of srcPegRevision ) into
url (as of pegRevision ). |
void |
SVNDiffClient.doGetLogMergedMergeInfo(SVNURL url,
SVNRevision pegRevision,
SVNURL mergeSrcURL,
SVNRevision srcPegRevision,
boolean discoverChangedPaths,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Drives a log entry
handler with the revisions merged from
mergeSrcURL (as of srcPegRevision ) into
url (as of pegRevision ). |
void |
SVNLogClient.doLog(File[] paths,
Collection<SVNRevisionRange> revisionRanges,
SVNRevision pegRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
boolean includeMergedRevisions,
long limit,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Invokes
handler on each log message from the given
revisionRanges in turn, inclusive (but never invokes
handler on a given log message more than once). |
void |
SVNLogClient.doLog(File[] paths,
SVNRevision startRevision,
SVNRevision endRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
long limit,
ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a
repository (using Working Copy paths to get corresponding URLs) and
passes them to a log entry handler for processing.
|
void |
SVNLogClient.doLog(File[] paths,
SVNRevision startRevision,
SVNRevision endRevision,
SVNRevision pegRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
boolean includeMergedRevisions,
long limit,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Invokes
handler on each log message from
startRevision to endRevision in turn, inclusive
(but never invokes handler on a given log message more than
once). |
void |
SVNLogClient.doLog(File[] paths,
SVNRevision pegRevision,
SVNRevision startRevision,
SVNRevision endRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
long limit,
ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a
repository (using Working Copy paths to get corresponding URLs) and
passes them to a log entry handler for processing.
|
void |
SVNLogClient.doLog(SVNURL url,
String[] paths,
SVNRevision pegRevision,
Collection<SVNRevisionRange> revisionRanges,
boolean stopOnCopy,
boolean discoverChangedPaths,
boolean includeMergedRevisions,
long limit,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Invokes
handler on each log message from the given
in turn, inclusive (but never invokes handler
on a given log message more than once). |
void |
SVNLogClient.doLog(SVNURL url,
String[] paths,
SVNRevision pegRevision,
SVNRevision startRevision,
SVNRevision endRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
boolean includeMergedRevisions,
long limit,
String[] revisionProperties,
ISVNLogEntryHandler handler)
Invokes
handler on each log message from
startRevision to endRevision in turn, inclusive
(but never invokes handler on a given log message more than
once). |
void |
SVNLogClient.doLog(SVNURL url,
String[] paths,
SVNRevision pegRevision,
SVNRevision startRevision,
SVNRevision endRevision,
boolean stopOnCopy,
boolean discoverChangedPaths,
long limit,
ISVNLogEntryHandler handler)
Gets commit log messages with other revision specific information from a
repository and passes them to a log entry handler for processing.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNAdminClient.setReplayHandler(ISVNLogEntryHandler handler)
Sets a replication handler that will receive a log entry object
per each replayed revision.
|
Constructor and Description |
---|
SVNReplayHandler(SVNRepository targetRepository,
boolean hasCommitRevPropsCapability,
ISVNLogEntryHandler logEntryHandler,
ISVNDebugLog debugLog,
ISVNEventHandler canceller,
SVNAdminClient adminClient)
Creates a new replay handler.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNXMLLogHandler
This log handler implementation writes xml formatted information
about the log entries it's passed to a specified ContentHandler.
|
Copyright © 2019. All rights reserved.