| 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 Map<String,SVNMergeRangeList> |
SvnRepositoryAccess.getMergeInfoFromSegments(Collection<SVNLocationSegment> segments) |
| Modifier and Type | Method and Description |
|---|---|
List<SVNLocationSegment> |
SVNRepository.getLocationSegments(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 © 2025. All rights reserved.