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.cli.svn | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc.admin | |
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc17.db | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.wc |
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
|
org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
Modifier and Type | Method and Description |
---|---|
static int |
JavaHLObjectFactory.getLockStatusValue(SVNStatusType svnStatusType) |
static int |
JavaHLObjectFactory.getStatusValue(SVNStatusType svnStatusType) |
Modifier and Type | Method and Description |
---|---|
static SVNStatusType |
SVNStatusPrinter.combineStatus(SVNStatus status) |
Modifier and Type | Field and Description |
---|---|
protected SVNStatusType |
SVNRemoteDiffEditor.KindActionState.myStatus |
Modifier and Type | Method and Description |
---|---|
abstract SVNStatusType |
AbstractDiffCallback.directoryAdded(String path,
long revision,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNMergeCallback15.directoryAdded(String path,
long revision,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNDiffCallback.directoryAdded(String path,
long revision,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNMergeCallback.directoryAdded(String path,
long revision,
boolean[] isTreeConflicted) |
abstract SVNStatusType[] |
AbstractDiffCallback.directoryClosed(String path,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNMergeCallback15.directoryClosed(String path,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNDiffCallback.directoryClosed(String path,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNMergeCallback.directoryClosed(String path,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNDiffCallback.directoryDeleted(String path) |
abstract SVNStatusType |
AbstractDiffCallback.directoryDeleted(String path,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNMergeCallback15.directoryDeleted(String path,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNDiffCallback.directoryDeleted(String path,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNMergeCallback.directoryDeleted(String path,
boolean[] isTreeConflicted) |
abstract SVNStatusType[] |
AbstractDiffCallback.fileAdded(String path,
File file1,
File file2,
long revision1,
long revision2,
String mimeType1,
String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNMergeCallback15.fileAdded(String path,
File file1,
File file2,
long revision1,
long revision2,
String mimeType1,
String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNDiffCallback.fileAdded(String path,
File file1,
File file2,
long revision1,
long revision2,
String mimeType1,
String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNMergeCallback.fileAdded(String path,
File file1,
File file2,
long revision1,
long revision2,
String mimeType1,
String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
abstract SVNStatusType[] |
AbstractDiffCallback.fileChanged(String path,
File file1,
File file2,
long revision1,
long revision2,
String mimeType1,
String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNMergeCallback15.fileChanged(String path,
File file1,
File file2,
long revision1,
long revision2,
String mimeType1,
String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNDiffCallback.fileChanged(String path,
File file1,
File file2,
long revision1,
long revision2,
String mimeType1,
String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType[] |
SVNMergeCallback.fileChanged(String path,
File file1,
File file2,
long revision1,
long revision2,
String mimeType1,
String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
abstract SVNStatusType |
AbstractDiffCallback.fileDeleted(String path,
File file1,
File file2,
String mimeType1,
String mimeType2,
SVNProperties originalProperties,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNMergeCallback15.fileDeleted(String path,
File file1,
File file2,
String mimeType1,
String mimeType2,
SVNProperties originalProperties,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNDiffCallback.fileDeleted(String path,
File file1,
File file2,
String mimeType1,
String mimeType2,
SVNProperties originalProperties,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNMergeCallback.fileDeleted(String path,
File file1,
File file2,
String mimeType1,
String mimeType2,
SVNProperties originalProperties,
boolean[] isTreeConflicted) |
protected SVNStatusType |
DefaultSVNMerger.mergeBinary(File baseFile,
File localFile,
File repositoryFile,
SVNDiffOptions options,
File resultFile) |
protected abstract SVNStatusType |
AbstractSVNMerger.mergeBinary(File baseFile,
File localFile,
File repositoryFile,
SVNDiffOptions options,
File resultFile) |
static SVNStatusType |
SVNPropertiesManager.mergeProperties(SVNWCAccess wcAccess,
File path,
SVNProperties baseProperties,
SVNProperties diff,
boolean baseMerge,
boolean dryRun) |
protected SVNStatusType |
DefaultSVNMerger.mergeText(File baseFile,
File localFile,
File latestFile,
SVNDiffOptions options,
File resultFile) |
protected abstract SVNStatusType |
AbstractSVNMerger.mergeText(File baseFile,
File localFile,
File repositoryFile,
SVNDiffOptions options,
File resultFile) |
abstract SVNStatusType |
AbstractDiffCallback.propertiesChanged(String path,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNMergeCallback15.propertiesChanged(String path,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNDiffCallback.propertiesChanged(String path,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType |
SVNMergeCallback.propertiesChanged(String path,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
Modifier and Type | Method and Description |
---|---|
protected void |
SVNRemoteDiffEditor.addDeletedPath(String path,
SVNNodeKind nodeKind,
SVNStatusType type,
SVNEventAction action,
SVNEventAction expectedAction,
boolean isTreeConflicted) |
static SVNEvent |
SVNEventFactory.createSVNEvent(File file,
SVNNodeKind kind,
String mimetype,
long revision,
SVNStatusType cstatus,
SVNStatusType pstatus,
SVNStatusType lstatus,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range) |
static SVNEvent |
SVNEventFactory.createSVNEvent(File file,
SVNNodeKind kind,
String mimetype,
long revision,
SVNStatusType cstatus,
SVNStatusType pstatus,
SVNStatusType lstatus,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
String changelistName) |
Constructor and Description |
---|
SVNEventExt(File file,
SVNNodeKind kind,
String mimetype,
long revision,
SVNStatusType cstatus,
SVNStatusType pstatus,
SVNStatusType lstatus,
SVNLock lock,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
String changelistName,
long processedItemsCount,
long totalItemsCount,
SVNProperties revisionProperties,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
SVNStatusType |
SVNLog.logChangedEntryProperties(String name,
SVNProperties modifiedEntryProps) |
SVNStatusType |
SVNAdminArea.mergeProperties(String name,
SVNProperties serverBaseProps,
SVNProperties propDiff,
String localLabel,
String latestLabel,
boolean baseMerge,
boolean dryRun,
SVNLog log) |
SVNStatusType |
SVNAdminArea.mergeProperties(String name,
SVNProperties serverBaseProps,
SVNProperties baseProps,
SVNProperties workingProps,
SVNProperties propDiff,
String localLabel,
String latestLabel,
boolean baseMerge,
boolean dryRun,
SVNLog log) |
SVNStatusType |
SVNAdminArea.mergeText(String localPath,
File base,
File latest,
File copyFromText,
String localLabel,
String baseLabel,
String latestLabel,
SVNProperties propChanges,
boolean dryRun,
SVNDiffOptions options,
SVNLog log) |
Modifier and Type | Field and Description |
---|---|
SVNStatusType |
SVNWCContext.MergeInfo.mergeOutcome |
SVNStatusType |
SVNWCContext.MergePropertiesInfo.mergeOutcome |
SVNStatusType |
SVNWCContext.ObstructionData.obstructionState |
Modifier and Type | Method and Description |
---|---|
static SVNStatusType |
SvnWcDbStatementUtil.getColumnStatusType(SVNSqlJetStatement stmt,
Enum<?> f) |
Modifier and Type | Method and Description |
---|---|
static void |
SVNWCDb.updateMoveListAdd(SVNWCDbRoot wcRoot,
File localRelPath,
SVNEventAction eventAction,
SVNNodeKind kind,
SVNStatusType contentState,
SVNStatusType propState) |
Modifier and Type | Field and Description |
---|---|
SVNStatusType |
SvnDiffCallbackResult.contentState |
SVNStatusType |
SvnDiffCallbackResult.propState |
Modifier and Type | Field and Description |
---|---|
static SVNStatusType |
SVNStatusType.CHANGED
During an operation (like an update) denotes that the item contents
or item properties were changed.
|
static SVNStatusType |
SVNStatusType.CONFLICTED
During an operation (like an update) denotes that the file item contents
or file/directory item properties are in conflict with those changes that
came from the repository.
|
static SVNStatusType |
SVNStatusType.CONFLICTED_UNRESOLVED
Denotes that the conflict state on the item is still unresolved.
|
static SVNStatusType |
SVNStatusType.INAPPLICABLE
During some operations denotes that status info of item contents or
properties is inapplicable.
|
static SVNStatusType |
SVNStatusType.LOCK_INAPPLICABLE
During some operations denotes that lock status is inapplicable.
|
static SVNStatusType |
SVNStatusType.LOCK_LOCKED
During an operation denotes that the file item's locked.
|
static SVNStatusType |
SVNStatusType.LOCK_UNCHANGED
During an operation denotes that the lock status wasn't changed.
|
static SVNStatusType |
SVNStatusType.LOCK_UNKNOWN
No lock information is known.
|
static SVNStatusType |
SVNStatusType.LOCK_UNLOCKED
During an operation (like an update) denotes that the file item's lock
was broken in the repositry by some other user.
|
static SVNStatusType |
SVNStatusType.MERGED
During an operation (like an update or merge) denotes that the file
item contents or file/directory item properties were merged
with changes that came from the repository, so that local modifications
and arrived ones do not overlap.
|
static SVNStatusType |
SVNStatusType.MISSING
Denotes that the item is versioned but missing (deleted from the
fylesystem).
|
static SVNStatusType |
SVNStatusType.NO_MERGE |
static SVNStatusType |
SVNStatusType.OBSTRUCTED
Denotes that the item has an unexpected kind or somehow damaged or
can not be managed by an operation.
|
static SVNStatusType |
SVNStatusType.STATUS_ADDED
In a status operation denotes that the item in the Working Copy being
currently processed is scheduled for addition to the repository.
|
static SVNStatusType |
SVNStatusType.STATUS_CONFLICTED
In a status operation denotes that the item in the Working Copy being
currently processed is in a conflict state (local changes overlap those
that came from the repository).
|
static SVNStatusType |
SVNStatusType.STATUS_DELETED
In a status operation denotes that the item in the Working Copy being
currently processed is scheduled for deletion from the repository.
|
static SVNStatusType |
SVNStatusType.STATUS_EXTERNAL
In a status operation denotes that the item in the Working Copy being
currently processed is not under version control but is related to
externals definitions.
|
static SVNStatusType |
SVNStatusType.STATUS_IGNORED
In a status operation denotes that the file item in the Working Copy being
currently processed was set to be ignored (was added to svn:ignore property).
|
static SVNStatusType |
SVNStatusType.STATUS_INCOMPLETE
In a status operation denotes that the item in the Working Copy being
currently processed is under version control but is somehow incomplete -
for example, it may happen when the previous update was interrupted.
|
static SVNStatusType |
SVNStatusType.STATUS_MERGED
Deprecated.
this status is never reported by 'status' operation
in this version, 'update' and 'merge' uses
MERGED instead. |
static SVNStatusType |
SVNStatusType.STATUS_MISSING
In a status operation denotes that the item in the Working Copy being
currently processed is under version control but is missing - for example,
removed from the filesystem with a non-SVN, non-SVNKit or
any other SVN non-compatible delete command).
|
static SVNStatusType |
SVNStatusType.STATUS_MODIFIED
In a status operation denotes that the item in the Working Copy being
currently processed has local modifications.
|
static SVNStatusType |
SVNStatusType.STATUS_NAME_CONFLICT |
static SVNStatusType |
SVNStatusType.STATUS_NONE
In a status operation denotes that no status type information is
available.
|
static SVNStatusType |
SVNStatusType.STATUS_NORMAL
In a status operation (if it's being running with an option to report
of all items set to true) denotes that the
item in the Working Copy being currently processed has no local changes
(in a normal state).
|
static SVNStatusType |
SVNStatusType.STATUS_OBSTRUCTED
In a status operation denotes that the item in the Working Copy being
currently processed has a non-expected kind.
|
static SVNStatusType |
SVNStatusType.STATUS_REPLACED
In a status operation denotes that the item in the Working Copy being
currently processed was replaced by another item with the same name (within
a single revision the item was scheduled for deletion and then a new one with
the same name was scheduled for addition).
|
static SVNStatusType |
SVNStatusType.STATUS_UNVERSIONED
In a status operation denotes that the item in the Working Copy being
currently processed is not under version control.
|
static SVNStatusType |
SVNStatusType.UNCHANGED
During an operation denotes that file item contents or file/directory
item properties are not changed.
|
static SVNStatusType |
SVNStatusType.UNKNOWN
Denotes that the resultant status of the operation is for some
reason unknown.
|
Modifier and Type | Method and Description |
---|---|
static SVNStatusType |
SVNStatus.combineNodeAndContentsStatus(int workingCopyFormat,
SVNStatusType nodeStatus,
SVNStatusType contentsStatus,
boolean versioned,
boolean conflicted) |
static SVNStatusType |
SVNStatus.combineRemoteNodeAndContentsStatus(int workingCopyFormat,
SVNStatusType remoteNodeStatus,
SVNStatusType remoteContentsStatus) |
SVNStatusType |
SVNStatus.getCombinedNodeAndContentsStatus() |
SVNStatusType |
SVNStatus.getCombinedRemoteNodeAndContentsStatus() |
SVNStatusType |
SVNEvent.getContentsStatus()
Gets the status type of either file or directory contents.
|
SVNStatusType |
SVNStatus.getContentsStatus()
Gets the Working Copy local item's contents status type.
|
static SVNStatusType |
SVNStatusType.getEventStatusById(int id) |
SVNStatusType |
SVNEvent.getLockStatus()
Gets the file item's lock status.
|
SVNStatusType |
SVNMergeResult.getMergeStatus()
Returns merge status.
|
SVNStatusType |
SVNDiffStatus.getModificationType()
Returns the type of modification for the current
item.
|
SVNStatusType |
SVNStatus.getNodeStatus() |
SVNStatusType |
SVNEvent.getPropertiesStatus()
Gets the status type of the item's properties.
|
SVNStatusType |
SVNStatus.getPropertiesStatus()
Gets the Working Copy local item's properties status type.
|
SVNStatusType |
SVNStatus.getRemoteContentsStatus()
Gets the Working Copy item's contents status type against the repository
- that is comparing the item's BASE revision and the latest one in the
repository when the item was changed.
|
SVNStatusType |
SVNStatus.getRemoteNodeStatus() |
SVNStatusType |
SVNStatus.getRemotePropertiesStatus()
Gets the Working Copy item's properties status type against the
repository - that is comparing the item's BASE revision and the latest
one in the repository when the item was changed.
|
Modifier and Type | Method and Description |
---|---|
static SVNStatusType |
SVNStatus.combineNodeAndContentsStatus(int workingCopyFormat,
SVNStatusType nodeStatus,
SVNStatusType contentsStatus,
boolean versioned,
boolean conflicted) |
static SVNStatusType |
SVNStatus.combineRemoteNodeAndContentsStatus(int workingCopyFormat,
SVNStatusType remoteNodeStatus,
SVNStatusType remoteContentsStatus) |
static SVNMergeResult |
SVNMergeResult.createMergeResult(SVNStatusType status,
SVNConflictReason reason)
Creates a new merge result object.
|
void |
SVNStatus.setContentsStatus(SVNStatusType statusType)
Sets the item's contents status type.
|
void |
SVNStatus.setNodeStatus(SVNStatusType nodeStatus) |
void |
SVNStatus.setPropertiesStatus(SVNStatusType propertiesStatus) |
void |
SVNStatus.setRemoteContentsStatus(SVNStatusType remoteContentsStatus) |
void |
SVNStatus.setRemoteNodeStatus(SVNStatusType remoteNodeStatus) |
void |
SVNStatus.setRemotePropertiesStatus(SVNStatusType remotePropertiesStatus) |
void |
SVNStatus.setRemoteStatus(SVNStatusType contents,
SVNStatusType props,
SVNLock lock,
SVNNodeKind kind)
Sets the item's remote status.
|
void |
SVNStatus.setRemoteStatus(SVNURL url,
SVNStatusType contents,
SVNStatusType props,
SVNLock lock,
SVNNodeKind kind,
SVNRevision revision,
Date date,
String author)
Sets the item's remote status.
|
Constructor and Description |
---|
SVNDiffStatus(File file,
SVNURL url,
String path,
SVNStatusType type,
boolean propsModified,
SVNNodeKind kind)
Instantiates a new object.
|
SVNEvent(File file,
SVNNodeKind kind,
String mimetype,
long revision,
SVNStatusType cstatus,
SVNStatusType pstatus,
SVNStatusType lstatus,
SVNLock lock,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
String changelistName,
SVNProperties revisionProperties,
String propertyName)
Constructs an SVNEvent object.
|
SVNStatus(SVNURL url,
File file,
SVNNodeKind kind,
SVNRevision revision,
SVNRevision committedRevision,
Date committedDate,
String author,
SVNStatusType contentsStatus,
SVNStatusType propertiesStatus,
SVNStatusType remoteContentsStatus,
SVNStatusType remotePropertiesStatus,
boolean isLocked,
boolean isCopied,
boolean isSwitched,
boolean isFileExternal,
File conflictNewFile,
File conflictOldFile,
File conflictWrkFile,
File projRejectFile,
String copyFromURL,
SVNRevision copyFromRevision,
SVNLock remoteLock,
SVNLock localLock,
Map entryProperties,
String changelistName,
int wcFormatVersion,
SVNTreeConflictDescription treeConflict)
Constructs an SVNStatus object filling it with status information
details.
|
Modifier and Type | Method and Description |
---|---|
SVNStatusType |
SvnMergeResult.getMergeOutcome()
Returns merge outcome (status).
|
SVNStatusType |
SvnDiffStatus.getModificationType()
Returns the type of modification for the current
item.
|
SVNStatusType |
SvnStatus.getNodeStatus()
Returns the item's node status.
|
SVNStatusType |
SvnStatus.getPropertiesStatus()
Gets the working copy local item's properties status type.
|
SVNStatusType |
SvnStatus.getRepositoryNodeStatus()
Returns the node status of the item got from the repository.
|
SVNStatusType |
SvnStatus.getRepositoryPropertiesStatus()
Gets the working copy item's properties status type against the
repository - that is comparing the item's BASE revision and the latest
one in the repository when the item was changed.
|
SVNStatusType |
SvnStatus.getRepositoryTextStatus()
Gets the working copy item's contents status type against the repository
- that is comparing the item's BASE revision and the latest one in the
repository when the item was changed.
|
SVNStatusType |
SvnStatus.getTextStatus()
Gets the working copy local item's contents status type.
|
Modifier and Type | Method and Description |
---|---|
static SvnMergeResult |
SvnMergeResult.create(SVNStatusType mergeOutcome)
Creates merge result object and initializes it with merge outcome (status).
|
void |
SvnDiffStatus.setModificationType(SVNStatusType modificationType)
Sets the type of modification for the current
item.
|
void |
SvnStatus.setNodeStatus(SVNStatusType nodeStatus)
Sets the item's status.
|
void |
SvnStatus.setPropertiesStatus(SVNStatusType propertiesStatus)
Sets the item's properties status type.
|
void |
SvnStatus.setRepositoryNodeStatus(SVNStatusType repositoryNodeStatus)
Sets the node status of the item got from the repository.
|
void |
SvnStatus.setRepositoryPropertiesStatus(SVNStatusType repositoryPropertiesStatus)
Sets the working copy item's properties status type against the
repository.
|
void |
SvnStatus.setRepositoryTextStatus(SVNStatusType repositoryTextStatus)
Sets the working copy item's contents status type against the repository.
|
void |
SvnStatus.setTextStatus(SVNStatusType textStatus)
Sets the item's contents status type.
|
Constructor and Description |
---|
SvnMergeResult(SVNStatusType mergeOutcome) |
Copyright © 2022. All rights reserved.