Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc2 | |
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 |
---|---|
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 |
---|---|
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.
|
Copyright © 2020. All rights reserved.