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 | Field and Description |
---|---|
private SVNLocationEntry |
FSNodeHistory.myHistoryEntry |
private SVNLocationEntry |
FSNodeHistory.mySearchResumeEntry |
Modifier and Type | Method and Description |
---|---|
private SVNLocationEntry |
FSUpdateContext.addFileSmartly(java.lang.String editPath,
java.lang.String originalPath) |
static SVNLocationEntry |
FSNodeHistory.findYoungestCopyroot(java.io.File reposRootDir,
FSParentPath parPath) |
SVNLocationEntry |
FSNodeHistory.getHistoryEntry() |
SVNLocationEntry |
FSRevisionRoot.getPreviousLocation(java.lang.String path,
long[] appearedRevision) |
SVNLocationEntry |
FSFS.getPreviousLocation(java.lang.String path,
long revision,
long[] appearedRevision) |
Modifier and Type | Method and Description |
---|---|
private void |
FSFileRevisionsFinder.sendPathRevision(SVNLocationEntry pathRevision,
FSFileRevisionsFinder.SendBaton sendBaton,
ISVNFileRevisionHandler handler) |
Constructor and Description |
---|
FSNodeHistory(SVNLocationEntry newHistoryEntry,
boolean interesting,
SVNLocationEntry newSearchResumeEntry,
FSFS owner) |
Modifier and Type | Field and Description |
---|---|
private SVNLocationEntry |
SVNMergeDriver.CopyFromReceiver.myCopyFromLocation |
Modifier and Type | Method and Description |
---|---|
private SVNLocationEntry |
SVNCopyDriver.determineCopyFromInfo(java.io.File src,
SVNWCAccess srcAccess,
SVNEntry srcEntry,
SVNEntry dstEntry) |
private SVNLocationEntry |
SVNNodeEditor.findRealBaseLocation(SVNNodeEditor.Node node) |
private SVNLocationEntry |
SVNCopyDriver.getCopyFromInfoFromParent(java.io.File file,
SVNWCAccess access) |
SVNLocationEntry |
SVNMergeDriver.CopyFromReceiver.getCopyFromLocation() |
protected SVNLocationEntry |
SVNMergeDriver.getCopySource(java.io.File path,
SVNURL url,
SVNRevision revision) |
private SVNLocationEntry |
SVNMergeDriver.getYoungestCommonAncestor(java.io.File path1,
SVNURL url1,
long revision1,
java.io.File path2,
SVNURL url2,
long revision2) |
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.
|