Package | Description |
---|---|
org.apache.subversion.javahl | |
org.apache.subversion.javahl.types | |
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.javahl17 |
Modifier and Type | Method and Description |
---|---|
RevisionRange |
ClientNotifyInformation.getMergeRange() |
Modifier and Type | Method and Description |
---|---|
void |
ISVNClient.logMessages(String path,
Revision pegRevision,
List<RevisionRange> ranges,
boolean stopOnCopy,
boolean discoverPath,
boolean includeMergedRevisions,
Set<String> revProps,
long limit,
LogMessageCallback callback)
Retrieve the log messages for an item.
|
void |
SVNClient.logMessages(String path,
Revision pegRevision,
List<RevisionRange> ranges,
boolean stopOnCopy,
boolean discoverPath,
boolean includeMergedRevisions,
Set<String> revProps,
long limit,
LogMessageCallback callback) |
void |
ISVNClient.merge(String path,
Revision pegRevision,
List<RevisionRange> revisions,
String localPath,
boolean force,
Depth depth,
boolean ignoreAncestry,
boolean dryRun,
boolean recordOnly)
Merge set of revisions into a new local path.
|
void |
SVNClient.merge(String path,
Revision pegRevision,
List<RevisionRange> revisions,
String localPath,
boolean force,
Depth depth,
boolean ignoreAncestry,
boolean dryRun,
boolean recordOnly) |
void |
ISVNClient.merge(String path,
Revision pegRevision,
List<RevisionRange> revisions,
String localPath,
boolean force,
Depth depth,
boolean ignoreMergeinfo,
boolean diffIgnoreAncestry,
boolean dryRun,
boolean recordOnly)
Merge set of revisions into a new local path.
|
void |
SVNClient.merge(String path,
Revision pegRevision,
List<RevisionRange> revisions,
String localPath,
boolean force,
Depth depth,
boolean ignoreMergeinfo,
boolean diffIgnoreAncestry,
boolean dryRun,
boolean recordOnly) |
Constructor and Description |
---|
ClientNotifyInformation(String path,
ClientNotifyInformation.Action action,
NodeKind kind,
String mimeType,
Lock lock,
String errMsg,
ClientNotifyInformation.Status contentState,
ClientNotifyInformation.Status propState,
ClientNotifyInformation.LockStatus lockState,
long revision,
String changelistName,
RevisionRange mergeRange,
String pathPrefix,
String propName,
Map<String,String> revProps,
long oldRevision,
long hunkOriginalStart,
long hunkOriginalLength,
long hunkModifiedStart,
long hunkModifiedLength,
long hunkMatchedLine,
int hunkFuzz)
This constructor is to be used by the native code.
|
Modifier and Type | Method and Description |
---|---|
List<RevisionRange> |
Mergeinfo.getRevisionRange(String mergeSrc)
Get the RevisionRange objects for the specified merge source URL
|
List<RevisionRange> |
Mergeinfo.getRevisions(String mergeSrc)
Get the revision ranges for the specified merge source URL.
|
Modifier and Type | Method and Description |
---|---|
void |
Mergeinfo.addRevisionRange(String mergeSrc,
RevisionRange range)
Add a revision range to the merged revisions for a path.
|
int |
RevisionRange.compareTo(RevisionRange range) |
Modifier and Type | Method and Description |
---|---|
void |
Mergeinfo.addRevisions(String mergeSrc,
List<RevisionRange> ranges)
Add one or more RevisionRange objects to merge info.
|
Modifier and Type | Method and Description |
---|---|
RevisionRange |
RevisionRange.toApache() |
Constructor and Description |
---|
RevisionRange(RevisionRange aRange) |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.logMessages(String path,
Revision pegRevision,
List<RevisionRange> ranges,
boolean stopOnCopy,
boolean discoverPath,
boolean includeMergedRevisions,
Set<String> revProps,
long limit,
LogMessageCallback callback) |
void |
SVNClientImpl.merge(String path,
Revision pegRevision,
List<RevisionRange> revisions,
String localPath,
boolean force,
Depth depth,
boolean ignoreAncestry,
boolean dryRun,
boolean recordOnly) |
void |
SVNClientImpl.merge(String path,
Revision pegRevision,
List<RevisionRange> revisions,
String localPath,
boolean force,
Depth depth,
boolean ignoreMergeinfo,
boolean ignoreAncestry,
boolean dryRun,
boolean recordOnly) |
Copyright © 2019. All rights reserved.