Package | Description |
---|---|
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
org.tmatesoft.svn.core.internal.wc2.compat | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.wc |
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
|
Modifier and Type | Method and Description |
---|---|
static SVNRevisionRange |
JavaHLObjectFactory.getSVNRevisionRange(RevisionRange revisionRange) |
Modifier and Type | Method and Description |
---|---|
static SVNRevisionRange |
SvnCodec.revisionRange(SvnRevisionRange range) |
Modifier and Type | Method and Description |
---|---|
static Collection<SVNRevisionRange> |
SvnCodec.oldRevisionRanges(Collection<SvnRevisionRange> ranges) |
Modifier and Type | Method and Description |
---|---|
static SvnRevisionRange |
SvnCodec.revisionRange(SVNRevisionRange range) |
Modifier and Type | Method and Description |
---|---|
static Collection<SvnRevisionRange> |
SvnCodec.revisionRanges(Collection<SVNRevisionRange> ranges) |
Modifier and Type | Method and Description |
---|---|
List<SvnNgMergeDriver.MergeSource> |
SvnNgMergeDriver.normalizeMergeSources(SvnTarget source,
SVNURL sourceURL,
SVNURL sourceRootURL,
SVNRevision pegRevision,
Collection<SVNRevisionRange> rangesToMerge,
SVNRepository repository) |
Modifier and Type | Method and Description |
---|---|
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(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 |
SVNDiffClient.doMerge(File path1,
SVNRevision pegRevision,
Collection<SVNRevisionRange> rangesToMerge,
File dstPath,
SVNDepth depth,
boolean useAncestry,
boolean force,
boolean dryRun,
boolean recordOnly)
Merges the changes between
path1 in peg revision
pegRevision , as it changed between the ranges described in
rangesToMerge . |
void |
SVNDiffClient.doMerge(SVNURL url1,
SVNRevision pegRevision,
Collection<SVNRevisionRange> rangesToMerge,
File dstPath,
SVNDepth depth,
boolean useAncestry,
boolean force,
boolean dryRun,
boolean recordOnly)
Merges the changes between
url1 in peg revision
pegRevision , as it changed between the ranges described in
rangesToMerge . |
Copyright © 2018. All rights reserved.