Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc2 | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.io |
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List |
SVNMergeDriver.combineRangeWithSegments(SVNMergeRange range,
SVNLocationSegment[] segments,
SVNURL sourceRootURL) |
Modifier and Type | Method and Description |
---|---|
SVNLocationSegment |
SvnRepositoryAccess.getYoungestCommonAncestor(SVNURL url1,
long rev1,
SVNURL url2,
long rev2) |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,SVNMergeRangeList> |
SvnRepositoryAccess.getMergeInfoFromSegments(java.util.Collection<SVNLocationSegment> segments) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<SvnNgMergeDriver.MergeSource> |
SvnNgMergeDriver.combineRangeWithSegments(SVNMergeRange range,
SVNLocationSegment[] segments,
SVNURL sourceRootURL) |
Modifier and Type | Method and Description |
---|---|
private SvnNgMergeReintegrate.UnmergedMergeInfo |
SvnNgMergeReintegrate.findUnmergedMergeInfo(long ycAncestorRev,
java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNMergeRangeList>> sourceCatalog,
java.util.Map<java.io.File,java.util.List<SVNLocationSegment>> targetSegments,
java.io.File sourceReposRelPath,
java.io.File targetReposRelPath,
long targetRev,
long sourceRev,
SVNRepository sourceRepos,
SVNRepository targetRepos) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SVNLocationSegment> |
SVNRepository.getLocationSegments(java.lang.String path,
long pegRevision,
long startRevision,
long endRevision)
Calls
handler for each segment in the location history of path in
pegRevision , working backwards in time from startRevision to
endRevision . |
Modifier and Type | Method and Description |
---|---|
void |
ISVNLocationSegmentHandler.handleLocationSegment(SVNLocationSegment locationSegment)
Handles a next location segment.
|