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.io.fs | |
org.tmatesoft.svn.core.internal.wc | |
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 |
---|---|
static CopySource |
JavaHLObjectFactory.createCopySource(SVNLocationEntry location) |
Modifier and Type | Method and Description |
---|---|
static SVNLocationEntry |
FSNodeHistory.findYoungestCopyroot(File reposRootDir,
FSParentPath parPath) |
SVNLocationEntry |
FSNodeHistory.getHistoryEntry() |
SVNLocationEntry |
FSRevisionRoot.getPreviousLocation(String path,
long[] appearedRevision) |
SVNLocationEntry |
FSFS.getPreviousLocation(String path,
long revision,
long[] appearedRevision) |
Constructor and Description |
---|
FSNodeHistory(SVNLocationEntry newHistoryEntry,
boolean interesting,
SVNLocationEntry newSearchResumeEntry,
FSFS owner) |
Modifier and Type | Method and Description |
---|---|
protected SVNLocationEntry |
SVNMergeDriver.getCopySource(File path,
SVNURL url,
SVNRevision revision) |
Modifier and Type | Method and Description |
---|---|
SVNLocationEntry |
SvnRepositoryAccess.getCopySource(SvnTarget target,
SVNRevision revision) |
Modifier and Type | Method and Description |
---|---|
void |
ISVNLocationEntryHandler.handleLocationEntry(SVNLocationEntry locationEntry)
To be implemented for location entries handling.
|
Copyright © 2022. All rights reserved.